Re: [Bridge] [PATCH net-next v2 2/8] flow_dissector: Dissect layer 2 miss from tc skb extension

2023-05-29 Thread Nikolay Aleksandrov
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 ex

[Bridge] [PATCH net-next v2 2/8] flow_dissector: Dissect layer 2 miss from tc skb extension

2023-05-29 Thread Ido Schimmel via Bridge
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 lay