Re: [dpdk-dev] [PATCH] drivers/net/nfb: add timestamp support

2019-06-28 Thread Jan Remeš
On Thu, Jun 27, 2019 at 5:45 PM Ferruh Yigit wrote: > > On 6/13/2019 1:05 PM, Rastislav Cernay wrote: > > +Timestamping needs to be enabled during compile time, as there is no way > > +to check whether a timestamping unit is runnig during run time. > > Even if this can't be detected on runtime, it

Re: [dpdk-dev] [PATCH] drivers/net/nfb: add timestamp support

2019-06-27 Thread Ferruh Yigit
On 6/13/2019 1:05 PM, Rastislav Cernay wrote: > From: Rastislav Cernay > > This patch adds timestamping support to nfb driver. > > Signed-off-by: Rastislav Cernay > --- > config/common_base | 1 + > doc/guides/nics/nfb.rst | 22 ++ > drivers/net/nfb/Makefile

[dpdk-dev] [PATCH] drivers/net/nfb: add timestamp support

2019-06-13 Thread Rastislav Cernay
From: Rastislav Cernay This patch adds timestamping support to nfb driver. Signed-off-by: Rastislav Cernay --- config/common_base | 1 + doc/guides/nics/nfb.rst | 22 ++ drivers/net/nfb/Makefile| 5 + drivers/net/nfb/meson.build | 4 drivers/net