[dpdk-dev] [PATCH v3 0/3] fix flow director mask issues

2016-10-19 Thread Bruce Richardson
On Wed, Oct 19, 2016 at 09:22:57AM +0800, Wenzhuo Lu wrote: > There're 2 issues about flow director mask. > 1, MAC address mask is not supported in mac-vlan mode. > 2, All the parameter are defined as big endian, but >they're not treated approriately. > This patch set is used to fix these 2 iss

[dpdk-dev] [PATCH v3 0/3] fix flow director mask issues

2016-10-19 Thread Wenzhuo Lu
There're 2 issues about flow director mask. 1, MAC address mask is not supported in mac-vlan mode. 2, All the parameter are defined as big endian, but they're not treated approriately. This patch set is used to fix these 2 issues. v2: - Re-split the patches and reword commit log. No code change