From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A6916219E6; Thu, 2 Aug 2018 06:16:54 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 02 Aug 2018 06:16:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=CpANetpyEf3bMEIbAkPFXIcSIv vU1WfdVJhLGJZntYo=; b=WlKEUNPvNM807EZ0pS7L5h5UfoU9e0SiWsXLvnhcIU 1PmCdkmoIwf4u4nX4ZdK0Xnj4FXndlhm+xswYfzQSf/y/x9+w8QtP7h37ZZ45baH 9ecZI9U4JJv7Yj7BY8R7sag/481PzJ4S1bFs3C5nYRLGWElhMrWMNWVQCZsZ+JOQ U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=CpANet pyEf3bMEIbAkPFXIcSIvvU1WfdVJhLGJZntYo=; b=r+9q5+mRB50TLzzbi0w5bV quOnvjTTalpSumXzSQ3yD0o2CXanqo3MUCYHcXI1OOK7Csa3VAmsdVq2OOtNE25C SGUu54WWUGELkUNox4zKaMu/Oey44zOlVcI2LJeaYGW7dU1fL+eEodD1p20QU183 u36G1id4vDg+xvuhOtoUKh0ms+BBERxC/Igdp1VKPfr+AjXk6jqsYAp8L9iycUai 9HG7Elf+ziGf06c0xrMhcL2JsLRjK5urY3lWrci9lMvyJjv473tsV5NcyCfjjr34 S83cFfrckFn/7Bl1AgvsLscX9SuEtCTs7o5WDO5UIDHw5W1GgcQ0V5xEnattgDvA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C7947E4116; Thu, 2 Aug 2018 06:16:53 -0400 (EDT) From: Thomas Monjalon To: Ajit Khaparde Cc: dev@dpdk.org Date: Thu, 02 Aug 2018 12:16:48 +0200 Message-ID: <1856562.7a6bktJvQT@xps> In-Reply-To: <20180726011548.97788-1-ajit.khaparde@broadcom.com> References: <20180726011548.97788-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] bnxt patchset 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: , X-List-Received-Date: Thu, 02 Aug 2018 10:16:55 -0000 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.