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]
Message-ID: <DM5PR1301MB21721695E39BAA6B19FCF1F3E7609@DM5PR1301MB2172.namprd13.prod.outlook.com>
Date:   Tue, 23 Nov 2021 07:57:59 +0000
From:   Baowen Zheng <baowen.zheng@...igine.com>
To:     Jamal Hadi Salim <jhs@...atatu.com>,
        Simon Horman <simon.horman@...igine.com>,
        "netdev@...r.kernel.org" <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>,
        Louis Peens <louis.peens@...igine.com>,
        oss-drivers <oss-drivers@...igine.com>
Subject: RE: [PATCH v4 net-next 0/10] allow user to offload tc action to net
 device

On November 22, 2021 8:17 PM, Jamal Hadi Salim wrote:
>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...
>
Thanks, we will add the output in the next patch for all the above command.
>cheers,
>jamal

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ