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 C27852C4C for ; Mon, 7 Mar 2016 13:26:15 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 07 Mar 2016 04:26:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,551,1449561600"; d="scan'208";a="918509112" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.229.120]) ([163.33.229.120]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2016 04:26:14 -0800 Message-ID: <56DD7365.7050002@intel.com> Date: Mon, 07 Mar 2016 12:26:13 +0000 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Stephen Hemminger References: <1457105124-23650-1-git-send-email-remy.horton@intel.com> <1457105124-23650-3-git-send-email-remy.horton@intel.com> <20160304123452.047709c2@xeon-e3> In-Reply-To: <20160304123452.047709c2@xeon-e3> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 2/2] drivers/net/vmxnet3: add ethdev functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 12:26:16 -0000 On 04/03/2016 20:34, Stephen Hemminger wrote: > On Fri, 4 Mar 2016 15:25:24 +0000 > Remy Horton wrote: > >> Implements driver support for setting of MAC address. >> >> Signed-off-by: Remy Horton [..] > The version I posted is simpler and reuses existing code paths. > That version doesn't include a MAC address sanity check - is such a check redundant (or incorrect) in this case? ..Remy