Hi Mattias,
> -----Original Message----- > From: Stillwell Jr, Paul M > Sent: Thursday, December 13, 2018 5:18 AM > To: Mattias Rönnblom <mattias.ronnb...@ericsson.com>; Lu, Wenzhuo > <wenzhuo...@intel.com>; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions > > -----Original Message----- > From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Wednesday, December 12, 2018 11:59 AM > To: Lu, Wenzhuo <wenzhuo...@intel.com>; dev@dpdk.org > Cc: Stillwell Jr, Paul M <paul.m.stillwell...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions > > On 2018-12-12 07:59, Wenzhuo Lu wrote: > > From: Paul M Stillwell Jr <paul.m.stillwell...@intel.com> > > > > Add code that multiple other features use. > > > > Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell...@intel.com> > > --- > > drivers/net/ice/base/ice_common.c | 3521 > +++++++++++++++++++++++++++++++++++++ > > drivers/net/ice/base/ice_common.h | 186 ++ > > 2 files changed, 3707 insertions(+) > > create mode 100644 drivers/net/ice/base/ice_common.c > > create mode 100644 drivers/net/ice/base/ice_common.h Thanks for the review. But this is the base code used by several teams internal, so we will correct it only if there's a bug.