Re: [dpdk-dev] [PATCH] net/ixgbe: output details on failure to configure filter

2017-02-04 Thread Stephen Hemminger
On Sat, 4 Feb 2017 16:37:54 +0800 Wei Dai wrote: > + PMD_INIT_LOG(ERR, "If ixgbe MAC type is not X550 or X550EM_x or > " > + "X550EM_a, the filter mode must be signature or > perfect, other mode " > + "is not supported ! Current MAC type = %d

[dpdk-dev] [PATCH] net/ixgbe: output details on failure to configure filter

2017-02-04 Thread Wei Dai
Add more details when the filter mode can't be successfully configured. These details tell user what filter configuration is right. Reported-by: Yulong Pei Signed-off-by: Wei Dai --- drivers/net/ixgbe/ixgbe_fdir.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git

[dpdk-dev] [PATCH] net/ixgbe: output details on failure to configure filter

2017-02-04 Thread Wei Dai
Add more details when the filter mode can't be successfully configured. These details tell user what filter configuration is right. Reported-by: Yulong Pei Signed-off-by: Wei Dai --- drivers/net/ixgbe/ixgbe_fdir.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git