From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/14] Fixes for mlx4 and mlx5 Date: Tue, 24 Nov 2015 17:32:20 +0100 Message-ID: <4870227.nKTqYrPNgE@xps13> References: <1448289889-9590-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id B48939197 for ; Tue, 24 Nov 2015 17:33:39 +0100 (CET) Received: by wmec201 with SMTP id c201so34568191wme.1 for ; Tue, 24 Nov 2015 08:33:39 -0800 (PST) In-Reply-To: <1448289889-9590-1-git-send-email-adrien.mazarguil@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" > 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 Applied, thanks