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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  1 Apr 2022 20:21:09 -0400
From:   Michael Chan <michael.chan@...adcom.com>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, kuba@...nel.org, gospo@...adcom.com,
        bpf@...r.kernel.org
Subject: [PATCH net 0/3] bnxt_en: XDP redirect fixes

This series includes 3 fixes related to the XDP redirect code path in
the driver.  The first one adds locking when the number of TX XDP rings
is less than the number of CPUs.  The second one adjusts the maximum MTU
that can support XDP with enough tail room in the buffer.  The 3rd one
fixes a race condition between TX ring shutdown and the XDP redirect path.

Andy Gospodarek (1):
  bnxt_en: reserve space inside receive page for skb_shared_info

Pavan Chebbi (1):
  bnxt_en: Synchronize tx when xdp redirects happen on same ring

Ray Jui (1):
  bnxt_en: Prevent XDP redirect from running when stopping TX queue

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |  7 +++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  5 ++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c | 14 ++++++++++++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.h |  2 ++
 4 files changed, 25 insertions(+), 3 deletions(-)

-- 
2.18.1


Download attachment "smime.p7s" of type "application/pkcs7-signature" (4209 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ