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 1F23945B09; Thu, 10 Oct 2024 20:03:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C81F4060F; Thu, 10 Oct 2024 20:03:45 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id D4DD640430 for ; Thu, 10 Oct 2024 20:03:43 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-71de9e1f431so1027095b3a.3 for ; Thu, 10 Oct 2024 11:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1728583423; x=1729188223; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=i4nASF2eFmROw+et6vLSqUlgK76FIWQSM2TRG3uillQ=; b=T1kDQyuuYsE1ZURaK/2QMu/5uC9anHRnMt9af6UGPY676gv0e2D/CRp4KThlLYBm6A hAACFtjyqk5Efc/Tk43pi8l8CBrlzynvm62o9MosAPe68S2FcQj8i/lJ3zvo6EEBZCfw WscN2pzUip1IVbIlInsW4LgrKzPCGST7a5yg8ldqZLyEpbjL6hnMVLpx8w2tn4YvHmDI No31Oqz2uxCXnE04OlW5fW2vbE5hM0mT6cImQ1A+lvqTsYpkf8S8dQs1PA9XE77XsNbE +UBpz8fguivpjJ/x72WDCp/2ua1B0zzkt1xyaSGiNxUdneEHnT5UqcypCGa8pvdavrOA ucxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728583423; x=1729188223; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=i4nASF2eFmROw+et6vLSqUlgK76FIWQSM2TRG3uillQ=; b=Iu354HBi/MRgEUP2EBAXWZcB2N+7tazhPqIFdq/dWF5UTekCMoVYWHAvw7NhM9mKxq QTSwWtxwoEidFUQtkiDp2t/MLDBjJDUQ1SPm3kEjem72Ai5jvjU6pUMW+IEn3o2G4U/W 1bE1OhweCh+nC6UhCO1unsUn/wZSuT8VHefeNMc1YJOKBHozrZ5V0oc9WRYTr6Rriiwa sWB44sLXamssly1gGr1VC43pu9GvRMQu7LYyCQFsdILgeF4c3USlpT1zFYOffS7bDsKH JI5zVB5lMRb8kqI4HkjrsD/LMpPpfaNb9BUiup3p/KMdknuOzQ2FDNoKu5H13+4TiaQw kZ4g== X-Gm-Message-State: AOJu0Yz/SyceTusAD75AoZCP8jVb74uRiehO5CduL/lYQ5Uh6LxPamht TwPdvcdWQ/StgRXb7v42jlf27ogXWvql+3fj/FAiOakF/9467Ce1Q21jWUh5hu0= X-Google-Smtp-Source: AGHT+IGXA9bP10v65KXJjz6Yj8U1ptJkdEJ2xbxQbgMb3C8QOmbjgv4PDobOI14CBunQTjdjTdldeg== X-Received: by 2002:a05:6a00:3e16:b0:71e:14c:8d31 with SMTP id d2e1a72fcca58-71e1db858d1mr11589247b3a.16.1728583423042; Thu, 10 Oct 2024 11:03:43 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71e2a9e9790sm1305651b3a.26.2024.10.10.11.03.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Oct 2024 11:03:42 -0700 (PDT) Date: Thu, 10 Oct 2024 11:03:41 -0700 From: Stephen Hemminger To: hailinx Cc: dev@dpdk.org, bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com Subject: Re: [PATCH v1] net/ice: updated 24.07 recommended matching list Message-ID: <20241010110341.25579561@hermes.local> In-Reply-To: <20240801081841.749842-1-hailinx.xu@intel.com> References: <20240801081841.749842-1-hailinx.xu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Thu, 1 Aug 2024 16:18:41 +0800 hailinx wrote: > Signed-off-by: hailinx > --- > doc/guides/nics/ice.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst > index ae975d19ad..59ed8e6808 100644 > --- a/doc/guides/nics/ice.rst > +++ b/doc/guides/nics/ice.rst > @@ -79,6 +79,8 @@ are listed in the Tested Platforms section of the Release Notes for each release > +-----------+---------------+-----------------+-----------+--------------+-----------+ > | 24.03 | 1.13.7 | 1.3.35 | 1.3.45 | 1.3.13 | 4.4 | > +-----------+---------------+-----------------+-----------+--------------+-----------+ > + | 24.07 | 1.14.11 | 1.3.36 | 1.3.46 | 1.3.14 | 4.5 | > + +-----------+---------------+-----------------+-----------+--------------+-----------+ > > Configuration > ------------- Needs to target 24.11 since that is the LTS release