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 3347CA0548; Thu, 1 Apr 2021 14:27:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2F8414115D; Thu, 1 Apr 2021 14:27:24 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 68A0F14115C for ; Thu, 1 Apr 2021 14:27:23 +0200 (CEST) IronPort-SDR: bstk0/eGtmpnjIAMz89MUqZZlvPVo5A3folUp7r/ga0bNziuSkLEKQzhTsPXk3FB5z7LLluYvU Pg4l5SsBkK+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="191712982" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="191712982" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 05:27:22 -0700 IronPort-SDR: EHE/YGKKLL+xOoLZv/ykL8coRvXQjs1BV+i0LqC/Wo7qw3UxnIEZdjQ+3jKL8pFoDgX6pK8tfo kH4fwRCPC2RA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="419184597" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 01 Apr 2021 05:27:21 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 1 Apr 2021 05:27:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 1 Apr 2021 20:27:19 +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; Thu, 1 Apr 2021 20:27:19 +0800 From: "Zhang, Qi Z" To: "Rong, Leyi" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/i40e: add Tx preparation for vector data path Thread-Index: AQHXJg6o0CCVQaCj50Kz5xVwy2kj16qfmHmg Date: Thu, 1 Apr 2021 12:27:19 +0000 Message-ID: References: <20210331085345.6290-1-leyi.rong@intel.com> In-Reply-To: <20210331085345.6290-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] net/i40e: add Tx preparation for vector 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: Wednesday, March 31, 2021 4:54 PM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH] net/i40e: add Tx preparation for vector data path >=20 > Fill up dev->tx_pkt_prepare to i40e_pkt_prepare when on vector and simple > data path selection, as the sanity check is needed ideally. >=20 > Signed-off-by: Leyi Rong Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi