From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 75D871B2BE for ; Wed, 25 Oct 2017 23:45:59 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2017 14:45:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,433,1503385200"; d="scan'208";a="167622792" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.45]) ([10.241.225.45]) by fmsmga006.fm.intel.com with ESMTP; 25 Oct 2017 14:45:57 -0700 To: Yongseok Koh , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= Cc: "dev@dpdk.org" , Adrien Mazarguil References: <8c8fb4394ba85f5bda005119cbfc851a3b728fa6.1508844772.git.nelio.laranjeiro@6wind.com> <5156fd25083e0489e1e3da5d412579ce9a123e0f.1508919813.git.nelio.laranjeiro@6wind.com> From: Ferruh Yigit Message-ID: <583a68cc-f51e-2b43-dcfa-4c275e3245a7@intel.com> Date: Wed, 25 Oct 2017 14:45:57 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: fix adjust priority for drop queue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 21:45:59 -0000 On 10/25/2017 9:41 AM, Yongseok Koh wrote: > >> On Oct 25, 2017, at 1:25 AM, Nelio Laranjeiro wrote: >> >> Drop queue should also adjust their priority according the most specific >> layer in the pattern they are matching to avoid dropping all the traffic. >> >> Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") >> >> Signed-off-by: Nelio Laranjeiro > Acked-by: Yongseok Koh Applied to dpdk-next-net/master, thanks.