[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221109095759.1874969-1-edumazet@google.com>
Date: Wed, 9 Nov 2022 09:57:57 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>,
Andrii Nakryiko <andrii@...nel.org>
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org,
eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/2] net: vlan: claim one bit from sk_buff
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(-)
--
2.38.1.431.g37b22c650d-goog
Powered by blists - more mailing lists