Flow rules performance with ConnectX-6 Dx
Дмитрий Степанов
stepanov.dmit at gmail.com
Mon Mar 21 09:40:48 CET 2022
For some reasons I'm not able to create group 1 / jump action. I get this
error:
testpmd> flow create 0 ingress pattern end actions jump group 1 / end
port_flow_complain(): Caught PMD error type 16 (specific action): cannot
create jump action.: Operation not supported
testpmd> flow create 0 ingress group 1 pattern eth / ipv4 dst is 10.0.0.2 /
end actions drop / end
port_flow_complain(): Caught PMD error type 1 (cause unspecified): cannot
get table: Cannot allocate memory
This looks similar to
https://www.mail-archive.com/dev@dpdk.org/msg152132.html
I've checked UCTX_EN bit - and it its already set within NIC:
mstconfig -d 0000:c1:00.0 q | grep UCTX_EN
UCTX_EN True(1)
пт, 18 мар. 2022 г. в 17:54, Dmitry Kozlyuk <dkozlyuk at nvidia.com>:
> Hi Dmitry,
>
> Can you check if the issue reproduces for you when using group 1?
> Group 0 is special for mlx5, its behavior differs from other groups.
> In testpmd terms:
>
> flow create 0 ingress pattern end actions jump group 1 / end
> flow create 0 ingress group 1 pattern eth / ipv4 dst is 10.0.0.2 / end
> actions drop / end
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20220321/033ffbec/attachment.htm>
More information about the users
mailing list