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=0.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, HK_RANDOM_FROM,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 30E40C0650E for ; Fri, 5 Jul 2019 01:28:13 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id B933C2184C for ; Fri, 5 Jul 2019 01:28:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B933C2184C 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 8D6141B197; Fri, 5 Jul 2019 03:28:11 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5958A326D for ; Fri, 5 Jul 2019 03:28:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2019 18:28:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,453,1557212400"; d="scan'208";a="363058545" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 04 Jul 2019 18:28:08 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 4 Jul 2019 18:28:08 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 4 Jul 2019 18:28:08 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.240]) with mapi id 14.03.0439.000; Fri, 5 Jul 2019 09:28:05 +0800 From: "Li, Xiaoyun" To: Thomas Monjalon CC: "dev@dpdk.org" , "Wu, Jingjing" , "Wiles, Keith" , "Liang, Cunming" , "Maslekar, Omkar" , "Richardson, Bruce" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH v10 1/5] raw/ntb: introduce ntb rawdev driver Thread-Index: AQHVMJ8mV+CtHPw4L02FQiIj+bTMdaa5wASAgAF/EIA= Date: Fri, 5 Jul 2019 01:28:04 +0000 Message-ID: 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> In-Reply-To: <2177290.sozgYcS1Bp@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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" Sorry. Miss the first question. > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, July 4, 2019 18:32 > To: Li, Xiaoyun > Cc: dev@dpdk.org; Wu, Jingjing ; Wiles, Keith > ; Liang, Cunming ; Maslek= ar, > Omkar ; Richardson, Bruce > ; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH v10 1/5] raw/ntb: introduce ntb rawdev dri= ver >=20 > 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 >=20 > Is it Intel property? If yes, I suggest "Intel NTB" as title. Not just Intel has NTB. AMD, PLX ... also have NTB. The rawdev should be co= mpatible with many kinds of NTB. I implemented specific intel NTB in ntb_hw= _intel.c/.h But there is no other ntb in DPDK now. So I am fine to name it as Intel NTB= . >=20 > > +M: Xiaoyun Li > > +M: Jingjing Wu > > +F: drivers/raw/ntb_rawdev/ > > +F: doc/guides/rawdevs/ntb_rawdev.rst >=20 > 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 applyin= g. >=20