Re: [dpdk-dev] [PATCH] net/ice/base: fix for FDIR QFI offset in GTP protocol

2019-10-17 Thread Ferruh Yigit
On 10/17/2019 6:46 AM, Ye Xiaolong wrote: > On 10/17, Qi Zhang wrote: >> For the GTP protocol, the QFI offset used by to create the field vector >> was off by one byte. This patch corrects that offset. >> >> Fixes: febb0f877f6e ("net/ice/base: add QFI for flow director") >> >> Signed-off-by: Dan No

Re: [dpdk-dev] [PATCH] net/ice/base: fix for FDIR QFI offset in GTP protocol

2019-10-16 Thread Ye Xiaolong
On 10/17, Qi Zhang wrote: >For the GTP protocol, the QFI offset used by to create the field vector >was off by one byte. This patch corrects that offset. > >Fixes: febb0f877f6e ("net/ice/base: add QFI for flow director") > >Signed-off-by: Dan Nowlin >Signed-off-by: Paul M Stillwell Jr >Signed-off

[dpdk-dev] [PATCH] net/ice/base: fix for FDIR QFI offset in GTP protocol

2019-10-16 Thread Qi Zhang
For the GTP protocol, the QFI offset used by to create the field vector was off by one byte. This patch corrects that offset. Fixes: febb0f877f6e ("net/ice/base: add QFI for flow director") Signed-off-by: Dan Nowlin Signed-off-by: Paul M Stillwell Jr Signed-off-by: Qi Zhang --- drivers/net/ic