From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: vmxnet3 ethernet driver Date: Mon, 18 Sep 2017 09:25:05 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Shrikrishna Khare To: Mukunda Naresh , dev@dpdk.org 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) In-Reply-To: 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 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") <...>