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 9D75AA054F for ; Tue, 18 Feb 2020 10:19:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 44F202952; Tue, 18 Feb 2020 10:19:35 +0100 (CET) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 6FF5E1D738 for ; Tue, 18 Feb 2020 10:19:33 +0100 (CET) Received: by mail-wm1-f65.google.com with SMTP id p9so1975602wmc.2 for ; Tue, 18 Feb 2020 01:19:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=AnnIhuklPYHWh7gG7XM2h4fKufBp7HRCxdCNwuPIKC8=; b=CjYGQIKQQZaaRxsGvd9pk9RmqDzWsfTxHADw7x6kbBYRWexnwESoluZAdNUQZd1P+V x4Syzutcwgj4UiRlE+ERhjFjqA+3oAmYwL/I8e4e3/AIudwzQttpHP1LnIW4WO+zNDXl mhAb/NVu99OBRY8az3r/dVReRTKqWAWldI0vcLDjVYe/z4XwZWu5xQswYPg8bodTMt0E MwArdsuzbZn5/cLe/rZviQfCsIEqe9pg7T9Ks/f306LBQmLt8eyLtl4ex6KyrgJq7hoo 56lQL6z4QWNcTTQa53IMdIzSWj4MwHGf7HvbDiSm5RMNT/v91Buc+3SX48W8ZouWGud4 3Fhg== X-Gm-Message-State: APjAAAWB4Gl8uTjGVhwhpcTzmjr+FZoAF7G4saVaaBzrIVAT89sQg/Af UCFa+n+Hu552kpkFaC+fUMA= X-Google-Smtp-Source: APXvYqzz8+JU3OORC93+yeFQzaH7OLvhAeenCq2Gpf2JFU4FBVKSPEvwovMUzEn2H2gzP8+igBA7Iw== X-Received: by 2002:a7b:ca49:: with SMTP id m9mr2082898wml.50.1582017573016; Tue, 18 Feb 2020 01:19:33 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id g15sm5070227wro.65.2020.02.18.01.19.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Feb 2020 01:19:32 -0800 (PST) Message-ID: <06d136c9cc8b58853417d4f3e02a39408d2dab08.camel@debian.org> From: Luca Boccassi To: Kalesh A P , stable@dpdk.org Cc: ajit.khaparde@broadcom.com Date: Tue, 18 Feb 2020 09:19:31 +0000 In-Reply-To: <20200218035940.8629-1-kalesh-anakkur.purayil@broadcom.com> References: <20200218035940.8629-1-kalesh-anakkur.purayil@broadcom.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [19.11] [PATCH 0/3] bnxt fixes X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Tue, 2020-02-18 at 09:29 +0530, Kalesh A P wrote: > From: Kalesh AP < > kalesh-anakkur.purayil@broadcom.com > > >=20 > Hi Luca, >=20 > This patchset includes some bnxt PMD fixes which should > be included in stable release. Unfortunately first two patches > were not copied for stable inclusion while pushing upstream and > as a result the third one was not applying cleanly. >=20 > Please apply these to 19.11 stable branch. >=20 > Kalesh AP (3): > net/bnxt: restore MAC filters during reset recovery > net/bnxt: restore VLAN filters during reset recovery > net/bnxt: fix VLAN strip >=20 > drivers/net/bnxt/bnxt_ethdev.c | 318 ++++++++++++++++++++++++++++--- > ---------- > 1 file changed, 220 insertions(+), 98 deletions(-) Thank you, applied. --=20 Kind regards, Luca Boccassi