<div dir="ltr">For some reasons I'm not able to create group 1 / jump action. I get this error:<div><br><div>testpmd> flow create 0 ingress pattern end actions jump group 1 / end<br>port_flow_complain(): Caught PMD error type 16 (specific action): cannot create jump action.: Operation not supported<br>testpmd> flow create 0 ingress group 1 pattern eth / ipv4 dst is 10.0.0.2 / end actions drop / end<br>port_flow_complain(): Caught PMD error type 1 (cause unspecified): cannot get table: Cannot allocate memory<br></div></div><div><br></div><div>This looks similar to <a href="https://www.mail-archive.com/dev@dpdk.org/msg152132.html">https://www.mail-archive.com/dev@dpdk.org/msg152132.html</a></div><div>I've checked UCTX_EN bit - and it its already set within NIC:</div><div><br></div><div>mstconfig -d 0000:c1:00.0 q | grep UCTX_EN<br> UCTX_EN True(1) <br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 18 мар. 2022 г. в 17:54, Dmitry Kozlyuk <<a href="mailto:dkozlyuk@nvidia.com">dkozlyuk@nvidia.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Dmitry,<br>
<br>
Can you check if the issue reproduces for you when using group 1?<br>
Group 0 is special for mlx5, its behavior differs from other groups.<br>
In testpmd terms:<br>
<br>
flow create 0 ingress pattern end actions jump group 1 / end<br>
flow create 0 ingress group 1 pattern eth / ipv4 dst is 10.0.0.2 / end actions drop / end<br>
</blockquote></div>