From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] kni: support for MAC addr change Date: Thu, 01 Feb 2018 01:04:03 +0100 Message-ID: <1813952.zCUxExRKtZ@xps> References: <1514284608-9263-1-git-send-email-hemant.agrawal@nxp.com> <0ac9a03f-33b5-7311-3fc3-54111dfad242@nxp.com> <51718d2c-330a-7096-0b5b-dae07563de80@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Hemant Agrawal Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id F1EE51B86D for ; Thu, 1 Feb 2018 01:04:49 +0100 (CET) In-Reply-To: <51718d2c-330a-7096-0b5b-dae07563de80@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/01/2018 16:48, Ferruh Yigit: > >> On 1/18/2018 6:12 AM, Hemant Agrawal wrote: > >>> This patch adds following: > >>> 1. Option to configure the mac address during create. Generate random > >>> address only if the user has not provided any valid address. > >>> 2. Inform usespace, if mac address is being changed in linux. > >>> 3. Implement default handling of mac address change in the corresponding > >>> ethernet device. > >>> > >>> Signed-off-by: Hemant Agrawal > >> > Series, > Acked-by: Ferruh Yigit Applied with few fixes in RST doc.