> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zh...@intel.com>
> Sent: Thursday, September 16, 2021 17:53
> To: Yang, Qiming <qiming.y...@intel.com>
> Cc: Guo, Junfeng <junfeng....@intel.com>; dev@dpdk.org; Zhang, Qi Z
> <qi.z.zh...@intel.com>
> Subject: [PATCH 00/12] ice base code batch 2 for DPDK 21.11
> 
> Qi Zhang (12):
>   net/ice/base: calculate logical PF ID
>   net/ice/base: include more E810T adapters
>   net/ice/base: use macro instead of open-coded division
>   net/ice/base: allow to enable LAN and loopback in switch
>   net/ice/base: change addr param to u16
>   net/ice/base: allow tool access to MNG register
>   net/ice/base: add package segment ID
>   net/ice/base: add a helper to check for 100M speed support
>   net/ice/base: add GCO defines and new GCO flex descriptor
>   net/ice/base: add get/set functions for shared parameters
>   net/ice/base: implement support for SMA controller
>   net/ice/base: update auto generated hardware register
> 
>  drivers/net/ice/base/ice_adminq_cmd.h |  10 +
>  drivers/net/ice/base/ice_common.c     | 134 ++++++++++++-
>  drivers/net/ice/base/ice_common.h     |   7 +
>  drivers/net/ice/base/ice_devids.h     |   1 +
>  drivers/net/ice/base/ice_flex_pipe.c  |  11 +-
>  drivers/net/ice/base/ice_flex_type.h  |   2 +-
>  drivers/net/ice/base/ice_hw_autogen.h | 148 +++++++-------
>  drivers/net/ice/base/ice_lan_tx_rx.h  |  49 ++++-
>  drivers/net/ice/base/ice_nvm.c        |   7 +-
>  drivers/net/ice/base/ice_nvm.h        |  13 --
>  drivers/net/ice/base/ice_ptp_hw.c     | 270 +++++++++++++++++++++++--
> -
>  drivers/net/ice/base/ice_ptp_hw.h     |  11 ++
>  drivers/net/ice/base/ice_switch.c     |   7 +-
>  drivers/net/ice/base/ice_switch.h     |  11 ++
>  drivers/net/ice/base/ice_type.h       |   3 +
>  15 files changed, 569 insertions(+), 115 deletions(-)
> 
> --
> 2.26.2

Acked-by: Junfeng Guo <junfeng....@intel.com>

Regards,
Junfeng Guo

Reply via email to