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 17B78A0548; Tue, 20 Apr 2021 16:00:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F04B841749; Tue, 20 Apr 2021 16:00:24 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 09D3E41735 for ; Tue, 20 Apr 2021 16:00:23 +0200 (CEST) IronPort-SDR: UYIPRPUK7iH2yPR/0OKIw1tYfapUbabPYqD8Bosi78WvM/2jpHjvkMj/taOIRKUSXLGZ/ExWsm oz8QMhPUwHmA== X-IronPort-AV: E=McAfee;i="6200,9189,9960"; a="192321944" X-IronPort-AV: E=Sophos;i="5.82,237,1613462400"; d="scan'208";a="192321944" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2021 07:00:22 -0700 IronPort-SDR: hldCsd/eT+GpKioahIj/kd9fZ/v3Ca6CJ7PKZ/u31svEnBtc19k/habn+LznHeTMqc9565+F9W CSALicIQJSTQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,237,1613462400"; d="scan'208";a="613765857" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga006.fm.intel.com with ESMTP; 20 Apr 2021 07:00:22 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 20 Apr 2021 07:00:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 20 Apr 2021 22:00:20 +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.2106.013; Tue, 20 Apr 2021 22:00:19 +0800 From: "Zhang, Qi Z" To: "Ananyev, Konstantin" , "Rong, Leyi" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: add Tx preparation for simple Tx data path Thread-Index: AQHXNanRzh5SN1h5bEekk8LzOcabPKq8hduAgADptAA= Date: Tue, 20 Apr 2021 14:00:19 +0000 Message-ID: <002a54f0457a42e4967bee1c665b339d@intel.com> References: <20210331085345.6290-1-leyi.rong@intel.com> <20210420052945.89472-1-leyi.rong@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows 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] net/i40e: add Tx preparation for simple Tx data path 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 Sender: "dev" > -----Original Message----- > From: Ananyev, Konstantin > Sent: Tuesday, April 20, 2021 4:03 PM > To: Rong, Leyi ; Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH v3] net/i40e: add Tx preparation for simple Tx data p= ath >=20 >=20 > > Introduce i40e_simple_prep_pkts() as the preparation function for > > simple Tx data path, as it's for sanity check for simple Tx. > > > > Suggested-by: Konstantin Ananyev > > Signed-off-by: Leyi Rong Applied to dpdk-next-net-intel. Thanks Qi