Re: [dpdk-dev] [PATCH v4 00/38] ice share code update.

2019-03-31 Thread Zhang, Qi Z
, John > Subject: Re: [dpdk-dev] [PATCH v4 00/38] ice share code update. > > 25/03/2019 08:07, Zhang, Qi Z: > > > Sync to latest kernel driver, main changes: > > > 1. add DCB/FDIR support. > > > 2. add more APIs in switch module. > > > 3. code clean and

Re: [dpdk-dev] [PATCH v4 00/38] ice share code update.

2019-03-31 Thread Thomas Monjalon
25/03/2019 08:07, Zhang, Qi Z: > > Sync to latest kernel driver, main changes: > > 1. add DCB/FDIR support. > > 2. add more APIs in switch module. > > 3. code clean and bug fix. > > > > Qi Zhang (38): > > net/ice/base: add switch resource allocation and free > > net/ice/base: improve comments

Re: [dpdk-dev] [PATCH v4 00/38] ice share code update.

2019-03-25 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, March 25, 2019 1:44 PM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: dev@dpdk.org; Stillwell Jr, Paul M ; Yigit, > Ferruh ; Zhang, Qi Z > Subject: [PATCH v4 00/38] ice share code update. > > Sync to latest kernel driver, main changes

[dpdk-dev] [PATCH v4 00/38] ice share code update.

2019-03-24 Thread Qi Zhang
Sync to latest kernel driver, main changes: 1. add DCB/FDIR support. 2. add more APIs in switch module. 3. code clean and bug fix. v4: - revert the fix for UDP PTYPE setup (PATCH 38/38 on v3) since its invalid. - move bit ops to dedicate file and remove the 64 bit limitation of bitmap. - improved