[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d1a69d88-e963-a64e-5db3-735dad42fc4e@mojatatu.com>
Date: Mon, 22 Nov 2021 07:17:02 -0500
From: Jamal Hadi Salim <jhs@...atatu.com>
To: Simon Horman <simon.horman@...igine.com>, netdev@...r.kernel.org
Cc: Cong Wang <xiyou.wangcong@...il.com>,
Ido Schimmel <idosch@...dia.com>,
Jiri Pirko <jiri@...nulli.us>, Oz Shlomo <ozsh@...dia.com>,
Roi Dayan <roid@...dia.com>, Vlad Buslov <vladbu@...dia.com>,
Baowen Zheng <baowen.zheng@...igine.com>,
Louis Peens <louis.peens@...igine.com>,
oss-drivers@...igine.com
Subject: Re: [PATCH v4 net-next 0/10] allow user to offload tc action to net
device
On 2021-11-18 08:07, Simon Horman wrote:
> Tc cli command to offload and quote an action:
>
> tc qdisc add dev $DEV ingress
> tc qdisc show dev $DEV ingress
>
> tc actions add action police rate 100mbit burst 10000k index 200 skip_sw
> tc -s -d actions list action police
>
Could you show the output above?
> tc filter add dev $DEV protocol ip parent ffff: \
> flower skip_sw ip_proto tcp action police index 200
> tc -s -d filter show dev $DEV protocol ip parent ffff:
Same here..
> tc filter add dev $DEV protocol ipv6 parent ffff: \
> flower skip_sw ip_proto tcp action police index 200
> tc -s -d filter show dev $DEV protocol ipv6 parent ffff:
Same here..
> tc -s -d actions list action police
Same here...
cheers,
jamal
Powered by blists - more mailing lists