From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D8A832BF1 for ; Fri, 11 Mar 2016 22:57:53 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 11 Mar 2016 13:57:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,321,1455004800"; d="scan'208";a="934976183" Received: from cberenge-mobl.ger.corp.intel.com ([10.252.22.153]) by fmsmga002.fm.intel.com with SMTP; 11 Mar 2016 13:57:52 -0800 Received: by (sSMTP sendmail emulation); Fri, 11 Mar 2016 21:57:50 +0025 Date: Fri, 11 Mar 2016 21:57:50 +0000 From: Bruce Richardson To: Jingjing Wu Message-ID: <20160311215749.GB22756@bricha3-MOBL3> References: <1453424966-5678-1-git-send-email-jingjing.wu@intel.com> <1457511766-9237-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457511766-9237-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] i40evf: enable ops to set mac address X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 21:57:54 -0000 On Wed, Mar 09, 2016 at 04:22:46PM +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 > Acked-by: Zhe Tao > --- Applied to dpdk-next-net/rel_16_04 with minor release note entry rewording. /Bruce