Hi Thomas,

Sorry, missed to notice that format changed by your commit recently got 
overridden 
during some of our internal branch merging. I'll send a v2 with same format.

--
Thanks
Nithin



From: Thomas Monjalon <tho...@monjalon.net>
Sent: Monday, January 7, 2019 8:20 PM
To: Nithin Kumar Dabilpuram
Cc: Ferruh Yigit; Andrew Rybchenko; dev@dpdk.org; Jerin Jacob Kollanukkaran
Subject: [EXT] Re: [PATCH] ethdev: report error on name truncation
  

External Email

----------------------------------------------------------------------
Hi,

Please provide an explanation of the current behaviour.

07/01/2019 15:40, Nithin Kumar Dabilpuram:
> -     snprintf(z_name, sizeof(z_name), "eth_p%d_q%d_%s",
> -              dev->data->port_id, queue_id, ring_name);
> +     rc = snprintf(z_name, sizeof(z_name), "%s_%s_%d_%d",
> +                   dev->device->driver->name, ring_name,
> +                   dev->data->port_id, queue_id);

You should keep the same name format.
Please check this commit:
        http://git.dpdk.org/dpdk/commit/?id=5e046832


    

Reply via email to