numam-dpdk/drivers
John Daley a3b1e9551c net/enic: streamline mbuf handling in Tx path
The list of mbufs held by the driver on Tx was allocated in chunks
(a hold-over from the enic kernel mode driver). The structure used
next pointers across chunks which led to cache misses.

Allocate the array used to hold mbufs in flight on Tx with
rte_zmalloc_socket(). Remove unnecessary fields from the structure
and use head and tail pointers instead of next pointers.

Signed-off-by: John Daley <johndale@cisco.com>
2016-06-15 17:13:56 +02:00
..
crypto mk: fix external dependencies of crypto drivers 2016-06-29 13:33:01 +02:00
net net/enic: streamline mbuf handling in Tx path 2016-06-15 17:13:56 +02:00
Makefile mk: fix build without crypto 2016-03-11 10:43:09 +01:00