From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/7] Miscellaneous fixes for mlx4 and mlx5 Date: Mon, 13 Jun 2016 17:04:33 +0100 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 Cc: dev@dpdk.org To: Nelio Laranjeiro 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) Content-Disposition: inline In-Reply-To: <1465379011-24646-1-git-send-email-nelio.laranjeiro@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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