From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A672211C5; Wed, 22 Mar 2017 15:56:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490194601; x=1521730601; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=JWjOCNktUogY6iG+W5R7jRwM+nI7xRO466ySVeHc8X8=; b=uxuR8GCrV4w083u3aebpVO44DU4Y/zgQVhHdpy/dOHmYgF3es7MM+Bt2 LmbzaxFIFQS97jabi5vcVJBI5J/Dqg==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 07:56:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,205,1486454400"; d="scan'208";a="79851757" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 22 Mar 2017 07:56:38 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Yongseok Koh References: <20170320233804.47489-1-yskoh@mellanox.com> <907be98e360e53bd8e1195bd725817dab6a8545e.1490118487.git.yskoh@mellanox.com> <20170322075020.GN12013@autoinstall.dev.6wind.com> Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, stable@dpdk.org From: Ferruh Yigit Message-ID: <72344b64-c48b-161d-89c6-59b228eb5274@intel.com> Date: Wed, 22 Mar 2017 14:56:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170322075020.GN12013@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH v2] net/mlx5: fix reusing Rx/Tx queues X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 14:56:41 -0000 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.