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