From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH 00/14] Fixes for mlx4 and mlx5 Date: Mon, 23 Nov 2015 15:44:35 +0100 Message-ID: <1448289889-9590-1-git-send-email-adrien.mazarguil@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id DB8F08E8B for ; Mon, 23 Nov 2015 15:45:13 +0100 (CET) Received: by wmww144 with SMTP id w144so99318879wmw.1 for ; Mon, 23 Nov 2015 06:45:13 -0800 (PST) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id u134sm13653169wmd.0.2015.11.23.06.45.12 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 06:45:12 -0800 (PST) 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" Here is a set of fixes for mlx4 and mlx5. Since mlx5 derives from mlx4, most patches apply to both PMDs. Besides bugfixes, there is a documentation commit for mlx5 (undocumented environment variables) and another commit that addresses secondary process operation with mlx4 (does not work at all). Adrien Mazarguil (6): mlx4: fix possible crash when clearing device statistics mlx4: fix memory registration for indirect mbuf data mlx4: fix TX for scattered mbufs with too many segments mlx5: fix possible crash when clearing device statistics mlx5: fix memory registration for indirect mbuf data mlx5: fix TX for scattered mbufs with too many segments Nelio Laranjeiro (2): mlx4: fix available entries in TX rings mlx5: fix available entries in TX rings Olga Shern (5): mlx4: fix TX packet loss after initialization mlx4: fix local protection error when TX MP to MR cache is full mlx5: fix TX packet loss after initialization mlx5: fix local protection error when TX MP to MR cache is full mlx5: add environment variables section to documentation Or Ami (1): mlx4: allow operation in secondary processes doc/guides/nics/mlx5.rst | 13 ++ drivers/net/mlx4/mlx4.c | 503 ++++++++++++++++++++++++++++++++++++++++-- drivers/net/mlx5/mlx5_rxtx.c | 114 +++++++++- drivers/net/mlx5/mlx5_rxtx.h | 3 +- drivers/net/mlx5/mlx5_stats.c | 2 +- drivers/net/mlx5/mlx5_txq.c | 2 + 6 files changed, 603 insertions(+), 34 deletions(-) -- 2.1.0