From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net V2 0/3] mlx4 misc fixes Date: Wed, 13 Dec 2017 16:40:13 -0500 (EST) Message-ID: <20171213.164013.372619396726256511.davem@davemloft.net> References: <1513181531-17522-1-git-send-email-tariqt@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, eranbe@mellanox.com To: tariqt@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:45790 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753818AbdLMVkP (ORCPT ); Wed, 13 Dec 2017 16:40:15 -0500 In-Reply-To: <1513181531-17522-1-git-send-email-tariqt@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Tariq Toukan Date: Wed, 13 Dec 2017 18:12:08 +0200 > This patchset contains misc bug fixes from the team > to the mlx4 Core and Eth drivers. > > Patch 1 by Eugenia fixes an MTU issue in selftest. > Patch 2 by Eran fixes an accounting issue in the resource tracker. > Patch 3 by Eran fixes a race condition that causes counter inconsistency. > > Series generated against net commit: > 200809716aed fou: fix some member types in guehdr ... > v2: > Patch 2: Add reviewer credit, rephrase commit message. Series applied, thanks.