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
