From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lu, Wenzhuo" Subject: Re: [PATCH v4 3/4] net/softnic: add TM capabilities ops Date: Mon, 25 Sep 2017 02:33:19 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B6BD155@shsmsx102.ccr.corp.intel.com> References: <20170811124929.118564-2-jasvinder.singh@intel.com> <20170918091015.82824-1-jasvinder.singh@intel.com> <20170918091015.82824-4-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Dumitrescu, Cristian" , "Yigit, Ferruh" , "thomas@monjalon.net" To: "Singh, Jasvinder" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2C5BD23A for ; Mon, 25 Sep 2017 04:34:23 +0200 (CEST) In-Reply-To: <20170918091015.82824-4-jasvinder.singh@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" Hi Jasvinder, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Monday, September 18, 2017 5:10 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Yigit, Ferruh > ; thomas@monjalon.net > Subject: [dpdk-dev] [PATCH v4 3/4] net/softnic: add TM capabilities ops >=20 > Implement ethdev TM capability APIs in SoftNIC PMD. >=20 > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Jasvinder Singh > --- > drivers/net/softnic/rte_eth_softnic.c | 12 +- > drivers/net/softnic/rte_eth_softnic_internals.h | 32 ++ > drivers/net/softnic/rte_eth_softnic_tm.c | 500 > ++++++++++++++++++++++++ > 3 files changed, 543 insertions(+), 1 deletion(-) The same concern of the naming as patch 2.The function and structure names = are too common. Better add the prefix 'softnic_' too. Except that, the patch looks good to me.