mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
a43e8e9ffa
Handle the case when GSO SKB linear length is too large.
MANA NIC requires GSO packets to put only the header part to SGE0,
otherwise the TX queue may stop at the HW level.
So, use 2 SGEs for the skb linear part which contains more than the
packet header.
Fixes:
|
||
---|---|---|
.. | ||
gdma.h | ||
hw_channel.h | ||
mana_auxiliary.h | ||
mana.h | ||
shm_channel.h |