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 0ACD03777 for ; Wed, 22 Mar 2017 15:48:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490194126; x=1521730126; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=ccxXI8Ip4kIW21PmB7oSIeuVZS6vtdRoeiCCQ2qG8eM=; b=MbEMEFjDDtutBEURyvt9vrAEVLBQEwgKjk5Rz2oCQ6aqNKf2colvoYVY syTE8DM04VhbAI7wBif+5+7Gc1MujA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 07:48:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,205,1486454400"; d="scan'208";a="79848481" 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:48:43 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1490171947-104812-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 22 Mar 2017 14:48:43 +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: <1490171947-104812-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix vlan filter issue 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, 22 Mar 2017 14:48:46 -0000 On 3/22/2017 8:39 AM, Wenzhuo Lu wrote: > VLAN filter is not working on i40e because driver need to > disable the VLAN promiscuous mode and set the VLAN filter > table. > > Fixes: 5f2b0e3f7656 (net/i40e: set VF VLAN filter from PF) > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.