On Fri, 8 Mar 2024 19:05:32 +0530 "Singh, Aman Deep" <[email protected]> wrote:
> > if (ret) {
> > - RTE_LOG(ERR, EAL, "can not get port by device %s!\n",
> > - device_name);
> > + fprintf(stderr, "Can not get port by device %s!\n",
> > device_name);
>
> Any specific reason to use fprintf() here rather than TESTPMD_LOG
No. Just that was done in earlier version.

