Re: [dpdk-dev] [PATCH 36/37] net/ice/base: increase prototol offset size

2019-03-03 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, March 1, 2019 7:20 PM > To: Zhang, Qi Z ; Lu, Wenzhuo ; > Yang, Qiming > Cc: Stillwell Jr, Paul M ; dev@dpdk.org > Subject: Re: [PATCH 36/37] net/ice/base: increase prototol offset size > > On 2/28/2019 5:56 AM, Qi Zhang wrote:

Re: [dpdk-dev] [PATCH 36/37] net/ice/base: increase prototol offset size

2019-03-01 Thread Ferruh Yigit
On 2/28/2019 5:56 AM, Qi Zhang wrote: > Increase field vector's protocol offset size from 8 bit to 16 bit. Same comment, I can see 'off' & 'field_off' storage size increased from u8 to u16. But why? and what is the impact of it? If someone from community hist a problem with this and wants to un

[dpdk-dev] [PATCH 36/37] net/ice/base: increase prototol offset size

2019-02-27 Thread Qi Zhang
Increase field vector's protocol offset size from 8 bit to 16 bit. Signed-off-by: Qi Zhang Signed-off-by: Paul M Stillwell Jr --- drivers/net/ice/base/ice_flex_type.h | 8 +++- drivers/net/ice/base/ice_flow.c | 7 +-- drivers/net/ice/base/ice_flow.h | 2 +- drivers