Re: [dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions

2018-12-12 Thread Lu, Wenzhuo
Hi Mattias, > -Original Message- > From: Stillwell Jr, Paul M > Sent: Thursday, December 13, 2018 5:18 AM > To: Mattias Rönnblom ; Lu, Wenzhuo > ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions > > -Original Mess

Re: [dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions

2018-12-12 Thread Mattias Rönnblom
On 2018-12-12 07:59, Wenzhuo Lu wrote: From: Paul M Stillwell Jr Add code that multiple other features use. Signed-off-by: Paul M Stillwell Jr --- drivers/net/ice/base/ice_common.c | 3521 + drivers/net/ice/base/ice_common.h | 186 ++ 2 files changed,

[dpdk-dev] [PATCH v3 11/34] net/ice: Add common functions

2018-12-11 Thread Wenzhuo Lu
From: Paul M Stillwell Jr Add code that multiple other features use. Signed-off-by: Paul M Stillwell Jr --- drivers/net/ice/base/ice_common.c | 3521 + drivers/net/ice/base/ice_common.h | 186 ++ 2 files changed, 3707 insertions(+) create mode 100644 drive