Re: [dpdk-dev] [PATCH v2] devbind: check for lspci

2018-11-18 Thread Thomas Monjalon
16/11/2018 17:54, Rami Rosen: > On Tue, 13 Nov 2018 at 18:06, Anatoly Burakov > wrote: > > > > On some distributions (such as CentOS 7) lspci may not be installed > > by default, causing exceptions which are difficult to interpret. > > > > Fix devbind script to check if lspci is installed at scri

Re: [dpdk-dev] [PATCH v2] devbind: check for lspci

2018-11-16 Thread Rami Rosen
Reviewed-by: Rami Rosen On Tue, 13 Nov 2018 at 18:06, Anatoly Burakov wrote: > > On some distributions (such as CentOS 7) lspci may not be installed > by default, causing exceptions which are difficult to interpret. > > Fix devbind script to check if lspci is installed at script startup. > > Cc:

[dpdk-dev] [PATCH v2] devbind: check for lspci

2018-11-13 Thread Anatoly Burakov
On some distributions (such as CentOS 7) lspci may not be installed by default, causing exceptions which are difficult to interpret. Fix devbind script to check if lspci is installed at script startup. Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- Notes: v2: correct package name t