Hi,

Is there any sensible reason for which this flow rule works:

.
testpmd> flow create 0 ingress pattern eth / ipv4 dst spec 199.168.152.2
dst mask 255.255.0.255 / end actions queue index 1 / end
Flow rule #0 created
.

But this one not?:

.
testpmd> flow create 0 ingress pattern eth / ipv4 dst spec 199.168.152.2
dst mask 255.255.255.0 / end actions queue index 1 / end
ice_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 10 (item specification):
cause: 0x7ffe040edaa8, Invalid input set: Invalid argument
.

I've just changed the mask from 255.255.0.255 to 255.255.255.0, it's
really confusing why the latter one is not accepted..

Thanks

-- 
BR, Filip
+48 666 369 823

Reply via email to