Re: [dpdk-dev] [PATCH] net/ixgbe: fix parsing fdir vxlan issue

2017-02-13 Thread Yuanhan Liu
On Fri, Feb 03, 2017 at 10:53:29PM +, Ferruh Yigit wrote: > On 2/3/2017 8:44 AM, Wei Zhao wrote: > > VNI of VXLAN is parsed wrongly. The root cause is that > > array vni in item VXLAN also uses network byte ordering. > > > > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > > >

Re: [dpdk-dev] [PATCH] net/ixgbe: fix parsing fdir vxlan issue

2017-02-03 Thread Ferruh Yigit
On 2/3/2017 8:44 AM, Wei Zhao wrote: > VNI of VXLAN is parsed wrongly. The root cause is that > array vni in item VXLAN also uses network byte ordering. > > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > > Signed-off-by: Wei Zhao Cc: sta...@dpdk.org Applied to dpdk-next-net/ma

[dpdk-dev] [PATCH] net/ixgbe: fix parsing fdir vxlan issue

2017-02-03 Thread Wei Zhao
VNI of VXLAN is parsed wrongly. The root cause is that array vni in item VXLAN also uses network byte ordering. Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_flow.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[dpdk-dev] [PATCH] net/ixgbe: fix parsing fdir vxlan issue

2017-02-03 Thread Wei Zhao
From: zhao wei VNI of VXLAN is parsed wrongly. The root cause is that array vni in item VXLAN also uses network byte ordering. Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_flow.c | 7 --- 1 file changed, 4 insertions(+),