Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-13 Thread Stillwell Jr, Paul M
ruh Sent: Wednesday, December 12, 2018 7:19 AM To: Lu, Wenzhuo ; dev@dpdk.org Cc: Stillwell Jr, Paul M Subject: Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures On 12/12/2018 6:59 AM, Wenzhuo Lu wrote: > From: Paul M Stillwell Jr > > Add the structures required by the NIC. > &

Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-12 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, December 12, 2018 11:19 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Stillwell Jr, Paul M > Subject: Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures > > On 12/12/2018 6:59 AM, We

Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-12 Thread Ferruh Yigit
Sent: Wednesday, December 12, 2018 7:19 AM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Stillwell Jr, Paul M > Subject: Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures > > On 12/12/2018 6:59 AM, Wenzhuo Lu wrote: >> From: Paul M Stillwell Jr >&

Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-12 Thread Ferruh Yigit
On 12/12/2018 3:19 PM, Ferruh Yigit wrote: > On 12/12/2018 6:59 AM, Wenzhuo Lu wrote: >> From: Paul M Stillwell Jr >> >> Add the structures required by the NIC. >> >> Signed-off-by: Paul M Stillwell Jr > > <...> > >> @@ -0,0 +1,869 @@ >> +/* SPDX-License-Identifier: BSD-3-Clause >> + * Copyrigh

Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-12 Thread Ferruh Yigit
On 12/12/2018 6:59 AM, Wenzhuo Lu wrote: > From: Paul M Stillwell Jr > > Add the structures required by the NIC. > > Signed-off-by: Paul M Stillwell Jr For consistency, base driver updates subsystem can be used as "net/ice/base: " and it should start with lowercase, so something like: "net/ic

Re: [dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-12 Thread Ferruh Yigit
On 12/12/2018 6:59 AM, Wenzhuo Lu wrote: > From: Paul M Stillwell Jr > > Add the structures required by the NIC. > > Signed-off-by: Paul M Stillwell Jr <...> > @@ -0,0 +1,869 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(c) 2001-2018 > + */ > + > +#ifndef _ICE_TYPE_H_ > +#def

[dpdk-dev] [PATCH v3 02/34] net/ice: Add basic structures

2018-12-11 Thread Wenzhuo Lu
From: Paul M Stillwell Jr Add the structures required by the NIC. Signed-off-by: Paul M Stillwell Jr --- drivers/net/ice/base/ice_type.h | 869 1 file changed, 869 insertions(+) create mode 100644 drivers/net/ice/base/ice_type.h diff --git a/drivers/n