Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-09-06 Thread Singh, Aman Deep
On 9/2/2021 3:57 PM, Bruce Richardson wrote: On Thu, Sep 02, 2021 at 11:11:39AM +0100, Ferruh Yigit wrote: On 9/1/2021 6:12 PM, Stephen Hemminger wrote: On Wed, 1 Sep 2021 11:48:21 +0530 Aman Singh wrote: From the logs it is difficult to get the DPDK version that was used. So added a deb

Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-09-02 Thread Bruce Richardson
On Thu, Sep 02, 2021 at 11:11:39AM +0100, Ferruh Yigit wrote: > On 9/1/2021 6:12 PM, Stephen Hemminger wrote: > > On Wed, 1 Sep 2021 11:48:21 +0530 > > Aman Singh wrote: > > > >> From the logs it is difficult to get the DPDK version > >> that was used. So added a debug log to print the same. > >

Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-09-02 Thread Ferruh Yigit
On 9/1/2021 6:12 PM, Stephen Hemminger wrote: > On Wed, 1 Sep 2021 11:48:21 +0530 > Aman Singh wrote: > >> From the logs it is difficult to get the DPDK version >> that was used. So added a debug log to print the same. >> The log has been added in eal_init so it gets printed >> at startup for an

Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-09-02 Thread Ferruh Yigit
On 9/1/2021 10:14 AM, Bruce Richardson wrote: > On Wed, Sep 01, 2021 at 11:48:21AM +0530, Aman Singh wrote: >> From the logs it is difficult to get the DPDK version >> that was used. So added a debug log to print the same. >> The log has been added in eal_init so it gets printed >> at startup for a

Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-09-01 Thread Stephen Hemminger
On Wed, 1 Sep 2021 11:48:21 +0530 Aman Singh wrote: > From the logs it is difficult to get the DPDK version > that was used. So added a debug log to print the same. > The log has been added in eal_init so it gets printed > at startup for any application. > > Signed-off-by: Aman Singh > --- >

Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-09-01 Thread Bruce Richardson
On Wed, Sep 01, 2021 at 11:48:21AM +0530, Aman Singh wrote: > From the logs it is difficult to get the DPDK version > that was used. So added a debug log to print the same. > The log has been added in eal_init so it gets printed > at startup for any application. > > Signed-off-by: Aman Singh > --

Re: [dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-08-31 Thread Andrew Rybchenko
On 9/1/21 9:18 AM, Aman Singh wrote: >>From the logs it is difficult to get the DPDK version > that was used. So added a debug log to print the same. > The log has been added in eal_init so it gets printed > at startup for any application. > > Signed-off-by: Aman Singh > --- > lib/eal/freebsd/ea

[dpdk-dev] [PATCH] eal: add log to print dpdk version at start

2021-08-31 Thread Aman Singh
>From the logs it is difficult to get the DPDK version that was used. So added a debug log to print the same. The log has been added in eal_init so it gets printed at startup for any application. Signed-off-by: Aman Singh --- lib/eal/freebsd/eal.c | 2 +- lib/eal/linux/eal.c | 2 +- lib/eal/wi