[dpdk-dev] [PATCH 1/2] net/qede: enhance receive data path CPU utilization
Jerin Jacob
jerinjacobk at gmail.com
Tue Jan 14 07:11:40 CET 2020
On Thu, Jan 2, 2020 at 11:29 PM Shahed Shaikh <shshaikh at 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 <shshaikh at 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(-)
More information about the dev
mailing list