Re: [dpdk-dev] [PATCH] net/mlx5: fix VLAN filtering

2018-08-02 Thread Shahaf Shuler
Tuesday, July 31, 2018 10:57 AM, Shahaf Shuler: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix VLAN filtering > > The below commit has added a graph based expansion logic for RSS rule to > satisfy Verbs requirements. With this logic, for example, the rule: > > flow create 0 i

[dpdk-dev] [PATCH] net/mlx5: fix VLAN filtering

2018-07-31 Thread Shahaf Shuler
The below commit has added a graph based expansion logic for RSS rule to satisfy Verbs requirements. With this logic, for example, the rule: flow create 0 ingress pattern eth / end actions rss queues 0 1 end types ipv4-tcp ipv6-tcp end / end will be expanded into the rules: flow create 0 ingress