From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 4A593DE3 for ; Mon, 18 Sep 2017 10:25:07 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 01:25:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,411,1500966000"; d="scan'208";a="901255866" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 18 Sep 2017 01:25:06 -0700 To: Mukunda Naresh , dev@dpdk.org References: From: Ferruh Yigit Cc: Shrikrishna Khare Message-ID: Date: Mon, 18 Sep 2017 09:25:05 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] vmxnet3 ethernet driver 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, 18 Sep 2017 08:25:09 -0000 On 9/14/2017 12:32 PM, Mukunda Naresh wrote: > Hi All, > > Need your inputs on below functions. > > Vmxnet3 driver in dpdk does not have the whitelist filter for unicast mac > addresses. So addition/removal of MAC addresses using > rte_eth_dev_mac_addr_add and rte_eth_dev_mac_addr_remove will always fail > in case of vmxnet3. These functions will always return -95 (or -ENOTSUP). Hi Mukunda, mac_addr_set seems added in v16.04 [1] to vmxnet3, but mac_addr_add & mac_addr_remove are still missing, a patch is welcome to add those features. [1] Commit: 139f39a97859 ("vmxnet3: support setting MAC address") <...>