> -----Original Message-----
> From: Yang, Qiming <qiming.y...@intel.com>
> Sent: Thursday, October 29, 2020 4:20 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org
> Subject: RE: [PATCH v3 00/21] ice: update base code
>
> > -----Original Message-----
> > From: Zhang, Qi Z <qi.z.zh...@intel.com>
> > Sent: 2020年10月28日 11:23
> > To: Yang, Qiming <qiming.y...@intel.com>
> > Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>
> > Subject: [PATCH v3 00/21] ice: update base code
> >
> > main change:
> > 1. Refactor the RSS configure API.
> > 2. Add global LUT support .
> > 3. copule fix and code clean
> >
> > v3:
> > - fix gtpu rss bug in patch 19/22
> >
> > v2:
> > - fix missing code in patch 19/21.
> >
> > *** BLURB HERE ***
> >
> > Qi Zhang (21):
> > net/ice/base: add tunnel support for FDIR
> > net/ice/base: add NVM Write Response flags
> > net/ice/base: modify ptype bitmap for outer MAC
> > net/ice/base: rename ptype bitmap
> > net/ice/base: move sched function prototypes
> > net/ice/base: read security revision
> > net/ice/base: add functions to allocate and free a RSS global LUT
> > net/ice/base: add more capability to admin queue
> > net/ice/base: update to use package info from ice segment
> > net/ice/base: use malloc instead of calloc
> > net/ice/base: add support for class 5+ modules
> > net/ice/base: return error directly
> > net/ice/base: implement shared rate limiter
> > net/ice/base: recognize 860 as iSCSI port in CEE mode
> > net/ice/base: fix parameter name in comment
> > net/ice/base: support extended GPIO access
> > net/ice/base: remove duplicated AQ command flag setting
> > net/ice/base: introduce and use FLEX_ARRAY_SIZE where possible
> > net/ice/base: refactor RSS configure API
> > net/ice/base: add support for get/set RSS LUT to specify global LUT
> > net/ice/base: update version
> >
> > drivers/net/ice/base/README | 2 +-
> > drivers/net/ice/base/ice_adminq_cmd.h | 35 +-
> > drivers/net/ice/base/ice_common.c | 58 ++-
> > drivers/net/ice/base/ice_common.h | 13 +-
> > drivers/net/ice/base/ice_dcb.c | 38 +-
> > drivers/net/ice/base/ice_fdir.c | 8 +
> > drivers/net/ice/base/ice_fdir.h | 9 +
> > drivers/net/ice/base/ice_flex_pipe.c | 46 +--
> > drivers/net/ice/base/ice_flex_type.h | 8 +
> > drivers/net/ice/base/ice_flow.c | 265 ++++++++------
> > drivers/net/ice/base/ice_flow.h | 34 +-
> > drivers/net/ice/base/ice_nvm.c | 174 +++++++++
> > drivers/net/ice/base/ice_sched.c | 493 +++++++++++++++++---------
> > drivers/net/ice/base/ice_sched.h | 29 +-
> > drivers/net/ice/base/ice_switch.c | 68 +++-
> > drivers/net/ice/base/ice_switch.h | 2 +
> > drivers/net/ice/base/ice_type.h | 64 +++-
> > drivers/net/ice/ice_ethdev.c | 346 +++++++++---------
> > drivers/net/ice/ice_ethdev.h | 18 +-
> > drivers/net/ice/ice_hash.c | 14 +-
> > 20 files changed, 1138 insertions(+), 586 deletions(-)
> >
> > --
> > 2.25.4
>
> Acked-by: Qiming Yang <qiming.y...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi