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 209CEA00C4; Thu, 13 Jan 2022 07:39:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11A1842711; Thu, 13 Jan 2022 07:39:53 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 5C66240150 for ; Thu, 13 Jan 2022 07:39:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642055991; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FeMIfirUVSc95CYJFDYG2o9jqtIA0xX32zBSpPvrLHs=; b=Nf2lwy7xBRruxGXbBvPcBI1TLG67AfCm0TkBQlQGLcHVusLtGcKHXPpJJWd/SoYytoggvn EGVX+nPyeObBqmtW+Bx66hZflYcfkIjbFB3zOSJW17bzQurbMH9EwnaoKuwNi926Ht3SGH gwza8aUD6FM6P0QEGViUjONBf/RgDk0= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-628-_r4TAEqfMCm1gQ_rOUyqww-1; Thu, 13 Jan 2022 01:39:50 -0500 X-MC-Unique: _r4TAEqfMCm1gQ_rOUyqww-1 Received: by mail-lf1-f70.google.com with SMTP id u21-20020a05651206d500b0042f8930811aso621335lff.5 for ; Wed, 12 Jan 2022 22:39:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FeMIfirUVSc95CYJFDYG2o9jqtIA0xX32zBSpPvrLHs=; b=itRIhqYiPvQKqsZEQpUT4ddDJrEepJgteFz9knvKT7P3kmdHzFBikedlDs4HuLSnz2 uhFYDc41nhIvzzX7gTAe5imR5OCDYw/sn8Hhe3ZmePfOw+2Tv5qpDCwYCcSgR40AiQRr 9Tgi6GHGGURAMbT5ics+4Uuzk5AVgaZZ7vMRnOLh/1HAUMEtjrOLfOGGb1DiebqstTJc dHpBKwHT5Hr7hK2H8Jtb3O1Vg5c391bvYynl9MCD2tmnLDiODk/IW4LWqY+miLETDpr7 reITR5nH6fcihcCNjEXt8yekVRW5p1+EpLWskur6Uv4Qczspn3aTwya8t1rwxKTG2Zhj 6J2w== X-Gm-Message-State: AOAM5329u/2Y/lcJkjC+YkT8twWrdvzoGci+nNEfna3j6PWXxckS2ndJ EaGBe1B78t7JRxMLF7MkStFwr9pbIg8OHQc028SBABTP8Pv2ELD3fwpCHK4MV2jIHkDJA4Cq/E2 HmV6JBxIPQkq3Oh8RLY4= X-Received: by 2002:a2e:b60e:: with SMTP id r14mr2061367ljn.333.1642055989281; Wed, 12 Jan 2022 22:39:49 -0800 (PST) X-Google-Smtp-Source: ABdhPJwDYT91FDdUjnvYUrau12teJFwA28v9xH052B+MfRY6VW0QJ2AI4Il0NEa0JiG3B5cTeDv66q3B9uz5EHoWXEE= X-Received: by 2002:a2e:b60e:: with SMTP id r14mr2061356ljn.333.1642055989070; Wed, 12 Jan 2022 22:39:49 -0800 (PST) MIME-Version: 1.0 References: <20220113021538.433136-1-qi.z.zhang@intel.com> In-Reply-To: <20220113021538.433136-1-qi.z.zhang@intel.com> From: David Marchand Date: Thu, 13 Jan 2022 07:39:37 +0100 Message-ID: Subject: Re: [PATCH] doc: update matching versions in ice guide To: Qi Zhang Cc: Qiming Yang , "Guo, Junfeng" , Xueqin Lin , dev , "Yigit, Ferruh" , Kevin Traynor Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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, Jan 13, 2022 at 3:12 AM Qi Zhang wrote: > > Add recommended matching list for ice PMD in DPDK 21.08 and DPDK 21.11. Any reason why this is not marked for backport in 21.11? > > Signed-off-by: Qi Zhang > --- > doc/guides/nics/ice.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst > index f95fef8cf0..a1780c46c3 100644 > --- a/doc/guides/nics/ice.rst > +++ b/doc/guides/nics/ice.rst > @@ -58,6 +58,10 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re > +-----------+---------------+-----------------+-----------+--------------+-----------+ > | 21.05 | 1.6.5 | 1.3.26 | 1.3.30 | 1.3.6 | 3.0 | > +-----------+---------------+-----------------+-----------+--------------+-----------+ > + | 21.08 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | > + +-----------+---------------+-----------------+-----------+--------------+-----------+ > + | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | > + +-----------+---------------+-----------------+-----------+--------------+-----------+ > > Pre-Installation Configuration > ------------------------------ -- David Marchand