On Sun, 26 Feb 2017 14:08:59 -0500 Allain Legacy <[email protected]> wrote:
> + if (eth_dev->data->scattered_rx) {
> + PMD_DRV_LOG(NOTICE,
> + "AVP device configured "
> + "for chained mbufs\n");
Try not to break error messages onto two lines, it makes it harder when a user
is trying to find the location of the error message with search tools

