You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA: https://issues.redhat.com/browse/RHEL-31890
Conflicts:
- adjusted conflict that was resolved upstream by
commit 753c860 ("Merge tag 'for-netdev' of
https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next")
- xmo_rx_vlan_tag is placed in netdevice.h instead of xdp.h due to
missing 680ee04 ("net: invert the netdevice.h vs xdp.h dependency")
Upstream commit(s):
commit e679533
Author: Larysa Zaremba <larysa.zaremba@intel.com>
Date: Tue Dec 5 22:08:38 2023 +0100
xdp: Add VLAN tag hint
Implement functionality that enables drivers to expose VLAN tag
to XDP code.
VLAN tag is represented by 2 variables:
- protocol ID, which is passed to bpf code in BE
- VLAN TCI, in host byte order
Acked-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Larysa Zaremba <larysa.zaremba@intel.com>
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>
Link: https://lore.kernel.org/r/20231205210847.28460-10-larysa.zaremba@intel.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Petr Oros <poros@redhat.com>
0 commit comments