From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH net-next v3] Add support of Cavium Liquidio ethernet adapters Date: Thu, 18 Dec 2014 23:23:06 -0800 Message-ID: <20141218232306.67f210d2@urahara> References: <1418959519-31681-1-git-send-email-rvatsavayi@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi To: Raghu Vatsavayi Return-path: Received: from mail-pd0-f170.google.com ([209.85.192.170]:56703 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbaLSHXQ (ORCPT ); Fri, 19 Dec 2014 02:23:16 -0500 Received: by mail-pd0-f170.google.com with SMTP id v10so660737pde.15 for ; Thu, 18 Dec 2014 23:23:16 -0800 (PST) In-Reply-To: <1418959519-31681-1-git-send-email-rvatsavayi@caviumnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 18 Dec 2014 19:25:19 -0800 Raghu Vatsavayi wrote: > +static int __init liquidio_init(void) > +{ > + int i; > + struct handshake *hs; > + > + pr_info("LiquidIO: Starting Network module version %s\n", > + LIQUIDIO_VERSION); > + Do you really need to log this. Systems are already too chatty.