From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] bnxt patchset Date: Thu, 02 Aug 2018 12:16:48 +0200 Message-ID: <1856562.7a6bktJvQT@xps> References: <20180726011548.97788-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ajit Khaparde Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0C3A91B465 for ; Thu, 2 Aug 2018 12:16:55 +0200 (CEST) In-Reply-To: <20180726011548.97788-1-ajit.khaparde@broadcom.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/07/2018 03:15, Ajit Khaparde: > This patchset against next-net fixes issues identified during QA testing. > Please apply. > > Ajit Khaparde (4): > net/bnxt: fix to free allocated memory > net/bnxt: fix to release lock when alloc fails in NVM write > net/bnxt: check access denied error for HWRM commands > net/bnxt: fix to set proper reta size > > Somnath Kotur (1): > net/bnxt: fix to remove element from the vnic's filter list Applied with following titles (hopefully easier to read): net/bnxt: fix filter freeing net/bnxt: fix memory leaks in NVM commands net/bnxt: fix lock release on NVM write failure net/bnxt: check access denied for HWRM commands net/bnxt: fix RETA size The Signed-off-by is also moved before Reviewed-by in order to reflect the chronological order.