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. Wenzhuo Lu (3): ixgbe: fix wrong flow director mask app/testpmd: fix wrong flow director mask app/testpmd: fix flow director endian issue app/test-pmd/cmdline.c | 11 +++----- app/test-pmd/config.c | 43 +++++++++++++++++------------ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +- drivers/net/ixgbe/ixgbe_fdir.c | 10 +++---- 4 files changed, 35 insertions(+), 32 deletions(-) -- 1.9.3