Re: [dpdk-dev] [PATCH v2 40/44] net/virtio: move Vhost-user specifics to its backend

2021-01-22 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, January 20, 2021 5:25 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v2 40/44] net/virtio: move Vhost-user specifics to it

[dpdk-dev] [PATCH v2 40/44] net/virtio: move Vhost-user specifics to its backend

2021-01-19 Thread Maxime Coquelin
This patch moves all the Vhost-user backend specific logic like Vhost FD, listen FD and interrupt handling to the vhost-user backend implementation. In order to achieve that, new ops are created to update the link status, disconnect and reconnect the server, and fetch the link state interrupt FD.