[dpdk-dev] [PATCH v5 04/11] ixgbe: replace rte_panic instances in ixgbe driver

Arnon Warshavsky arnon at qwilt.com
Tue Apr 24 05:07:02 CEST 2018


> +     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


More information about the dev mailing list