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 918CC42CA6; Tue, 13 Jun 2023 10:33:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D5B440A8A; Tue, 13 Jun 2023 10:33:59 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id D847A40698 for ; Tue, 13 Jun 2023 10:33:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1686645237; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SOf86Y1CTDKYwm4ML1yeXhF1O9Ly8WS+Ut1A0zQjhRw=; b=evwh/vpdw5Wq4gDAxSbhRRMrT5FvacESldlKIPUh3YXWvfrSWd/QoOiCi+8WdnOxfy4X+z hITH1Qu/Ny69JE/ZWfEJ7zbP3edUOSWuLP+YX+LoXj/5dzZG/L7FPz3d5SD6SZbuD/4/QV /az9OIZnWt7cvZ96zgfvvsMIzH4nwCw= Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-221-5dzu2fbLMPmbLAbR04zfAg-1; Tue, 13 Jun 2023 04:33:54 -0400 X-MC-Unique: 5dzu2fbLMPmbLAbR04zfAg-1 Received: by mail-pj1-f70.google.com with SMTP id 98e67ed59e1d1-25c07cb3d93so747238a91.1 for ; Tue, 13 Jun 2023 01:33:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686645233; x=1689237233; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SOf86Y1CTDKYwm4ML1yeXhF1O9Ly8WS+Ut1A0zQjhRw=; b=GtsgiDqR70QKHusag4++w7ISfXDqskHPe5vBEnzMTbTSrPnyRRbi0TPf8E+aHW5XSa ISbuQxg9Lp+2Cr0+IEKmtwzrZ6D1vwmE+tXDACJ+zJaDPOB9cOL9HZT1WKpbur8OM517 Xh+JUbixMUJu6mABv2gmVQEnBrcSpW6QpK1LzPztMY3T8wOq8lb3I1QSL8aX2HyElWOe LBIznf3Sisv6VmZW1UQupcF2tJLLoqiszHFoWB3Uu6sL1oRp0d//r1/EpoD8PwK2UK7x gi9U0ZmxZkGaE6IaMQHO9r6/ZsXL11rAhgLkBaWsk4i/SPK8yXTA5XjKJ0+lbSjKKV9P lqAQ== X-Gm-Message-State: AC+VfDwguTZMMjc4kukCE9h42xCiRdBlc5engrLDb47K8OI1ECoHaHYZ vv0EkGIT3kvMgZy/DmVXlZcc5gdjC6lzyW31cjINFgig6fZ6IBRP8RWiPDlh+jJmfqkbg/74h8a GYrLPFQgcdArDeo4oMA4= X-Received: by 2002:a17:90a:199d:b0:256:cc5e:e55b with SMTP id 29-20020a17090a199d00b00256cc5ee55bmr10952574pji.7.1686645233192; Tue, 13 Jun 2023 01:33:53 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ6vicEWw2dtHMoyoG1PPgKcHnpyLgXUjAe90wWdHwrkDQzpzm7EDEdfrl7coMLNnw82KZlMO8Y1yERGRim4bnw= X-Received: by 2002:a17:90a:199d:b0:256:cc5e:e55b with SMTP id 29-20020a17090a199d00b00256cc5ee55bmr10952568pji.7.1686645232917; Tue, 13 Jun 2023 01:33:52 -0700 (PDT) MIME-Version: 1.0 References: <20230613075548.2290073-1-qiming.yang@intel.com> In-Reply-To: <20230613075548.2290073-1-qiming.yang@intel.com> From: David Marchand Date: Tue, 13 Jun 2023 10:33:41 +0200 Message-ID: Subject: Re: [PATCH] doc: add release note for new e1000 device To: Qiming Yang Cc: dev@dpdk.org, qi.z.zhang@intel.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Tue, Jun 13, 2023 at 10:13=E2=80=AFAM Qiming Yang wrote: > > Signed-off-by: Qiming Yang > --- > doc/guides/rel_notes/release_23_07.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_note= s/release_23_07.rst > index 027ae7bd2d..382dbfbe37 100644 > --- a/doc/guides/rel_notes/release_23_07.rst > +++ b/doc/guides/rel_notes/release_23_07.rst > @@ -170,6 +170,9 @@ New Features > > See :doc:`../prog_guide/pdcp_lib` for more information. > > +* **Updated INTEL e1000 driver.** Intel* > + > + * Added support for new I219 devices. Quoting the description a bit earlier in this same file: """ Suggested order in release notes items: * Core libs (EAL, mempool, ring, mbuf, buses) * Device abstraction libs and PMDs (ordered alphabetically by vendor n= ame) - ethdev (lib, PMDs) - cryptodev (lib, PMDs) - eventdev (lib, PMDs) - etc * Other libs * Apps, Examples, Tools (if significant) """ Please move this update where appropriate. > > Removed Items > ------------- > -- > 2.25.1 > --=20 David Marchand