Hi, > + > + if (dev_data_id == RTE_MAX_ETHPORTS) { > + RTE_PMD_DEBUG_TRACE("Reached maximum number of > Ethernet ports by all " > + "the processes\n"); > + return NULL; > + } > + >
Can the log message be changed to ("Cannot allocate more than %d number of devices ", RTE_MAX_ETHPORTS). Instead of mentioning about the processes? Thanks, Reshma