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 C39161396 for ; Thu, 16 Mar 2017 14:44:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489671849; x=1521207849; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=OOD5yO8rX6vapAv2Thb6vUBQmUZbw95ifNvWQ0nUlJM=; b=v3ueoz3du5QoYtWRtdb2t8qTTpo3OSLpAmxfp4luml6tVG+LdTf8SoAP BeR3gKVyGHruMdHOYT9e7lQ/GKQQ/g==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2017 06:44:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,172,1486454400"; d="scan'208";a="1143295474" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 16 Mar 2017 06:44:01 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1489633785-49888-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 16 Mar 2017 13:44:01 +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: <1489633785-49888-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 broadcast promiscuous mode setting 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, 16 Mar 2017 13:44:10 -0000 On 3/16/2017 3:09 AM, Wenzhuo Lu wrote: > When setting up the VSIs, MAC filter is used for > receiving MAC broadcast packets. > We should follow it to implement the broadcast > promiscuous mode setting. > > Fixes: 61fff9b4c68b (net/i40e: set VF broadcast mode from PF) > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.