From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Tue, 24 Nov 2015 17:33:39 +0100 (CET)
Received: by wmec201 with SMTP id c201so34568191wme.1
 for <dev@dpdk.org>; Tue, 24 Nov 2015 08:33:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=NTRjkOYvtin25E/7nADdNB6qYS9KLVxLfFkHatREuzE=;
 b=XZgFvg5UjE3riPNppmjrpqVZrfEhYnG+basYvamtA6PWZkScSqUpSNO6MtBBjfr0J6
 O34MrIuZNPG0XllrJYETMRRZuRQBa45FczJrPyuNTj9Ct8EPlTN5D/qignQW0g+wm+w6
 p5CLVU96chZuHuPHVKYRgGokuvhedcxDTNqrT7dBNqFrOqyPaZiwRgTobWxl8gVzkTnZ
 nlLMDTK/Z7PdWjQAqGfG3mOWjalpk7OI6qPcz6pxqacCI87Loi/81Pg+RWCa6YKFncFW
 4qwMEin4Va+hlDC0aTHoVUyhEFB2N6grDDpbcXUpBGmfqy8YPw99ZZQtmsGv/eHMob/o
 sAUQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=NTRjkOYvtin25E/7nADdNB6qYS9KLVxLfFkHatREuzE=;
 b=EbFA9RE0aAqyQaqoKaKhvVPXzqZuUtb0LNYSVC0YNP7scyTtqPKr9WXAtS6ObC59xj
 jT8Bh8wIG+y8NRBMXlb3u6UflbRpxgSRBLywfSXFApNG7HJ65IM10DbHw0uSkCI22iEV
 n0DWl3QCUdCEgXtJYamLyQpLRwkz/BAkXGlRAj6tEujp5MURlt9G7fXQqr0MXHK+2Nrb
 CJIYFVfB5g2qjxTht35kkNsuLBUAaBFSvGQap6eAQPO5q1SGtrj1TotLuvSSW5AnU+Un
 7J+pl58oH9/QPhE+Pnlwa3+TKiaMyXLVYtj01UPosu7Y3tc7T6bLmFQVliRTG3kKpEpl
 dv0Q==
X-Gm-Message-State: ALoCoQm3Nf/5PqU/AWVjT6ucJ78AeKI0xSBUoZtGCRx0TA0rd0KX6xNWfBsB2xq+BYfXAs64DG3+
X-Received: by 10.28.136.149 with SMTP id k143mr22127716wmd.57.1448382818617; 
 Tue, 24 Nov 2015 08:33:38 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id jo6sm19040557wjb.48.2015.11.24.08.33.37
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 24 Nov 2015 08:33:37 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Date: Tue, 24 Nov 2015 17:32:20 +0100
Message-ID: <4870227.nKTqYrPNgE@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1448289889-9590-1-git-send-email-adrien.mazarguil@6wind.com>
References: <1448289889-9590-1-git-send-email-adrien.mazarguil@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 00/14] 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Nov 2015 16:33:39 -0000

> 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