numam-dpdk/drivers/net/cxgbe/base
Rahul Lakkireddy 78fc1a716a cxgbe: improve Rx performance
CXGBE PMD rx allocates a new mbuf everytime, which could lead to performance
hit.  Instead, do bulk allocation of mbufs and re-use them.

Also, simplify the overall rx-handler, and update its logic to fix rx perf.

Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: Kumar Sanghvi <kumaras@chelsio.com>
2015-07-10 02:59:52 +02:00
..
adapter.h cxgbe: improve Rx performance 2015-07-10 02:59:52 +02:00
common.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4_chip_type.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4_hw.c cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4_hw.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4_msg.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4_pci_id_tbl.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4_regs_values.h cxgbe: improve Rx performance 2015-07-10 02:59:52 +02:00
t4_regs.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
t4fw_interface.h cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00