From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce PMD API change for set default MAC Date: Wed, 14 Feb 2018 01:00:44 +0100 Message-ID: <2655198.utc2usnQ6B@xps> References: <20180129171339.20896-1-olivier.matz@6wind.com> <6db58723-233e-91d1-dcf9-d1a40712f2b9@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shahaf Shuler , Ferruh Yigit , Andrew Rybchenko , Neil Horman , John McNamara , Marko Kovacevic To: Olivier Matz Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 77D031B308 for ; Wed, 14 Feb 2018 01:00:54 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > >> +* ethdev: The prototype and the behavior of > > >> + ``dev_ops->eth_mac_addr_set()`` will change in v18.05. A return > > >> +code > > >> + will be added to notify the caller if an error occurred in the > > >> +PMD. In > > >> + ``rte_eth_dev_default_mac_addr_set()``, the new default MAC > > >> +address > > >> + will be copied in ``dev->data->mac_addrs[0]`` only if the > > >> +operation is > > >> + succesfull. This modification will only impact the PMDs, not the > > >> + applications. > > > > > > Acked-by: Andrew Rybchenko > > > > Acked-by: Ferruh Yigit > > Acked-by: Shahaf Shuler Acked-by: Thomas Monjalon