Searched hist:d5ccfd90df7fd0a50038a68634c131b8fd081bac (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | diff d5ccfd90df7fd0a50038a68634c131b8fd081bac Mon May 29 06:48:29 CDT 2023 Ido Schimmel <idosch@nvidia.com> flow_dissector: Dissect layer 2 miss from tc skb extension
Extend the 'FLOW_DISSECTOR_KEY_META' key with a new 'l2_miss' field and populate it from a field with the same name in the tc skb extension. This field is set by the bridge driver for packets that incur an FDB or MDB miss.
The next patch will extend the flower classifier to be able to match on layer 2 misses.
Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | diff d5ccfd90df7fd0a50038a68634c131b8fd081bac Mon May 29 06:48:29 CDT 2023 Ido Schimmel <idosch@nvidia.com> flow_dissector: Dissect layer 2 miss from tc skb extension
Extend the 'FLOW_DISSECTOR_KEY_META' key with a new 'l2_miss' field and populate it from a field with the same name in the tc skb extension. This field is set by the bridge driver for packets that incur an FDB or MDB miss.
The next patch will extend the flower classifier to be able to match on layer 2 misses.
Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|