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]
Message-Id: <cover.1682603719.git.lorenzo@kernel.org>
Date:   Thu, 27 Apr 2023 16:03:32 +0200
From:   Lorenzo Bianconi <lorenzo@...nel.org>
To:     netdev@...r.kernel.org
Cc:     lorenzo.bianconi@...hat.com, j.vosburgh@...il.com,
        andy@...yhouse.net, davem@...emloft.net, edumazet@...gle.com,
        kuba@...nel.org, pabeni@...hat.com, bpf@...r.kernel.org,
        andrii@...nel.org, mykolal@...com, ast@...nel.org,
        daniel@...earbox.net, martin.lau@...ux.dev, alardam@...il.com,
        memxor@...il.com, sdf@...gle.com, brouer@...hat.com,
        toke@...hat.com
Subject: [PATCH net 0/2] add xdp_features support for bonding driver

Introduce missing xdp_features support for bonding driver. xdp_features
is required whenever we want to xdp_redirect traffic into a bond device
and then into selected slaves attached to it.

Lorenzo Bianconi (2):
  bonding: add xdp_features support
  selftests/bpf: add xdp_feature selftest for bond device

 drivers/net/bonding/bond_main.c               |  48 +++++++
 drivers/net/bonding/bond_options.c            |   2 +
 include/net/bonding.h                         |   1 +
 .../selftests/bpf/prog_tests/xdp_bonding.c    | 121 ++++++++++++++++++
 4 files changed, 172 insertions(+)

-- 
2.40.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ