[dpdk-dev] [PATCH] ethdev: fix byte order inconsistence between fdir flow and mask

2016-01-28 Thread Wu, Jingjing
> > 2016-01-27 16:37, Jingjing Wu: > > Fixed issue of byte order in ethdev library that the structure for > > setting fdir's mask and flow entry is inconsist and made inputs of > > mask be in big endian. > > Please be more precise. Which one is big endian? > Wasn't it tested before? > It is test

[dpdk-dev] [PATCH] ethdev: fix byte order inconsistence between fdir flow and mask

2016-01-27 Thread Jingjing Wu
Fixed issue of byte order in ethdev library that the structure for setting fdir's mask and flow entry is inconsist and made inputs of mask be in big endian. fixes: 76c6f89e80d4 ("ixgbe: support new flow director masks") 2d4c1a9ea2ac ("ethdev: add new flow director masks") Reported-by: Yaac

[dpdk-dev] [PATCH] ethdev: fix byte order inconsistence between fdir flow and mask

2016-01-27 Thread Thomas Monjalon
2016-01-27 16:37, Jingjing Wu: > Fixed issue of byte order in ethdev library that the structure > for setting fdir's mask and flow entry is inconsist and made > inputs of mask be in big endian. Please be more precise. Which one is big endian? Wasn't it tested before? > fixes: 76c6f89e80d4 ("ixgbe