All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bpf 2023-04-13
@ 2023-04-13 19:29 Daniel Borkmann
  2023-04-14  0:01 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Borkmann @ 2023-04-13 19:29 UTC (permalink / raw)
  To: davem
  Cc: kuba, pabeni, edumazet, daniel, ast, andrii, martin.lau, netdev, bpf

Hi David, hi Jakub, hi Paolo, hi Eric,

The following pull-request contains BPF updates for your *net* tree.

We've added 6 non-merge commits during the last 1 day(s) which contain
a total of 14 files changed, 205 insertions(+), 38 deletions(-).

The main changes are:

1) One late straggler fix on the XDP hints side which fixes bpf_xdp_metadata_rx_hash
   kfunc API before the release goes out in order to provide information on the RSS
   hash type, from Jesper Dangaard Brouer.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Stanislav Fomichev, Toke Høiland-Jørgensen

----------------------------------------------------------------

The following changes since commit 0646dc31ca886693274df5749cd0c8c1eaaeb5ca:

  skbuff: Fix a race between coalescing and releasing SKBs (2023-04-13 10:08:42 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev

for you to fetch changes up to b65ef48c95b95960e91f9f3c45e6d079be00f0f3:

  Merge branch 'XDP-hints: change RX-hash kfunc bpf_xdp_metadata_rx_hash' (2023-04-13 11:15:11 -0700)

----------------------------------------------------------------
bpf-for-netdev

----------------------------------------------------------------
Alexei Starovoitov (1):
      Merge branch 'XDP-hints: change RX-hash kfunc bpf_xdp_metadata_rx_hash'

Jesper Dangaard Brouer (6):
      selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
      xdp: rss hash types representation
      mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
      veth: bpf_xdp_metadata_rx_hash add xdp rss hash type
      mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type
      selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

 drivers/net/ethernet/mellanox/mlx4/en_rx.c         | 22 +++++++-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h       |  3 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c   | 63 +++++++++++++++++++++-
 drivers/net/veth.c                                 | 10 ++--
 include/linux/mlx5/device.h                        | 14 ++++-
 include/linux/netdevice.h                          |  3 +-
 include/net/xdp.h                                  | 47 ++++++++++++++++
 net/core/xdp.c                                     | 10 +++-
 .../selftests/bpf/prog_tests/xdp_metadata.c        |  2 +
 .../testing/selftests/bpf/progs/xdp_hw_metadata.c  | 42 ++++++++-------
 tools/testing/selftests/bpf/progs/xdp_metadata.c   |  6 +--
 tools/testing/selftests/bpf/progs/xdp_metadata2.c  |  7 +--
 tools/testing/selftests/bpf/xdp_hw_metadata.c      | 10 +++-
 tools/testing/selftests/bpf/xdp_metadata.h         |  4 ++
 14 files changed, 205 insertions(+), 38 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull-request: bpf 2023-04-13
  2023-04-13 19:29 pull-request: bpf 2023-04-13 Daniel Borkmann
@ 2023-04-14  0:01 ` patchwork-bot+netdevbpf
  2023-04-14  0:12   ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-04-14  0:01 UTC (permalink / raw)
  To: Daniel Borkmann
  Cc: davem, kuba, pabeni, edumazet, ast, andrii, martin.lau, netdev, bpf

Hello:

This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 13 Apr 2023 21:29:39 +0200 you wrote:
> Hi David, hi Jakub, hi Paolo, hi Eric,
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 6 non-merge commits during the last 1 day(s) which contain
> a total of 14 files changed, 205 insertions(+), 38 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2023-04-13
    https://git.kernel.org/netdev/net-next/c/029294d01907

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull-request: bpf 2023-04-13
  2023-04-14  0:01 ` patchwork-bot+netdevbpf
@ 2023-04-14  0:12   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2023-04-14  0:12 UTC (permalink / raw)
  To: patchwork-bot+netdevbpf
  Cc: Daniel Borkmann, davem, pabeni, edumazet, ast, andrii,
	martin.lau, netdev, bpf

On Fri, 14 Apr 2023 00:01:02 +0000 patchwork-bot+netdevbpf@kernel.org
wrote:
> Here is the summary with links:
>   - pull-request: bpf 2023-04-13
>     https://git.kernel.org/netdev/net-next/c/029294d01907

Two wrongs make a right? :) Maybe I should try to pull in the order
of posting to appease the bot. Both pulled, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-14  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-13 19:29 pull-request: bpf 2023-04-13 Daniel Borkmann
2023-04-14  0:01 ` patchwork-bot+netdevbpf
2023-04-14  0:12   ` Jakub Kicinski

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.