From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] i40evf: enable ops to add and remove mac address Date: Fri, 12 Feb 2016 14:52:32 +0000 Message-ID: <20160212145232.GA12176@bricha3-MOBL3> References: <1453424966-5678-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8B8B295B5 for ; Fri, 12 Feb 2016 15:52:36 +0100 (CET) Content-Disposition: inline In-Reply-To: <1453424966-5678-1-git-send-email-jingjing.wu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jan 22, 2016 at 09:09:26AM +0800, Jingjing Wu wrote: > This patch implemented the ops of adding and removing mac > address in i40evf driver. Functions are assigned like: > .mac_addr_add = i40evf_add_mac_addr, > .mac_addr_remove = i40evf_del_mac_addr, > To support multiple mac addresses setting, this patch also > extended the mac addresses adding and deletion when device > start and stop. For each VF, 64 mac addresses can be added > to in maximum. > > Signed-off-by: Jingjing Wu Any comments on this patch? Helin, as maintainer of i40e, can you perhaps review and ack or comment on this. thanks, /Bruce