mbox series

[v2,00/14] base code update batch 2

Message ID 20210413050640.2586033-1-qi.z.zhang@intel.com (mailing list archive)
Headers
Series base code update batch 2 |

Message

Qi Zhang April 13, 2021, 5:06 a.m. UTC
  v2:
- Added patch 9/14 - 14/14.

Qi Zhang (14):
  net/ice/base: code cleanup
  net/ice/base: support removing VSI from flow profile
  net/ice/base: print link configure error
  net/ice/base: remove unused ptype field in PTT definition
  net/ice/base: set MAC type for E823C device
  net/ice/base: change protocol ID for VLAN in case of DVM
  net/ice/base: enable I2C read/write commands
  net/ice/base: add RSS support for PPPoL2TPv2oUDP
  net/ice/base: add set/get GPIO helper functions
  net/ice/base: add priority check of matching recipe
  net/ice/base: add inner VLAN protocol type for QinQ filter
  net/ice/base: fix QinQ PPPoE dummy pkt selection
  net/ice/base: add PTYPE values for PPPoL2TPv2oUDP
  net/ice/base: allow support for GTP-U filter using only inner
    protocols

 drivers/net/ice/base/ice_adminq_cmd.h    |  40 ++++++
 drivers/net/ice/base/ice_common.c        | 162 ++++++++++++++++++++++-
 drivers/net/ice/base/ice_common.h        |  14 ++
 drivers/net/ice/base/ice_dcb.c           |   2 +-
 drivers/net/ice/base/ice_fdir.c          |   2 +-
 drivers/net/ice/base/ice_flex_pipe.c     |   4 +-
 drivers/net/ice/base/ice_flex_type.h     |  31 ++++-
 drivers/net/ice/base/ice_flow.c          | 120 ++++++++++++++---
 drivers/net/ice/base/ice_flow.h          |   4 +
 drivers/net/ice/base/ice_lan_tx_rx.h     |  10 +-
 drivers/net/ice/base/ice_protocol_type.h |   4 +
 drivers/net/ice/base/ice_sched.c         |  11 +-
 drivers/net/ice/base/ice_switch.c        |  77 +++++++----
 drivers/net/ice/base/ice_switch.h        |   1 +
 drivers/net/ice/base/ice_type.h          |   2 -
 drivers/net/ice/base/ice_vlan_mode.c     |   3 +-
 drivers/net/ice/base/ice_vlan_mode.h     |   1 -
 17 files changed, 424 insertions(+), 64 deletions(-)
  

Comments

Qiming Yang April 13, 2021, 6:16 a.m. UTC | #1
> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zhang@intel.com>
> Sent: 2021年4月13日 13:06
> To: Yang, Qiming <qiming.yang@intel.com>
> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: [PATCH v2 00/14] base code update batch 2
> 
> v2:
> - Added patch 9/14 - 14/14.
> 
> Qi Zhang (14):
>   net/ice/base: code cleanup
>   net/ice/base: support removing VSI from flow profile
>   net/ice/base: print link configure error
>   net/ice/base: remove unused ptype field in PTT definition
>   net/ice/base: set MAC type for E823C device
>   net/ice/base: change protocol ID for VLAN in case of DVM
>   net/ice/base: enable I2C read/write commands
>   net/ice/base: add RSS support for PPPoL2TPv2oUDP
>   net/ice/base: add set/get GPIO helper functions
>   net/ice/base: add priority check of matching recipe
>   net/ice/base: add inner VLAN protocol type for QinQ filter
>   net/ice/base: fix QinQ PPPoE dummy pkt selection
>   net/ice/base: add PTYPE values for PPPoL2TPv2oUDP
>   net/ice/base: allow support for GTP-U filter using only inner
>     protocols
> 
>  drivers/net/ice/base/ice_adminq_cmd.h    |  40 ++++++
>  drivers/net/ice/base/ice_common.c        | 162 ++++++++++++++++++++++-
>  drivers/net/ice/base/ice_common.h        |  14 ++
>  drivers/net/ice/base/ice_dcb.c           |   2 +-
>  drivers/net/ice/base/ice_fdir.c          |   2 +-
>  drivers/net/ice/base/ice_flex_pipe.c     |   4 +-
>  drivers/net/ice/base/ice_flex_type.h     |  31 ++++-
>  drivers/net/ice/base/ice_flow.c          | 120 ++++++++++++++---
>  drivers/net/ice/base/ice_flow.h          |   4 +
>  drivers/net/ice/base/ice_lan_tx_rx.h     |  10 +-
>  drivers/net/ice/base/ice_protocol_type.h |   4 +
>  drivers/net/ice/base/ice_sched.c         |  11 +-
>  drivers/net/ice/base/ice_switch.c        |  77 +++++++----
>  drivers/net/ice/base/ice_switch.h        |   1 +
>  drivers/net/ice/base/ice_type.h          |   2 -
>  drivers/net/ice/base/ice_vlan_mode.c     |   3 +-
>  drivers/net/ice/base/ice_vlan_mode.h     |   1 -
>  17 files changed, 424 insertions(+), 64 deletions(-)
> 
> --
> 2.26.2

Acked-by: Qiming Yang <qiming.yang@intel.com>
  
Ferruh Yigit April 13, 2021, 11:38 a.m. UTC | #2
On 4/13/2021 7:16 AM, Yang, Qiming wrote:
> 
>> -----Original Message-----
>> From: Zhang, Qi Z <qi.z.zhang@intel.com>
>> Sent: 2021年4月13日 13:06
>> To: Yang, Qiming <qiming.yang@intel.com>
>> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
>> Subject: [PATCH v2 00/14] base code update batch 2
>>
>> v2:
>> - Added patch 9/14 - 14/14.
>>
>> Qi Zhang (14):
>>    net/ice/base: code cleanup
>>    net/ice/base: support removing VSI from flow profile
>>    net/ice/base: print link configure error
>>    net/ice/base: remove unused ptype field in PTT definition
>>    net/ice/base: set MAC type for E823C device
>>    net/ice/base: change protocol ID for VLAN in case of DVM
>>    net/ice/base: enable I2C read/write commands
>>    net/ice/base: add RSS support for PPPoL2TPv2oUDP
>>    net/ice/base: add set/get GPIO helper functions
>>    net/ice/base: add priority check of matching recipe
>>    net/ice/base: add inner VLAN protocol type for QinQ filter
>>    net/ice/base: fix QinQ PPPoE dummy pkt selection
>>    net/ice/base: add PTYPE values for PPPoL2TPv2oUDP
>>    net/ice/base: allow support for GTP-U filter using only inner
>>      protocols
>>
>>   drivers/net/ice/base/ice_adminq_cmd.h    |  40 ++++++
>>   drivers/net/ice/base/ice_common.c        | 162 ++++++++++++++++++++++-
>>   drivers/net/ice/base/ice_common.h        |  14 ++
>>   drivers/net/ice/base/ice_dcb.c           |   2 +-
>>   drivers/net/ice/base/ice_fdir.c          |   2 +-
>>   drivers/net/ice/base/ice_flex_pipe.c     |   4 +-
>>   drivers/net/ice/base/ice_flex_type.h     |  31 ++++-
>>   drivers/net/ice/base/ice_flow.c          | 120 ++++++++++++++---
>>   drivers/net/ice/base/ice_flow.h          |   4 +
>>   drivers/net/ice/base/ice_lan_tx_rx.h     |  10 +-
>>   drivers/net/ice/base/ice_protocol_type.h |   4 +
>>   drivers/net/ice/base/ice_sched.c         |  11 +-
>>   drivers/net/ice/base/ice_switch.c        |  77 +++++++----
>>   drivers/net/ice/base/ice_switch.h        |   1 +
>>   drivers/net/ice/base/ice_type.h          |   2 -
>>   drivers/net/ice/base/ice_vlan_mode.c     |   3 +-
>>   drivers/net/ice/base/ice_vlan_mode.h     |   1 -
>>   17 files changed, 424 insertions(+), 64 deletions(-)
>>
>> --
>> 2.26.2
> 
> Acked-by: Qiming Yang <qiming.yang@intel.com>
> 

Hi Qiming, Qi,

The set fails to build, please check reports on patchwork:
https://patches.dpdk.org/project/dpdk/patch/20210413050640.2586033-15-qi.z.zhang@intel.com/