Re: [dpdk-dev] [PATCH v3 1/9] vhost: provide helper for host notifier ctrl

2018-12-14 Thread Wang, Xiao W
Hi, > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Friday, December 14, 2018 5:33 AM > To: Wang, Xiao W ; > alejandro.luc...@netronome.com; Bie, Tiwei > Cc: dev@dpdk.org; Wang, Zhihong ; Ye, Xiaolong > > Subject: Re: [PATCH v3 1/9] vhost: provide

Re: [dpdk-dev] [PATCH v3 1/9] vhost: provide helper for host notifier ctrl

2018-12-14 Thread Maxime Coquelin
On 12/13/18 11:09 AM, Xiao Wang wrote: VDPA driver can decide if it needs to enable/disable the host notifier mapping, so exposing a API can allow flexibility. A later patch will base on this. Signed-off-by: Xiao Wang --- v2: * Reword the vdpa host notifier control API comment. --- drivers

[dpdk-dev] [PATCH v3 1/9] vhost: provide helper for host notifier ctrl

2018-12-13 Thread Xiao Wang
VDPA driver can decide if it needs to enable/disable the host notifier mapping, so exposing a API can allow flexibility. A later patch will base on this. Signed-off-by: Xiao Wang --- v2: * Reword the vdpa host notifier control API comment. --- drivers/net/ifc/ifcvf_vdpa.c | 3 +++ lib