Re: [dpdk-dev] [PATCH v3 3/8] vhost: make some vDPA callbacks mandatory

2020-07-06 Thread Xia, Chenbo
> -Original Message- > From: Adrian Moreno > Sent: Monday, July 6, 2020 7:25 PM > To: dev@dpdk.org; Xia, Chenbo ; Ye, Xiaolong > ; shah...@mellanox.com; ma...@mellanox.com; > maxime.coque...@redhat.com; Wang, Xiao W ; > viachesl...@mellanox.com > Cc: jasow...@redhat.com; l...@redhat.com

[dpdk-dev] [PATCH v3 3/8] vhost: make some vDPA callbacks mandatory

2020-07-06 Thread Adrian Moreno
From: Maxime Coquelin Some of the vDPA callbacks have to be implemented for vDPA to work properly. This patch marks them as mandatory in the API doc and simplify code calling these ops with removing unnecessary checks that are now done at registration time. Signed-off-by: Maxime Coquelin ---