From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9B6FD1B796;
 Fri, 13 Oct 2017 22:11:19 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 4738220D61;
 Fri, 13 Oct 2017 16:11:19 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Fri, 13 Oct 2017 16:11:19 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=nVfZJE2F5liwy8UvZyECZVIBLv
 6orCnJ+6knixWqySE=; b=WaDqPdS3WIGW4xsGZoleBZQmJNvePaF8xuF+od0Vak
 eHNe5ZO/Ht/sDvdka34N7U9mVs4Ris0AcfoWObNm463DATye2ikC8xqD7R1T8+nl
 Q6LWOOt9rcOl5ziN+vi8UXBOEoitc/SytssxchUO8jg+jeV9ytc3xq8yiJegTjuy
 g=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=nVfZJE
 2F5liwy8UvZyECZVIBLv6orCnJ+6knixWqySE=; b=ajnYREDgYvZMzcJN6GVxHi
 qmVeLm72ljjU7uufDkmkkdSEDKIJ4wOKtXfDVDqQK2J9kgOD3nOLTOMHFbcXD7rg
 bcSoNMhEA0OYd9/IgfwfDRWzLI7KN6CttvhDCyqOD+vP/Jl3l+20BvAEUOy9NBxi
 zJbK+pvK560UugDiXNw82JiZ4wnMKi+wZCf9FVH0x/7NS2SAEMZodVy+COTmGNyl
 KdJjPmbphILUxoopHyQxYlKF5dydQ7PlLOiBwwwC0Eaq1ulexAOA+rKFsH9qomrE
 jaHhAfbm5Rhy31MEoFaqmx/W7yGJsGhaTSHUocwWH3PkHlucLI3c8iXaQsT2vEKg
 ==
X-ME-Sender: <xms:5x3hWXFn9bxU4V5NMUEm4xF7qcmW0TRywihEe87a7wW_xqpbG1dcOA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id DA3137F96B;
 Fri, 13 Oct 2017 16:11:18 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Yongseok Koh <yskoh@mellanox.com>
Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com,
 stable@dpdk.org
Date: Fri, 13 Oct 2017 22:11:17 +0200
Message-ID: <1627157.UHDkitcBe7@xps>
In-Reply-To: <20171013200019.8426-1-yskoh@mellanox.com>
References: <20171013200019.8426-1-yskoh@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/mlx5: fix creation of
	compressed Rx completion queue
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Oct 2017 20:11:19 -0000

13/10/2017 22:00, Yongseok Koh:
> The size of Rx completion queue should be doubled if compression is enabled
> in case of non-vectorized Rx.
> 
> Fixes: 523f5a742102 ("net/mlx5: fix configuration of Rx CQE compression")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
> Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

Applied, thanks