From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2A027100F for ; Thu, 15 Jun 2017 14:34:35 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2017 05:34:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,343,1493708400"; d="scan'208";a="1141554242" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2017 05:34:30 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Adrien Mazarguil , Shahaf Shuler References: <3939c03cb081af386ad990f5efb2b0758623ac6f.1497515081.git.nelio.laranjeiro@6wind.com> From: Ferruh Yigit Message-ID: Date: Thu, 15 Jun 2017 13:34:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <3939c03cb081af386ad990f5efb2b0758623ac6f.1497515081.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix creation of drop flows 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: Thu, 15 Jun 2017 12:34:35 -0000 On 6/15/2017 9:25 AM, Nelio Laranjeiro wrote: > Drop flows being created when the port is stop should not access to the drop > table hash queues as it is invalid. > > Fixes: 028761059aeb ("net/mlx5: use an RSS drop queue") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Shahaf Shuler Applied to dpdk-next-net/master, thanks. This required solving merge conflict, although it looks simple, can you please confirm the final commit.