From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] enic: replace use of printf with log Date: Tue, 24 Feb 2015 03:37:56 +0100 Message-ID: <11873508.VEDXbTx7T3@xps13> References: <1423927979-13607-1-git-send-email-shemming@brocade.com> <20150214162822.GA14643@neilslaptop.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > > Device driver should log via DPDK log, not to printf which is > > > sends to /dev/null in a daemon application. > > > > > > Signed-off-by: Stephen Hemminger > > > > Series > > Acked-by: Neil Horman > > Use of rte_log would be better for init messages, but since the driver > makes no difference, this looks good enough to me. > Thanks Stephen. > > Acked-by: David Marchand Applied, thanks