From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/enic: remove print of internal driver version Date: Fri, 15 Jul 2016 23:34:57 +0200 Message-ID: <2315593.QBHcTmjZls@xps13> References: <1468611293-6438-1-git-send-email-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: John Daley Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id F29A5532C for ; Fri, 15 Jul 2016 23:34:58 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id f126so40150240wma.1 for ; Fri, 15 Jul 2016 14:34:58 -0700 (PDT) In-Reply-To: <1468611293-6438-1-git-send-email-johndale@cisco.com> 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" 2016-07-15 12:34, John Daley: > The enic PMD code has diverged from code that was once > shared with the enic kernel mode driver for performance > reasons. It is confusing and misleading to print the > internal version number. Remove it. > > Fixes: fefed3d1e62c ("enic: new driver") > Signed-off-by: John Daley Applied, thanks