linux_dsm_epyc7002/drivers/net/ethernet/cavium/thunder
Sunil Goutham a8671acca8 net: thunderx: Use skb_add_rx_frag() for split buffer Rx pkts
Instead of a round about way of converting buffers to SKBs and
combining them into a frag list, use standard skb_add_rx_frag()
API to merge page fragments. This code is useful when incoming
packets are of size more than RCV_FRAG_LEN which is currently
set to 2048bytes.

Signed-off-by: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-13 11:59:32 -07:00
..
Makefile net: thunderx: Add RGMII interface type support 2016-08-13 11:59:31 -07:00
nic_main.c net: thunderx: Add support for 16 LMACs of 83xx 2016-08-13 11:59:31 -07:00
nic_reg.h net: thunderx: Enable CQE_RX desc's extension fields 2016-08-13 11:59:30 -07:00
nic.h net: thunderx: Enable CQE_RX desc's extension fields 2016-08-13 11:59:30 -07:00
nicvf_ethtool.c net, thunderx: Add TX timeout and RX buffer alloc failure stats. 2016-02-11 11:30:26 -05:00
nicvf_main.c net: thunderx: Use netdev's name for naming VF's interrupts 2016-08-13 11:59:31 -07:00
nicvf_queues.c net: thunderx: Use skb_add_rx_frag() for split buffer Rx pkts 2016-08-13 11:59:32 -07:00
nicvf_queues.h net: thunderx: Set queue count based on number of CPUs 2016-08-13 11:59:30 -07:00
q_struct.h net: thunderx: HW TSO support for pass-2 hardware 2015-12-11 23:38:17 -05:00
thunder_bgx.c net: thunderx: Support for 83xx mixed QLM/DLM config 2016-08-13 11:59:31 -07:00
thunder_bgx.h net: thunderx: Support for 83xx mixed QLM/DLM config 2016-08-13 11:59:31 -07:00
thunder_xcv.c net: thunderx: Add RGMII interface type support 2016-08-13 11:59:31 -07:00