public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
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


             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$(echo .)org \
    --cc=alardam@gmail$(echo .)com \
    --cc=andrii@kernel$(echo .)org \
    --cc=andy@greyhouse$(echo .)net \
    --cc=ast@kernel$(echo .)org \
    --cc=bpf@vger$(echo .)kernel.org \
    --cc=brouer@redhat$(echo .)com \
    --cc=daniel@iogearbox$(echo .)net \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=j.vosburgh@gmail$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=lorenzo.bianconi@redhat$(echo .)com \
    --cc=martin.lau@linux$(echo .)dev \
    --cc=memxor@gmail$(echo .)com \
    --cc=mykolal@fb$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=sdf@google$(echo .)com \
    --cc=toke@redhat$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox