numam-dpdk/drivers/net/enic/base
Nelson Escobar 856d7ba7ed net/enic: support scattered Rx
For performance reasons, this patch uses 2 VIC RQs per RQ presented to
DPDK.

The VIC requires that each descriptor be marked as either a start of
packet (SOP) descriptor or a non-SOP descriptor.  A one RQ solution
requires skipping descriptors when receiving small packets and results
in bad performance when receiving many small packets.

The 2 RQ solution makes use of the VIC feature that allows a receive
on primary queue to 'spill over' into another queue if the receive is
too large to fit in the buffer assigned to the descriptor on the
primary queue.  This means that there is no skipping of descriptors
when receiving small packets and results in much better performance.

Signed-off-by: Nelson Escobar <neescoba@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2016-06-24 18:28:09 +02:00
..
cq_desc.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
cq_enet_desc.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
rq_enet_desc.h net/enic: support scattered Rx 2016-06-24 18:28:09 +02:00
vnic_cq.c enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_cq.h net/enic: remove unused code 2016-06-15 17:13:56 +02:00
vnic_dev.c enic: fix link state change 2016-03-30 19:39:07 +02:00
vnic_dev.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_devcmd.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_enet.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_intr.c enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_intr.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_nic.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_resource.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_rq.c net/enic: support scattered Rx 2016-06-24 18:28:09 +02:00
vnic_rq.h net/enic: support scattered Rx 2016-06-24 18:28:09 +02:00
vnic_rss.c enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_rss.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_stats.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
vnic_wq.c net/enic: remove unused code 2016-06-15 17:13:56 +02:00
vnic_wq.h net/enic: remove unused code 2016-06-15 17:13:56 +02:00
wq_enet_desc.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00