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 80B3FA0547 for ; Mon, 19 Apr 2021 18:38:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 72878413D4; Mon, 19 Apr 2021 18:38:16 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 0049541390; Mon, 19 Apr 2021 18:38:13 +0200 (CEST) IronPort-SDR: sNGaHQRGmauMxj/zx3RuegEtjygz6fXGIzQrFwVWygTcRa1kYmPh573bvW59aLJ2GAwC6LaN8s si/2Ze9iDaKw== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="182491716" X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="182491716" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 09:38:10 -0700 IronPort-SDR: EpZ0rptSuBHsfCYYuwvU5pPk2fHyMesewrhGJqTh3Kh1RawdiqTQTlsadkPkhnHWok4/0gdCif Edgwa7pDh4jA== X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="462798376" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.224]) ([10.213.220.224]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 09:38:08 -0700 To: Qi Zhang Cc: dev@dpdk.org, stable@dpdk.org References: <20210324130250.2334658-1-qi.z.zhang@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Mon, 19 Apr 2021 17:38:05 +0100 MIME-Version: 1.0 In-Reply-To: <20210324130250.2334658-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 1/2] doc: fix matching list X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 3/24/2021 1:02 PM, Qi Zhang wrote: > Fixed matching kernel driver version for DPDK 20.11. > > Fixes: e89aebf3b597 ("doc: update ice user guide") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Series applied to dpdk-next-net/main, thanks.