Re: [dpdk-dev] [PATCH v2 5/6] usertools/dpdk-devbind.py: add support for ntb

2019-06-09 Thread Li, Xiaoyun
gjing ; Wiles, Keith > ; > Liang, Cunming ; Maslekar, Omkar > ; dev@dpdk.org; tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v2 5/6] usertools/dpdk-devbind.py: add support > for ntb > > On Thu, Jun 06, 2019 at 03:43:02PM +0800, Xiaoyun Li wrote: > > In order to al

Re: [dpdk-dev] [PATCH v2 5/6] usertools/dpdk-devbind.py: add support for ntb

2019-06-06 Thread Bruce Richardson
On Thu, Jun 06, 2019 at 03:43:02PM +0800, Xiaoyun Li wrote: > In order to allow binding/unbinding of devices for use by the > ntb_rawdev, we need to update the devbind script to add a new class > of device, and add device ids for the specific HW instances. And > only support skx platform right now.

[dpdk-dev] [PATCH v2 5/6] usertools/dpdk-devbind.py: add support for ntb

2019-06-06 Thread Xiaoyun Li
In order to allow binding/unbinding of devices for use by the ntb_rawdev, we need to update the devbind script to add a new class of device, and add device ids for the specific HW instances. And only support skx platform right now. Signed-off-by: Xiaoyun Li --- usertools/dpdk-devbind.py | 9