From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 182AEA04B1; Wed, 9 Sep 2020 09:03:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4545C1C0BC; Wed, 9 Sep 2020 09:03:28 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EB26C1BF8F for ; Wed, 9 Sep 2020 09:03:25 +0200 (CEST) IronPort-SDR: aHUpvYOL3e6CLOjuomqMdqXwPLkeRiO4r2PGzod/WtJ/jLlBMIpjpmr/yKaU9J2AtDnpf913XG SpUD2eEKRQOQ== X-IronPort-AV: E=McAfee;i="6000,8403,9738"; a="159245241" X-IronPort-AV: E=Sophos;i="5.76,408,1592895600"; d="scan'208";a="159245241" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 00:03:24 -0700 IronPort-SDR: p9p5eouajFgxr1fDb2BCj/6SNXDAYQR7FTRMPli2VxucNlrJz7ax0l+1I6m1LDh9sPLU0I0n8l KgAVSeB0wmNQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,408,1592895600"; d="scan'208";a="343803110" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga007.jf.intel.com with ESMTP; 09 Sep 2020 00:03:23 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 00:03:22 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 15:03:21 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 9 Sep 2020 15:03:21 +0800 From: "Guo, Jia" To: "Wang, Haiyue" , "Yang, Qiming" , "Xing, Beilei" , "Zhao1, Wei" , "Zhang, Qi Z" , "Wu, Jingjing" CC: "Richardson, Bruce" , "dev@dpdk.org" , "Zhang, Helin" , "mb@smartsharesystems.com" , "Yigit, Ferruh" , "stephen@networkplumber.org" , "barbette@kth.se" Thread-Topic: [PATCH v3 0/5] fix vector rx burst for PMDs Thread-Index: AQHWhnPSTvVCkHnl906N8KvY5lVjtqlfVoOAgACK0+A= Date: Wed, 9 Sep 2020 07:03:20 +0000 Message-ID: References: <20200827075452.1751-1-jia.guo@intel.com> <20200909063636.60205-1-jia.guo@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.5.1.3 x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/5] fix vector rx burst for PMDs 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" Hi, haiyue > -----Original Message----- > From: Wang, Haiyue > Sent: Wednesday, September 9, 2020 2:45 PM > To: Guo, Jia ; Yang, Qiming ; > Xing, Beilei ; Zhao1, Wei ; > Zhang, Qi Z ; Wu, Jingjing > Cc: Richardson, Bruce ; dev@dpdk.org; Zhang, > Helin ; mb@smartsharesystems.com; Yigit, Ferruh > ; stephen@networkplumber.org; barbette@kth.se > Subject: RE: [PATCH v3 0/5] fix vector rx burst for PMDs >=20 > > -----Original Message----- > > From: Guo, Jia > > Sent: Wednesday, September 9, 2020 14:37 > > To: Yang, Qiming ; Xing, Beilei > > ; Zhao1, Wei ; Zhang, Qi Z > > ; Wu, Jingjing > > Cc: Richardson, Bruce ; dev@dpdk.org; Guo, > > Jia ; Zhang, Helin ; > > mb@smartsharesystems.com; Yigit, Ferruh ; > > Wang, Haiyue ; stephen@networkplumber.org; > > barbette@kth.se > > Subject: [PATCH v3 0/5] fix vector rx burst for PMDs > > > > The limitation of burst size in vector rx was removed, since it should > > retrieve as much received packets as possible. And also the scattered > > receive path should use a wrapper function to achieve the goal of > > burst maximizing. > > > > This patch set aims to maximize vector rx burst for for > > ixgbe/i40e/ice/iavf/fm10k PMDs, and also do some code cleaning. >=20 > IMO, this can be "enhance the vector ...", but not "fix ...". > If "fix", it needs "Fixes:" tags ... ;-) >=20 Ok, so I will prefer to use "refine the vector rx burst for PMDs", thanks. > > > > -- > > 2.20.1 >=20