> The size of the string should not exceed 27 or 28 bytes less than > RTE_MEMZONE_NAMESIZE.
Oh, I see. I was confused with the definition of
#define PCI_PRI_STR_SIZE sizeof("XXXXXXXX:XX:XX.X")
I thought that PCI addres length may be up to 16 characters + zero terminator,
although it is a rare case, specific for some platforms.
If it is not the case (not applicable for this driver), then my patch is not
needed.
Thank you for your replies

