mbox series

[net-next,0/2] net: vlan: claim one bit from sk_buff

Message ID 20221109095759.1874969-1-edumazet@google.com (mailing list archive)
Headers show
Series net: vlan: claim one bit from sk_buff | expand

Message

Eric Dumazet Nov. 9, 2022, 9:57 a.m. UTC
First patch claims skb->vlan_present.
This means some bpf changes, eg for sparc32 that I could not test.

Second patch removes one conditional test in gro_list_prepare().

Eric Dumazet (2):
  net: remove skb->vlan_present
  net: gro: no longer use skb_vlan_tag_present()

 arch/sparc/net/bpf_jit_comp_32.c              | 10 ++++-----
 .../ethernet/marvell/octeontx2/nic/otx2_pf.c  |  2 +-
 include/linux/if_vlan.h                       |  9 +++-----
 include/linux/skbuff.h                        | 18 ++++++++-------
 lib/test_bpf.c                                |  1 -
 net/core/filter.c                             | 22 +++++++++----------
 net/core/gro.c                                |  4 +---
 7 files changed, 30 insertions(+), 36 deletions(-)

Comments

Martin KaFai Lau Nov. 10, 2022, 6:13 a.m. UTC | #1
On 11/9/22 1:57 AM, Eric Dumazet wrote:
> First patch claims skb->vlan_present.
> This means some bpf changes, eg for sparc32 that I could not test.
> 
> Second patch removes one conditional test in gro_list_prepare().

Acked-by: Martin KaFai Lau <martin.lau@kernel.org>
patchwork-bot+netdevbpf@kernel.org Nov. 12, 2022, 4:50 a.m. UTC | #2
Hello:

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

On Wed,  9 Nov 2022 09:57:57 +0000 you wrote:
> First patch claims skb->vlan_present.
> This means some bpf changes, eg for sparc32 that I could not test.
> 
> Second patch removes one conditional test in gro_list_prepare().
> 
> Eric Dumazet (2):
>   net: remove skb->vlan_present
>   net: gro: no longer use skb_vlan_tag_present()
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: remove skb->vlan_present
    https://git.kernel.org/netdev/net-next/c/354259fa73e2
  - [net-next,2/2] net: gro: no longer use skb_vlan_tag_present()
    https://git.kernel.org/netdev/net-next/c/be3ed48683f0

You are awesome, thank you!