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,USER_AGENT_MUTT autolearn=ham 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 91A15C04AB5 for ; Mon, 3 Jun 2019 14:34:22 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 4B39C27A83 for ; Mon, 3 Jun 2019 14:34:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B39C27A83 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 8944A1B947; Mon, 3 Jun 2019 16:34:20 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D9F835424 for ; Mon, 3 Jun 2019 16:34:18 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jun 2019 07:34:17 -0700 X-ExtLoop1: 1 Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by orsmga007.jf.intel.com with ESMTP; 03 Jun 2019 07:34:17 -0700 Date: Mon, 3 Jun 2019 22:25:33 +0800 From: Ye Xiaolong To: "Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco)" , Ferruh Yigit Cc: "dev@dpdk.org" Message-ID: <20190603142533.GA89110@intel.com> References: <20190520101841.17708-1-jgrajcia@cisco.com> <20190531062247.5952-1-jgrajcia@cisco.com> <20190531074320.GA44917@intel.com> <9167c740527b4f008ae6a652d3aff84c@XCH-RCD-017.cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9167c740527b4f008ae6a652d3aff84c@XCH-RCD-017.cisco.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v10] net/memif: introduce memory interface (memif) PMD 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 06/03, Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco) wrote: > > >> -----Original Message----- >> From: Ye Xiaolong >> Sent: Friday, May 31, 2019 9:43 AM >> To: Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco) >> >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v10] net/memif: introduce memory interface >> (memif) PMD >> >> Minor nit, this should be a V1 instead of V10 after your RFC. > >I'll keep that in mind, but what version number should I use in the next patch, since I did use V10 in this one? > I am not sure what's DPDK convention for this case, Maybe Ferruh can suggest on this. Thanks, Xiaolong >Thanks, >Jakub