On 29/05/2023 14:48, Ido Schimmel wrote: > 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@xxxxxxxxxx> > --- > > Notes: > v2: > * Split from flower patch. > * Use tc skb extension instead of 'skb->l2_miss'. > > include/net/flow_dissector.h | 2 ++ > net/core/flow_dissector.c | 10 ++++++++++ > 2 files changed, 12 insertions(+) > Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>