v2 looks fine, and is now merged. Bruce
In message: [linux-yocto][yocto-kernel-cache][yocto-6.6 to master][V2 PATCH] features/net_sched: add support for Flower classifier on 08/01/2025 [email protected] wrote: > From: Yongxin Liu <[email protected]> > > Like CONFIG_NET_CLS_U32 and CONFIG_NET_CLS_CGROUP, CONFIG_NET_CLS_FLOWER > is used to classify packets, but it is based on a configurable combination > of packet keys and masks. > > Here is an example command: > > tc filter add dev enp0s30f5 parent ffff: protocol 802.1Q flower vlan_prio 1 > hw_tc 1 > > Signed-off-by: Yongxin Liu <[email protected]> > --- > features/net_sched/net_sched.cfg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/features/net_sched/net_sched.cfg > b/features/net_sched/net_sched.cfg > index 137ca752..d9b86afb 100644 > --- a/features/net_sched/net_sched.cfg > +++ b/features/net_sched/net_sched.cfg > @@ -30,6 +30,7 @@ CONFIG_NET_CLS_ACT=y > CONFIG_NET_CLS_BASIC=y > CONFIG_NET_CLS_CGROUP=y > CONFIG_NET_CLS_U32=y > +CONFIG_NET_CLS_FLOWER=m > CONFIG_NET_ACT_MIRRED=m > CONFIG_NET_ACT_SKBEDIT=m > CONFIG_NET_EMATCH=y > -- > 2.46.2 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14733): https://lists.yoctoproject.org/g/linux-yocto/message/14733 Mute This Topic: https://lists.yoctoproject.org/mt/110488184/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
