lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ