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 F1DEEA0524; Mon, 19 Apr 2021 11:36:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74FF740683; Mon, 19 Apr 2021 11:36:34 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id BFA1540040 for ; Mon, 19 Apr 2021 11:36:32 +0200 (CEST) IronPort-SDR: xVr18eMM4bD5E2XAaX7K2XNR5qNpfVqKsJxFIeYwp0OJ19MZBm5AWTGWftGNNGgIIeftJzuWOG Tk50YmiZT0tQ== X-IronPort-AV: E=McAfee;i="6200,9189,9958"; a="195410402" X-IronPort-AV: E=Sophos;i="5.82,233,1613462400"; d="scan'208";a="195410402" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 02:36:31 -0700 IronPort-SDR: Oeww9Dp43Hw0A5cXuW7W5IJOHt745HSsSjRw35O3Ut50TKcS7ro7F5el/egnQLM5Zuzsvw/MmC pqunGIbljD8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,233,1613462400"; d="scan'208";a="534082888" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga004.jf.intel.com with ESMTP; 19 Apr 2021 02:36:31 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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; Mon, 19 Apr 2021 02:36:27 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 19 Apr 2021 17:36: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; Mon, 19 Apr 2021 17:36:20 +0800 From: "Zhang, Qi Z" To: "Rong, Leyi" , "Ananyev, Konstantin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: add Tx preparation for simple Tx data path Thread-Index: AQHXNPq01v2bRe/sqUmzvNYlegoLXqq7lMVA Date: Mon, 19 Apr 2021 09:36:20 +0000 Message-ID: <2c483d80877046ca87665646770603ad@intel.com> References: <20210331085345.6290-1-leyi.rong@intel.com> <20210419083622.83717-1-leyi.rong@intel.com> In-Reply-To: <20210419083622.83717-1-leyi.rong@intel.com> 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 v2] 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: Rong, Leyi > Sent: Monday, April 19, 2021 4:36 PM > To: Zhang, Qi Z ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH v2] net/i40e: add Tx preparation for simple Tx data path >=20 > Introduce i40e_simple_prep_pkts() as the preparation function for simple = Tx > data path, as it's for sanity check for simple Tx. >=20 > Suggested-by: Konstantin Ananyev > Signed-off-by: Leyi Rong Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi