From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/20] DPDK PMD for ThunderX NIC device Date: Wed, 08 Jun 2016 15:51:41 +0200 Message-ID: <3853144.8KaQUqvgvq@xps13> References: <1464540424-12631-1-git-send-email-jerin.jacob@caviumnetworks.com> <20160608132254.GC24744@bricha3-MOBL3> <20160608133253.GA6248@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , Ferruh Yigit , dev@dpdk.org To: Jerin Jacob Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 29E9AAE02 for ; Wed, 8 Jun 2016 15:51:43 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id v199so65080081wmv.0 for ; Wed, 08 Jun 2016 06:51:43 -0700 (PDT) In-Reply-To: <20160608133253.GA6248@localhost.localdomain> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-08 19:02, Jerin Jacob: > On Wed, Jun 08, 2016 at 02:22:55PM +0100, Bruce Richardson wrote: > > On Wed, Jun 08, 2016 at 06:13:21PM +0530, Jerin Jacob wrote: > > > On Wed, Jun 08, 2016 at 01:30:28PM +0100, Ferruh Yigit wrote: > > > > On 6/7/2016 5:40 PM, Jerin Jacob wrote: > > > > Hi Jerin, > > > > > > > > In patch subject, as tag, other drivers are using only driver name, and > > > > Intel drivers also has "driver/base", since base code has some special > > > > case. For thunderx, what do you think about keeping subject as: > > > > "thunderx: ...." > > > > > > > > > > Hi Ferruh, > > > > > > We may add crypto or other builtin ThunderX HW accelerated block drivers > > > in future to DPDK. > > > So that is the reason why I thought of keeping the subject as thunderx/nicvf. > > > If you don't have any objection then I would like to keep it as > > > thunderx/nicvf or just nicvf. > > > > Are you upstreaming kernel modules for this device? If so, what is the Linux > > kernel module-name for this device going to be, as perhaps that can help us > > here? > > Yes, Kernel module has been upstreamed. > the commit log in linux kernel is "net: thunderx: ......." If you want to modify the conventions, we just need to agree on a patch modifying the guidelines. We can think about the proposal of Ferruh to use net/ and crypto/ prefixes. The most important is to have something short and easy to parse when quick browsing the git history.