From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 02/34] net/ice: Add basic structures Date: Wed, 12 Dec 2018 15:19:13 +0000 Message-ID: References: <1542956179-80951-1-git-send-email-wenzhuo.lu@intel.com> <1544598004-27099-1-git-send-email-wenzhuo.lu@intel.com> <1544598004-27099-3-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Paul M Stillwell Jr To: Wenzhuo Lu , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5751C1B3F5 for ; Wed, 12 Dec 2018 16:19:16 +0100 (CET) In-Reply-To: <1544598004-27099-3-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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/ice/base: add basic structures" Same for rest of the base code updates. <...>