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 B8158A0613 for ; Thu, 26 Sep 2019 16:18:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 99B641BE85; Thu, 26 Sep 2019 16:18:54 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 0B8AF235 for ; Thu, 26 Sep 2019 16:18:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2019 07:18:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,552,1559545200"; d="scan'208";a="190016023" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga007.fm.intel.com with ESMTP; 26 Sep 2019 07:18:51 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Sep 2019 07:18:50 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 26 Sep 2019 07:18:50 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 26 Sep 2019 07:18:50 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.113]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.23]) with mapi id 14.03.0439.000; Thu, 26 Sep 2019 22:18:49 +0800 From: "Wang, Haiyue" To: "Ye, Xiaolong" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Kinsella, Ray" , "Iremonger, Bernard" , "Sun, Chenmin" Thread-Topic: [PATCH v1 2/4] net/i40e: support to get the Rx/Tx burst mode Thread-Index: AQHVdGEp6tg7naeoZUyk7i7IYP8r06c9c6iAgACN7TA= Date: Thu, 26 Sep 2019 14:18:48 +0000 Message-ID: References: <20190926114818.91063-1-haiyue.wang@intel.com> <20190926114818.91063-3-haiyue.wang@intel.com> <20190926134949.GB91335@intel.com> In-Reply-To: <20190926134949.GB91335@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODNjMDljZjYtOWY1YS00ZDZiLTk0YTQtNWJkNTk0YmIyZjRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT3pFcEE2WUFHdTd4Z3VmdCtscDMyelV1K1E4MlRUWUdMd1hvYlwvM2tobyt4RnRsbDNYOFhhSDBDd1VsXC80aWdGIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v1 2/4] net/i40e: support to get the Rx/Tx burst mode 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" > -----Original Message----- > From: Ye, Xiaolong > Sent: Thursday, September 26, 2019 21:50 > To: Wang, Haiyue > Cc: dev@dpdk.org; Yigit, Ferruh ; Kinsella, Ray <= ray.kinsella@intel.com>; > Iremonger, Bernard ; Sun, Chenmin > Subject: Re: [PATCH v1 2/4] net/i40e: support to get the Rx/Tx burst mode >=20 > What about `add Rx/Tx burst mode get callbacks` form the commit subject? >=20 +1, this makes patch clear, thanks. > On 09/26, Haiyue Wang wrote: > >According to the selected Rx/Tx burst function name, retrieve the > >related burst mode options. > > >=20 > How about: >=20 > Retrieve burst mode options according to the selected Rx/Tx burst functio= n > name. >=20 +1, clear log, really. ;-) > Thanks, > Xiaolong