On Thu, Jan 2, 2020 at 11:29 PM Shahed Shaikh <shsha...@marvell.com> wrote: > > Use light weight receive packet handler for non-LRO and > non-scatter packets to improve CPU utilization in receive data path. > We achieved ~18% CPU cycles improvement using this handler. > > Signed-off-by: Shahed Shaikh <shsha...@marvell.com>
Series applied to dpdk-next-net-mrvl/master. Thanks. > --- > drivers/net/qede/qede_ethdev.c | 36 ++++-- > drivers/net/qede/qede_rxtx.c | 222 +++++++++++++++++++++++++++++++++ > drivers/net/qede/qede_rxtx.h | 4 +- > 3 files changed, 253 insertions(+), 9 deletions(-)