Re: [dpdk-dev] [PATCH] usertools: add device index for dpdk-devbind script

2019-06-04 Thread Loc Nguyen
we need to count the indexes manually. Thanks, Loc > On 4 Jun 2019, at 6:01 PM, Bruce Richardson > wrote: > > On Mon, Jun 03, 2019 at 08:57:36PM +0800, Loc Nguyen wrote: >> Add a device index in front of the PCI ID for easy counting >> >> Network device

[dpdk-dev] [PATCH] usertools: add device index for dpdk-devbind script

2019-06-03 Thread Loc Nguyen
Add a device index in front of the PCI ID for easy counting Network devices using DPDK-compatible driver 0: :07:00.0 ... 1: :07:00.1 ... Signed-off-by: Loc Nguyen --- usertools/dpdk-devbind.py | 4 +++- 1 file changed, 3 insertions(+), 1