From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F647A00BE; Wed, 8 Jul 2020 00:08:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A6B151DDF2; Wed, 8 Jul 2020 00:08:36 +0200 (CEST) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by dpdk.org (Postfix) with ESMTP id 30AD71DD9A for ; Wed, 8 Jul 2020 00:08:35 +0200 (CEST) Received: by mail-ot1-f68.google.com with SMTP id e90so4969671ote.1 for ; Tue, 07 Jul 2020 15:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4KdaMU5GopHXi+3LhKA3bIOSiJ3YxhwSi95/6VQT43M=; b=F17t0bA7DtxpSq8VNcTB3cLcTvFnmTBk/GxnAzrAjI6P+4E7ic/ehiPgoEndEw0bpf ozzfJjPsaGnnIdFLRtoWdsRz5rTAalRahYyvKp9yymGOIAlwBBpCHFb5TFuBWKt2T17f 1O/QyTlkZWLS549lnfMyT4odCy6OLUZCEeFgs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4KdaMU5GopHXi+3LhKA3bIOSiJ3YxhwSi95/6VQT43M=; b=iUd+68rwP7lbLaC2syLYIURb8pxSUaiFWT/lHrKOWlXJMFKNSXBI6/6UbzcEVqYc2c Syi73DYI4L1qa2TU/5DKtdscJrX6eWMNsb43bWuQUMv3DJAcu8cFfkYpImOCaFjc4yem fk4vWv9tMmWFIEdb7ABOgXtNKukEHDXulyrUtLuiJK7JZtUjCV25/ycMEbEZx4hIgi1V ofXbmbW4p/VOHX7Gnu7xWGNnXlJ6vRLcF1ZyY4Sdnqa3x8eHj863mMHYqjLAAjnCnOUJ mAg1FFC6ef4gDZLrjn+t3kdwUFHvlTHsYvr6ksCm17ZH8NTZISNC1xVJl/lAQqxoP/WN x6Lg== X-Gm-Message-State: AOAM533odCILI26YqXjDNnUCqM0yetFIV7ObQ8zCVIBbknDo/ilCfk4q rtgpgBrICEcpfUEK5FyhaEwqP1gIslm5UGVq5pElbA== X-Google-Smtp-Source: ABdhPJxLtzoibSMqDmzrHdNys7E3S4KPiCpLEjRkxCRjyL6/lYy+9Ng2+n4V/5atE/xIPj6Z/zu173oHl9VrOHdLupo= X-Received: by 2002:a9d:3b1:: with SMTP id f46mr45408894otf.154.1594159714212; Tue, 07 Jul 2020 15:08:34 -0700 (PDT) MIME-Version: 1.0 References: <20200618143532.258537-1-lance.richardson@broadcom.com> <20200706172636.79081-1-ajit.khaparde@broadcom.com> <20200706172636.79081-5-ajit.khaparde@broadcom.com> In-Reply-To: From: Ajit Khaparde Date: Tue, 7 Jul 2020 15:08:17 -0700 Message-ID: To: Ferruh Yigit Cc: dpdk-dev , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v4 4/4] doc: update release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jul 7, 2020 at 3:05 PM Ferruh Yigit wrote: > On 7/6/2020 6:26 PM, Ajit Khaparde wrote: > > Update release notes indicating vector mode support for ARM CPUs > > in Broadcom bnxt PMD. > > > > Signed-off-by: Ajit Khaparde > > --- > > doc/guides/rel_notes/release_20_08.rst | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/doc/guides/rel_notes/release_20_08.rst > b/doc/guides/rel_notes/release_20_08.rst > > index 17b35e066..1f6055441 100644 > > --- a/doc/guides/rel_notes/release_20_08.rst > > +++ b/doc/guides/rel_notes/release_20_08.rst > > @@ -101,6 +101,8 @@ New Features > > * Added support for new resource manager API. > > * Added support for VXLAN encap/decap. > > * Added support for rte_flow_query for COUNT action. > > + * Added support for rx_burst_mode_get and tx_burst_mode_get > > + * Added vector mode support for ARM CPUs > > > > * **Added support for BPF_ABS/BPF_IND load instructions.** > > > > > Hi Ajit, > > Can you please distribute these updates to the patches that adds the > feature in > this set, instead of having document as a separate patch? > Sure Ferruh can do. v5 on the way. > > Thanks, > ferruh > >