Re: [dpdk-dev] [PATCH] net/ixgbe: fix issue for change definitions of bool

2020-02-26 Thread Zhao1, Wei
Ok,more info will be update to this patch > -Original Message- > From: Ye, Xiaolong > Sent: Thursday, February 27, 2020 11:09 AM > To: Zhao1, Wei > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH] net/ixgbe: fix issue for change definitions of bool > > Hi, > > On 02/27, Wei Zha

Re: [dpdk-dev] [PATCH] net/ixgbe: fix issue for change definitions of bool

2020-02-26 Thread Ye Xiaolong
Hi, On 02/27, Wei Zhao wrote: >We had better not to change code in base folder, that patch will >introduce a bug for etag/etag_strip for x550 NIC. So change back >to the aboriginal definition. > >Cc: sta...@dpdk.org >Fixes: ad43b7bce95b ("net/ixgbe: avoid multiple definitions of bool") I think th

Re: [dpdk-dev] [PATCH] net/ixgbe: fix issue for change definitions of bool

2020-02-26 Thread Ye Xiaolong
Hi, Wei On 02/27, Wei Zhao wrote: >We had better not to change code in base folder, that patch will >introduce a bug for etag/etag_strip for x550 NIC. So change back Could you elaborate the details of this bug? Thanks, Xiaolong >to the aboriginal definition. > >Cc: sta...@dpdk.org >Fixes: ad43b

[dpdk-dev] [PATCH] net/ixgbe: fix issue for change definitions of bool

2020-02-26 Thread Wei Zhao
We had better not to change code in base folder, that patch will introduce a bug for etag/etag_strip for x550 NIC. So change back to the aboriginal definition. Cc: sta...@dpdk.org Fixes: ad43b7bce95b ("net/ixgbe: avoid multiple definitions of bool") Signed-off-by: Wei Zhao --- drivers/net/ixgbe