From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/bnxt: fix flow director with same cmd different queue Date: Tue, 27 Mar 2018 20:28:49 +0100 Message-ID: <8f0dba06-0c6c-4a12-e266-a6ed510024f7@intel.com> References: <20180326032206.13661-1-somnath.kotur@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Somnath Kotur , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E93C15F71 for ; Tue, 27 Mar 2018 21:28:51 +0200 (CEST) In-Reply-To: <20180326032206.13661-1-somnath.kotur@broadcom.com> Content-Language: en-US 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/26/2018 4:22 AM, Somnath Kotur wrote: > When user reissues same flow director cmd with a different queue > update the existing filter to redirect flow to the new desired > queue as destination just like the other filters like 5 tuple and > generic flow. > > Fixes: 2d64da097aa0 ("net/bnxt: support FDIR") > Cc: ajit.khaparde@broadcom.com > > Signed-off-by: Somnath Kotur Applied to dpdk-next-net/master, thanks.