From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnon Warshavsky Subject: Re: [PATCH v5 04/11] ixgbe: replace rte_panic instances in ixgbe driver Date: Tue, 24 Apr 2018 06:07:02 +0300 Message-ID: References: <1524518942-1998-1-git-send-email-arnon@qwilt.com> <1524518942-1998-5-git-send-email-arnon@qwilt.com> <20180423165726.10d70e09@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Thomas Monjalon , "Burakov, Anatoly" , "Lu, Wenzhuo" , "Doherty, Declan" , jerin.jacob@caviumnetworks.com, Bruce Richardson , "Yigit, Ferruh" , dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-it0-f54.google.com (mail-it0-f54.google.com [209.85.214.54]) by dpdk.org (Postfix) with ESMTP id 46B3110B7 for ; Tue, 24 Apr 2018 05:07:03 +0200 (CEST) Received: by mail-it0-f54.google.com with SMTP id p3-v6so13160252itc.0 for ; Mon, 23 Apr 2018 20:07:03 -0700 (PDT) In-Reply-To: <20180423165726.10d70e09@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > + if (*vfinfo == NULL) { > > + RTE_LOG(ERR, PMD, "%s() Cannot allocate memory for private > VF data\n", > > + __func__); > > Please use PMD_DRV_LOG since that has per driver logging control rather > than global log. > Missed that one..Thanks