Re: [PATCH v2] lib/vhost: add flag for async connection in client mode

2024-04-29 Thread Thomas Monjalon
25/04/2024 16:04, Morten Brørup: > > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > > Sent: Thursday, 25 April 2024 15.48 > > > > On 4/17/24 11:15, Ушков Даниил wrote: > > > > > > Signed-off-by: Ушков Даниил > > > --- > > > Fixes: > > > 1. Fix warning about the name in signature. > >

RE: [PATCH v2] lib/vhost: add flag for async connection in client mode

2024-04-25 Thread Morten Brørup
> From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, 25 April 2024 15.48 > > On 4/17/24 11:15, Ушков Даниил wrote: > > > > Signed-off-by: Ушков Даниил > > --- > > Fixes: > > 1. Fix warning about the name in signature. > > 2. Fix warning about coding style. > > > > P.S. >

Re: [PATCH v2] lib/vhost: add flag for async connection in client mode

2024-04-25 Thread Maxime Coquelin
On 4/17/24 11:15, Ушков Даниил wrote: This patch introduces a new flag RTE_VHOST_USER_ASYNC_CONNECT, which in combination with the flag RTE_VHOST_USER_CLIENT makes rte_vhost_driver_start connect asynchronously to the vhost server. Signed-off-by: Ушков Даниил --- Fixes: 1. Fix warning about t

[PATCH v2] lib/vhost: add flag for async connection in client mode

2024-04-17 Thread Ушков Даниил
This patch introduces a new flag RTE_VHOST_USER_ASYNC_CONNECT, which in combination with the flag RTE_VHOST_USER_CLIENT makes rte_vhost_driver_start connect asynchronously to the vhost server. Signed-off-by: Ушков Даниил --- Fixes: 1. Fix warning about the name in signature. 2. Fix warning about