From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5] net/nfp logging fixes Date: Wed, 25 Apr 2018 08:45:46 -0700 Message-ID: <20180425154551.6795-1-stephen@networkplumber.org> Cc: dev@dpdk.org, Stephen Hemminger To: alejandro.lucero@netronome.com Return-path: Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by dpdk.org (Postfix) with ESMTP id E4E647F70 for ; Wed, 25 Apr 2018 17:45:53 +0200 (CEST) Received: by mail-pg0-f67.google.com with SMTP id n9so835382pgq.5 for ; Wed, 25 Apr 2018 08:45:53 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These are several small changes to make the Netronome driver use logging macros in the same way as other drivers. Compile tested only. I don't have Netronome hardware. Stephen Hemminger (5): net/nfp: use correct logtype for init messages net/nfp: add implied new line to PMD_DRV_LOG net/nfp: fix double space in init log net/nfl: add newline in PMD_RX/TX_LOG macros net/nfp: use dynamic logging everywhere drivers/net/nfp/nfp_net.c | 186 ++++++++++++++++----------------- drivers/net/nfp/nfp_net_logs.h | 9 +- 2 files changed, 98 insertions(+), 97 deletions(-) -- 2.17.0