From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 4/6] net/tap: keep kernel-assigned MAC address Date: Tue, 31 Jan 2017 13:13:49 +0000 Message-ID: <10dc1de8-bea7-dc81-374f-6550b9491a1b@intel.com> References: <1485855778-15496-1-git-send-email-pascal.mazon@6wind.com> <1485855778-15496-4-git-send-email-pascal.mazon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pascal Mazon , keith.wiles@intel.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 641976CB5 for ; Tue, 31 Jan 2017 14:13:52 +0100 (CET) In-Reply-To: <1485855778-15496-4-git-send-email-pascal.mazon@6wind.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" On 1/31/2017 9:42 AM, Pascal Mazon wrote: > There's no point in having a different internal MAC address than the one > provided by the kernel when creating the netdevice. Agree that this is not required, but also not a defect, worth learning author's intention before deciding. > > Signed-off-by: Pascal Mazon > --- <...>