[dpdk-dev] [PATCH] ixgbe: fix the flow director flexbytes offset issues

2015-06-23 Thread Lu, Wenzhuo
> Signed-off-by: Jingjing Wu Acked-by: Wenzhuo Lu

[dpdk-dev] [PATCH] ixgbe: fix the flow director flexbytes offset issues

2015-06-22 Thread Thomas Monjalon
> > > The flexbytes offset can not be set, because the value is over written > > > when fdir is enabled. > > > This patch fixes this issue, and also removes some reduplicate lines. > > > > > > Reported-by: David Marchand > > > Signed-off-by: Jingjing Wu > > > > Tested-by: Gaetan Rivet > > Thank

[dpdk-dev] [PATCH] ixgbe: fix the flow director flexbytes offset issues

2015-06-19 Thread David Marchand
On Fri, Jun 19, 2015 at 3:57 PM, Gaetan Rivet wrote: > On Fri, Jun 19, 2015 at 8:35 AM, Jingjing Wu > wrote: > > The flexbytes offset can not be set, because the value is over written > > when fdir is enabled. > > This patch fixes this issue, and also removes some reduplicate lines. > > > > Repo

[dpdk-dev] [PATCH] ixgbe: fix the flow director flexbytes offset issues

2015-06-19 Thread Gaetan Rivet
On Fri, Jun 19, 2015 at 8:35 AM, Jingjing Wu wrote: > The flexbytes offset can not be set, because the value is over written > when fdir is enabled. > This patch fixes this issue, and also removes some reduplicate lines. > > Reported-by: David Marchand > Signed-off-by: Jingjing Wu Tested-by: Ga

[dpdk-dev] [PATCH] ixgbe: fix the flow director flexbytes offset issues

2015-06-19 Thread Jingjing Wu
The flexbytes offset can not be set, because the value is over written when fdir is enabled. This patch fixes this issue, and also removes some reduplicate lines. Reported-by: David Marchand Signed-off-by: Jingjing Wu --- drivers/net/ixgbe/ixgbe_fdir.c | 24 1 file chan