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 B26A1A04A2; Wed, 6 Nov 2019 11:49:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C62E1C0C7; Wed, 6 Nov 2019 11:49:57 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1DA621C0C8 for ; Wed, 6 Nov 2019 11:49:55 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 02:49:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,274,1569308400"; d="scan'208";a="353443509" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 06 Nov 2019 02:49:54 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 6 Nov 2019 02:49:54 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 6 Nov 2019 02:49:53 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.108]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0439.000; Wed, 6 Nov 2019 18:49:52 +0800 From: "Wang, Haiyue" To: Thomas Monjalon CC: "dev@dpdk.org" , "jerinjacobk@gmail.com" , "Yigit, Ferruh" , "arybchenko@solarflare.com" , "viacheslavo@mellanox.com" , "damarion@cisco.com" , "Ye, Xiaolong" , "Sun, Chenmin" , "Kinsella, Ray" , "Liu, Yu Y" Thread-Topic: [dpdk-dev] [PATCH v3] ethdev: enhance the API for getting burst mode information Thread-Index: AQHVlEKapKXCg/1mREOhMn1GU1q5l6d9WBWAgACed1A= Date: Wed, 6 Nov 2019 10:49:51 +0000 Message-ID: References: <20191104103920.64907-1-haiyue.wang@intel.com> <20191106013005.113308-1-haiyue.wang@intel.com> <11921993.TUR67A0bou@xps> In-Reply-To: <11921993.TUR67A0bou@xps> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjQyMjZkNjctMWVkNS00NGZjLWExOGMtMjc2MTNlZTAxZGRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMDNqMXVwUkNNUno1UTBncHdjcis2ZWFEUTd6NHJoQmRcL2FqMlV2Z1BOV3BISUc0YXZDSHBVUzJGUFk2QjdzcHAifQ== 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 v3] ethdev: enhance the API for getting burst mode information 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: Thomas Monjalon > Sent: Wednesday, November 6, 2019 17:20 > To: Wang, Haiyue > Cc: dev@dpdk.org; jerinjacobk@gmail.com; Yigit, Ferruh ; > arybchenko@solarflare.com; viacheslavo@mellanox.com; damarion@cisco.com; = Ye, Xiaolong > ; Sun, Chenmin ; Kinsella, = Ray ; > Liu, Yu Y > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: enhance the API for getting bu= rst mode information >=20 > 06/11/2019 02:30, Haiyue Wang: > > Change the type of burst mode information from bit field to free string > > data, so that each PMD can describe the Rx/Tx busrt functions flexibly. > > > > Signed-off-by: Haiyue Wang > > Acked-by: Ray Kinsella >=20 > Thank you for accepting my comments which came late. >=20 > Acked-by: Thomas Monjalon >=20 Thanks for sharing the good programming practice and your patience to listen and reply. BR, Haiyue