From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 756595954 for ; Mon, 13 Jun 2016 18:05:06 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 13 Jun 2016 09:04:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="718348140" Received: from lculbert-sp4.amr.corp.intel.com ([10.252.8.8]) by FMSMGA003.fm.intel.com with SMTP; 13 Jun 2016 09:04:34 -0700 Received: by (sSMTP sendmail emulation); Mon, 13 Jun 2016 17:04:33 +0025 Date: Mon, 13 Jun 2016 17:04:33 +0100 From: Bruce Richardson To: Nelio Laranjeiro Cc: dev@dpdk.org Message-ID: <20160613160432.GA9364@bricha3-MOBL3> References: <1465379011-24646-1-git-send-email-nelio.laranjeiro@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465379011-24646-1-git-send-email-nelio.laranjeiro@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/7] Miscellaneous fixes for mlx4 and mlx5 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 16:05:06 -0000 On Wed, Jun 08, 2016 at 11:43:24AM +0200, Nelio Laranjeiro wrote: > Various minor fixes for mlx4 (ConnectX-3) and mlx5 (ConnectX-4). > > Adrien Mazarguil (4): > mlx: ensure MTU update is effective > mlx: retrieve mbuf size through proper API > mlx5: fix RX VLAN stripping capability check > mlx5: cosmetic changes (coding style) > > Nelio Laranjeiro (3): > mlx: remove unused memory region property > mlx5: enhance SR-IOV detection > mlx5: update documentation part related to features and limitations > > doc/guides/nics/mlx5.rst | 2 +- > drivers/net/mlx4/mlx4.c | 43 ++++++++++++++++++++------------------ > drivers/net/mlx5/mlx5.c | 14 +++++++------ > drivers/net/mlx5/mlx5.h | 3 ++- > drivers/net/mlx5/mlx5_ethdev.c | 47 ++++++++++++++++++++++++++++++++++++++++-- > drivers/net/mlx5/mlx5_rxq.c | 23 +++++++-------------- > drivers/net/mlx5/mlx5_rxtx.c | 7 +++---- > drivers/net/mlx5/mlx5_rxtx.h | 16 ++++++-------- > drivers/net/mlx5/mlx5_txq.c | 2 +- > drivers/net/mlx5/mlx5_vlan.c | 2 +- > 10 files changed, 98 insertions(+), 61 deletions(-) > Applied to dpdk-next-net/rel_16_07 /Bruce