[dpdk-users] i40e MAC filters
Tom Barbette
barbette at kth.se
Tue Apr 30 12:31:22 CEST 2019
Hi all,
Is there a way to program MAC filters through the rte_flow API ?
Eg :
flow create 0 ingress pattern eth dst spec 50:6b:4b:43:88:05 dst mask
ff:ff:ff:ff:ff:ff / end actions queue index 0 / end
Gives me :
Caught error type 13 (specific pattern item): cause: 0x227fd6ef00,
Invalid MAC_addr mask.: Invalid argument
Am I forced to use VMDq? In which case, what would be the flow pattern
to direct a MAC address to a VSI?
Thanks,
Tom
More information about the users
mailing list