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

2021-01-15 Thread Maxime Coquelin
On 1/7/21 7:32 AM, Xia, Chenbo wrote: > Hi Maxime, > >> -Original Message- >> From: Maxime Coquelin >> Sent: Monday, December 21, 2020 5:14 AM >> To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; >> amore...@redhat.com; david.march...@redhat.com >> Cc: Maxime Coquelin >> Subject

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

2021-01-06 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Monday, December 21, 2020 5:14 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 38/40] net/virtio: move Vhost-user specific

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

2020-12-20 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.