From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E48E1C06513 for ; Thu, 4 Jul 2019 10:37:28 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id AA067218A3 for ; Thu, 4 Jul 2019 10:37:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AA067218A3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 506781B9ED; Thu, 4 Jul 2019 12:37:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 67C8A1B9DE for ; Thu, 4 Jul 2019 12:37:25 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2019 03:37:24 -0700 X-IronPort-AV: E=Sophos;i="5.63,450,1557212400"; d="scan'208";a="155019113" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2019 03:37:22 -0700 Date: Thu, 4 Jul 2019 11:37:19 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: Xiaoyun Li , dev@dpdk.org, jingjing.wu@intel.com, keith.wiles@intel.com, cunming.liang@intel.com, omkar.maslekar@intel.com, ferruh.yigit@intel.com Message-ID: <20190704103719.GA434@bricha3-MOBL.ger.corp.intel.com> References: <20190628025346.31312-1-xiaoyun.li@intel.com> <20190702062521.91542-1-xiaoyun.li@intel.com> <20190702062521.91542-2-xiaoyun.li@intel.com> <2177290.sozgYcS1Bp@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2177290.sozgYcS1Bp@xps> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v10 1/5] raw/ntb: introduce ntb rawdev driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Thu, Jul 04, 2019 at 12:31:49PM +0200, Thomas Monjalon wrote: > 02/07/2019 08:25, Xiaoyun Li: > > Introduce rawdev driver support for NTB (Non-transparent Bridge) which > > can help to connect two separate hosts with each other. > [...] > > +NTB Rawdev > > Is it Intel property? If yes, I suggest "Intel NTB" as title. > > > +M: Xiaoyun Li > > +M: Jingjing Wu > > +F: drivers/raw/ntb_rawdev/ > > +F: doc/guides/rawdevs/ntb_rawdev.rst > > Sorry I missed to check the naming here. > Why is it called "ntb_rawdev" and not just "ntb" ? > If you are OK with "ntb" as directory name, I can rename it while applying. > Although I'm not the submitter here, I'd just like to "+1" the use of "ntb" on its own as the name of the directory. /Bruce