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 D76F22C6E; Mon, 3 Apr 2017 15:38:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491226690; x=1522762690; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=xEoLlx5QVhzINH1bqx7bvElLIkEfUxsMrSAJ7eFEC3Y=; b=cNhly6jZsvNBqLfdF/vQ2/qLVEeq35scGd9Uq7PNRpE+k6Mw+JuCgYTl 3TpafedItjiKogAWqgH8LCS48O1grw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 06:38:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84051741" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 06:38:07 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1491027357-49417-1-git-send-email-wenzhuo.lu@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: <18855a88-2397-e46c-b8eb-64181dc8ce9d@intel.com> Date: Mon, 3 Apr 2017 14:38:07 +0100 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: <1491027357-49417-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix vlan promisc setting 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: Mon, 03 Apr 2017 13:38:10 -0000 On 4/1/2017 7:15 AM, Wenzhuo Lu wrote: > After adding VLAN filter, the VLAN promiscuous mode is > disabled. But there's no chance to enable it. > So add the check after deleting VLAN filter. If there's > no VLAN filter left, enable the VLAN promiscuous mode. > > Fixes: 310dac2fde07 ("net/i40e: fix VLAN filter issue") > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.