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 8D0F8A0508; Wed, 13 Apr 2022 09:21:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82568410E1; Wed, 13 Apr 2022 09:21:24 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 9B2884068B; Wed, 13 Apr 2022 09:21:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649834482; x=1681370482; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=wKMJi/kFlVieEDPzPhUiMa4ihb+w+K9Cm0ykU3I59kQ=; b=OxMddVvZWM25VjWFdkY72d1fxW9U3FxX+l9MxVjEIcVyFI7KpoUp9hF+ 3QLaFVPqjS6mVmP8rXrZi+Kxja8sier+r9AdY5qgqsi1Ert24jFwxBBQA JOQ5FoqJiZF/kNKFkVZ905d+KH6e7e2UhTdxXrfT4aBrSHgGv7tIuUlCQ r/C+fRy7HwzF3eCymwnEvhqjxZc/KNUp5/lVOrLhjrg8Sl2FVL3psDWka IH+33hsxEPmH9tdQG1ldawwJBdpqGdhzVvg341eHI7N4fVHFSlq1VTghq K2ZYd0lSeAzeO51t7QszT1BGssDCbTPePC+Sih8m1BhJ/AAi8jl5cB7oc Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10315"; a="325502577" X-IronPort-AV: E=Sophos;i="5.90,256,1643702400"; d="scan'208";a="325502577" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 00:21:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,256,1643702400"; d="scan'208";a="526370594" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga002.jf.intel.com with ESMTP; 13 Apr 2022 00:21:21 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) 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.2308.27; Wed, 13 Apr 2022 00:21:20 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Wed, 13 Apr 2022 00:21:20 -0700 From: "Zhang, Qi Z" To: Michael Pfeiffer , "Yang, Qiming" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Lu, Wenzhuo" , Michael Rossberg Subject: RE: [PATCH] net/ice: fix missing Tx burst mode name Thread-Topic: [PATCH] net/ice: fix missing Tx burst mode name Thread-Index: AQHYSDI3u6sLPD7OVUK+OUa5QSbrJqztfZ0Q Date: Wed, 13 Apr 2022 07:21:20 +0000 Message-ID: References: <20220404144144.481583-1-michael.pfeiffer@tu-ilmenau.de> In-Reply-To: <20220404144144.481583-1-michael.pfeiffer@tu-ilmenau.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 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 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 > -----Original Message----- > From: Michael Pfeiffer > Sent: Monday, April 4, 2022 10:42 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; stable@dpdk.org; Michael Pfeiffer ilmenau.de>; Lu, Wenzhuo ; Michael Rossberg > > Subject: [PATCH] net/ice: fix missing Tx burst mode name >=20 > The function ice_xmit_pkts_vec_avx2_offload was left out in the list of t= x > functions for ice_tx_burst_mode_get. >=20 > Fixes: 52ccdcf2fd41 ("net/ice: add AVX2 offload Tx") > Cc: wenzhuo.lu@intel.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Michael Pfeiffer > Suggested-by: Michael Rossberg Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi