On Tue, 24 Apr 2018 00:28:55 +0300 Arnon Warshavsky <ar...@qwilt.com> wrote:
> + 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.