From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40evf: add multicast MAC address filtering Date: Wed, 28 Mar 2018 11:00:39 +0100 Message-ID: <53a87807-7ef9-e12f-a4fa-2690e3ebb40a@intel.com> References: <20180125143622.904-1-olivier.matz@6wind.com> <039ED4275CED7440929022BC67E7061153174E97@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: "Zhang, Qi Z" , Olivier Matz , "dev@dpdk.org" , "Xing, Beilei" , "Lu, Wenzhuo" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D38C34C93 for ; Wed, 28 Mar 2018 12:00:43 +0200 (CEST) In-Reply-To: <039ED4275CED7440929022BC67E7061153174E97@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/27/2018 2:51 PM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier Matz >> Sent: Thursday, January 25, 2018 10:36 PM >> To: dev@dpdk.org; Xing, Beilei ; Zhang, Qi Z >> ; Lu, Wenzhuo >> Subject: [dpdk-dev] [PATCH] net/i40evf: add multicast MAC address filtering >> >> Add support the set_mc_addr_list device operation in the i40evf PMD. >> >> The configured addresses are stored in the device private area, so they can be >> flushed before adding new ones. >> >> Signed-off-by: Olivier Matz > > Acked-by: Qi Zhang > > Thanks for enable this! Hi Qi, This feature was already documented as supported in i40e_vf.ini which seems wrong but now it is supported. i40e also documents this feature as supported, can you please check if the feature is supported there and update i40e.ini if required? Thanks, ferruh