From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/2] fix adding VF MAC in testpmd Date: Mon, 28 Aug 2017 10:53:25 +0100 Message-ID: References: <1500929487-72896-1-git-send-email-wenzhuo.lu@intel.com> <1502994823-125017-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Wenzhuo Lu , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3D3B511F5 for ; Mon, 28 Aug 2017 11:53:28 +0200 (CEST) In-Reply-To: <1502994823-125017-1-git-send-email-wenzhuo.lu@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 8/17/2017 7:33 PM, Wenzhuo Lu wrote: > In testpmd, it's wrong to call rte_eth_dev_mac_addr_add to add a MAC > address for a VF. Because this API is used to add a MAC address for > a VMDq pool. > > v3: > - split the patch to 2. One for adding a new API. One for fixing the CLI. > > Wenzhuo Lu (2): > net/i40e: new API to add VF MAC address from PF > app/testpmd: fix wrong API of adding VF MAC Series applied to dpdk-next-net/master, thanks.