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 probe. Signed-off-by: Xiao Wang <xiao.w.w...@intel.com> --- drivers/net/ifc/Makefile | 1 + drivers/net/ifc/ifcvf_vdpa.c | 47 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+)
Should this option be documented somewhere? Apart from that: Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime