From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A922DA00C2; Thu, 10 Feb 2022 12:04:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49B1740140; Thu, 10 Feb 2022 12:04:21 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id EC0DA4013F for ; Thu, 10 Feb 2022 12:04:19 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] ethdev: introduce generic dummy packet burst function Date: Thu, 10 Feb 2022 12:04:17 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D86E7F@smartserver.smartshare.dk> In-Reply-To: <20220208194437.426143-1-ferruh.yigit@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] ethdev: introduce generic dummy packet burst function Thread-Index: AdgdJFpPooEyeWTESSCdWyAzjW/ysQBSUS9g References: <20220208194437.426143-1-ferruh.yigit@intel.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Ferruh Yigit" , "Shepard Siegel" , "Ed Czeck" , "John Miller" , "Rasesh Mody" , "Shahed Shaikh" , "Ajit Khaparde" , "Somnath Kotur" , "Nithin Dabilpuram" , "Kiran Kumar K" , "Sunil Kumar Kori" , "Satha Rao" , "Hemant Agrawal" , "Sachin Saxena" , "John Daley" , "Hyong Youb Kim" , "Min Hu (Connor)" , "Yisen Zhuang" , "Lijun Ou" , "Matan Azrad" , "Viacheslav Ovsiienko" , "Gagandeep Singh" , "Devendra Singh Rawat" , "Thomas Monjalon" , "Andrew Rybchenko" Cc: , "Ciara Loftus" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > Sent: Tuesday, 8 February 2022 20.45 >=20 > Multiple PMDs have dummy/noop Rx/Tx packet burst functions. >=20 > These dummy functions are very simple, introduce a common function in > the ethdev and update drivers to use it instead of each driver having > its own functions. >=20 > Signed-off-by: Ferruh Yigit After briefly considering if the dummy TX should free the burst, I = concluded that the current behavior is correct. Good clean-up. :-) Acked-by: Morten Br=F8rup