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 3D3B511F5 for ; Mon, 28 Aug 2017 11:53:28 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2017 02:53:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,441,1498546800"; d="scan'208";a="123200824" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2017 02:53:26 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1500929487-72896-1-git-send-email-wenzhuo.lu@intel.com> <1502994823-125017-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 28 Aug 2017 10:53:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1502994823-125017-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/2] fix adding VF MAC in testpmd 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: Mon, 28 Aug 2017 09:53:30 -0000 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.