From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/mlx5: fix reusing Rx/Tx queues Date: Wed, 22 Mar 2017 14:56:37 +0000 Message-ID: <72344b64-c48b-161d-89c6-59b228eb5274@intel.com> References: <20170320233804.47489-1-yskoh@mellanox.com> <907be98e360e53bd8e1195bd725817dab6a8545e.1490118487.git.yskoh@mellanox.com> <20170322075020.GN12013@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, stable@dpdk.org To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Yongseok Koh Return-path: In-Reply-To: <20170322075020.GN12013@autoinstall.dev.6wind.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" On 3/22/2017 7:50 AM, Nélio Laranjeiro wrote: > On Tue, Mar 21, 2017 at 10:50:51AM -0700, Yongseok Koh wrote: >> When configuring Rx/Tx queue, if queue already exists, it is reused. But if >> the queue size is changed, it must be resized to not access/overwrite >> invalid memory. >> >> Fixes: 2e22920b85d9 ("mlx5: support non-scattered Tx and Rx") >> CC: stable@dpdk.org >> Signed-off-by: Yongseok Koh > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.