Hi Mattias,
> -----Original Message----- > From: Stillwell Jr, Paul M > Sent: Thursday, December 13, 2018 5:18 AM > To: Mattias Rönnblom <[email protected]>; Lu, Wenzhuo > <[email protected]>; [email protected] > Subject: RE: [dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions > > -----Original Message----- > From: Mattias Rönnblom [mailto:[email protected]] > Sent: Wednesday, December 12, 2018 11:59 AM > To: Lu, Wenzhuo <[email protected]>; [email protected] > Cc: Stillwell Jr, Paul M <[email protected]> > 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 <[email protected]> > > > > Add code that multiple other features use. > > > > Signed-off-by: Paul M Stillwell Jr <[email protected]> > > --- > > 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.

