From: Lorenzo Bianconi <lorenzo@kernel.org>
To: netdev@vger.kernel.org
Cc: lorenzo.bianconi@redhat.com, j.vosburgh@gmail.com,
andy@greyhouse.net, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, bpf@vger.kernel.org,
andrii@kernel.org, mykolal@fb.com, ast@kernel.org,
daniel@iogearbox.net, martin.lau@linux.dev, alardam@gmail.com,
memxor@gmail.com, sdf@google.com, brouer@redhat.com,
toke@redhat.com
Subject: [PATCH net 0/2] add xdp_features support for bonding driver
Date: Thu, 27 Apr 2023 16:03:32 +0200 [thread overview]
Message-ID: <cover.1682603719.git.lorenzo@kernel.org> (raw)
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
next reply other threads:[~2023-04-27 14:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-27 14:03 Lorenzo Bianconi [this message]
2023-04-27 14:03 ` [PATCH net 1/2] bonding: add xdp_features support Lorenzo Bianconi
2023-04-27 14:03 ` [PATCH net 2/2] selftests/bpf: add xdp_feature selftest for bond device Lorenzo Bianconi
2023-04-27 14:09 ` Alexei Starovoitov
2023-04-27 14:33 ` Lorenzo Bianconi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1682603719.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=alardam@gmail.com \
--cc=andrii@kernel.org \
--cc=andy@greyhouse.net \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=brouer@redhat.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=j.vosburgh@gmail.com \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=martin.lau@linux.dev \
--cc=memxor@gmail.com \
--cc=mykolal@fb.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sdf@google.com \
--cc=toke@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.