From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v2 2/2] drivers/net/vmxnet3: add ethdev functions Date: Mon, 07 Mar 2016 17:06:20 +0000 Message-ID: <56DDB50C.5040203@intel.com> 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> <56DD7365.7050002@intel.com> <20160307080747.02cc1f1b@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 524572BF4 for ; Mon, 7 Mar 2016 18:06:23 +0100 (CET) In-Reply-To: <20160307080747.02cc1f1b@xeon-e3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 07/03/2016 16:07, Stephen Hemminger wrote: >> That version doesn't include a MAC address sanity check - is such a >> check redundant (or incorrect) in this case? >> >> ..Remy > > That belongs in common code, not in each driver. That differs from previous feedback for a different driver, where such a check was actually asked to be added.. :/ Probably need to audit the upstream functions for such checks. ..Remy