Re: [dpdk-dev] [PATCH v4 06/10] net/ifc: detect if VDPA mode is specified

2018-12-17 Thread Wang, Xiao W
Hi Maxime, > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Sunday, December 16, 2018 1:17 AM > To: Wang, Xiao W ; Bie, Tiwei > Cc: alejandro.luc...@netronome.com; dev@dpdk.org; Wang, Zhihong > ; Ye, Xiaolong > Subject: Re: [PATCH v4 06/10] net/ifc

Re: [dpdk-dev] [PATCH v4 06/10] net/ifc: detect if VDPA mode is specified

2018-12-16 Thread Maxime Coquelin
On 12/14/18 10:16 PM, Xiao Wang wrote: If user wants the VF to be used in VDPA (vhost data path acceleration) mode, then the user can add a "vdpa=1" parameter for the device. So if driver doesn't not find this option, it should quit and let the s/doesn't not/does not/ bus continue the pro

[dpdk-dev] [PATCH v4 06/10] net/ifc: detect if VDPA mode is specified

2018-12-14 Thread Xiao Wang
If user wants the VF to be used in VDPA (vhost data path acceleration) mode, then the user can add a "vdpa=1" parameter for the device. So if driver doesn't not find this option, it should quit and let the bus continue the probe. Signed-off-by: Xiao Wang --- drivers/net/ifc/Makefile | 1 +