numam-dpdk/drivers/net/enic
John Daley 2c06cebeb9 net/enic: cap Rx packet processing to end of desc ring
In the default Rx handler stop processing packets at the end of
the completion ring so that wrapping doesn't have to be checked
in the inner while loop.

Also, check the color bit in the completion without using a conditional.

Signed-off-by: John Daley <johndale@cisco.com>
Reviewed-by: Hyong Youb Kim <hyonkim@cisco.com>
2018-07-03 01:54:27 +02:00
..
base net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
enic_clsf.c net/enic: avoid strict aliasing warnings 2018-03-30 14:08:43 +02:00
enic_compat.h net/enic: add the simple version of Tx handler 2018-07-03 01:54:23 +02:00
enic_ethdev.c net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
enic_flow.c net/enic: fix flow drop action 2018-05-14 22:31:52 +01:00
enic_main.c net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
enic_res.c net/enic: support mbuf fast free offload 2018-07-03 01:54:20 +02:00
enic_res.h net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
enic_rxtx.c net/enic: cap Rx packet processing to end of desc ring 2018-07-03 01:54:27 +02:00
enic.h net/enic: add simple Rx handler 2018-07-03 01:54:26 +02:00
Makefile
meson.build net/enic: support meson 2018-03-30 14:08:43 +02:00
rte_pmd_enic_version.map