From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 4F80C7D7E for ; Thu, 17 Aug 2017 20:32:44 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 17 Aug 2017 11:32:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,389,1498546800"; d="scan'208";a="1206895093" Received: from dpdk26.sh.intel.com ([10.67.110.152]) by fmsmga002.fm.intel.com with ESMTP; 17 Aug 2017 11:32:43 -0700 From: Wenzhuo Lu To: dev@dpdk.org Cc: Wenzhuo Lu Date: Fri, 18 Aug 2017 02:33:41 +0800 Message-Id: <1502994823-125017-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1500929487-72896-1-git-send-email-wenzhuo.lu@intel.com> References: <1500929487-72896-1-git-send-email-wenzhuo.lu@intel.com> Subject: [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: Thu, 17 Aug 2017 18:32:45 -0000 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 app/test-pmd/cmdline.c | 19 ++++++++++--- drivers/net/i40e/rte_pmd_i40e.c | 44 +++++++++++++++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 20 ++++++++++++++ drivers/net/i40e/rte_pmd_i40e_version.map | 7 +++++ 4 files changed, 86 insertions(+), 4 deletions(-) -- 1.9.3