From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/mlx5: fix creation of compressed Rx completion queue Date: Fri, 13 Oct 2017 22:11:17 +0200 Message-ID: <1627157.UHDkitcBe7@xps> References: <20171013200019.8426-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com, stable@dpdk.org To: Yongseok Koh Return-path: In-Reply-To: <20171013200019.8426-1-yskoh@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Acked-by: Nelio Laranjeiro Applied, thanks