lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200506174718.20916-1-ioana.ciornei@nxp.com>
Date:   Wed,  6 May 2020 20:47:16 +0300
From:   Ioana Ciornei <ioana.ciornei@....com>
To:     davem@...emloft.net, netdev@...r.kernel.org
Cc:     hawk@...nel.org, Ioana Ciornei <ioana.ciornei@....com>
Subject: [PATCH net-next 0/2] dpaa2-eth: add bulking to XDP_TX

This patch set adds support for bulk enqueue in terms of XDP_TX packets.
XDP_TX packets are qeueued no longer than the end of the NAPI cycle or
until the array of frame descriptors stored per frame queue is full.

The first patch just cleans up the bulk enqueue and creates a new routine
to enqueue all frames for a FQ while the second patch actually adds the
bulk enqueue for XDP_TX packets.

Ioana Ciornei (2):
  dpaa2-eth: create a function to flush the XDP fds
  dpaa2-eth: add bulking to XDP_TX

 .../net/ethernet/freescale/dpaa2/dpaa2-eth.c  | 129 ++++++++++++------
 .../net/ethernet/freescale/dpaa2/dpaa2-eth.h  |   8 +-
 2 files changed, 92 insertions(+), 45 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ