aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPeng Li <[email protected]>2018-11-15 09:29:24 +0000
committerDavid S. Miller <[email protected]>2018-11-15 09:44:46 -0800
commit81ae0e0491f31775d086e24a7cd2a4a4ec29f346 (patch)
tree66ec71daf0099a363d02a65f4f2d80bbfeccb95d /tools/perf/scripts/python
parent5c9f6b3935f808afdabac560250bcf4333311efc (diff)
net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
MAX_SKB_FRAGS in protocol stack is defined as: MAX_SKB_FRAGS is 17 when PAGE_SIZE is 4K. If HW enable GRO, it may merge small packets and the rx buffer may be more than MAX_SKB_FRAGS. So driver will add skb chain when RX buffer num. more than MAX_SKB_FRAGS. Signed-off-by: Peng Li <[email protected]> Signed-off-by: Salil Mehta <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions