Re: [PATCH v1] net/vhost: add queue status check

2022-01-31 Thread Maxime Coquelin
On 11/19/21 07:30, Li, Miao wrote: Hi -Original Message- From: Maxime Coquelin Sent: Tuesday, November 16, 2021 5:36 PM To: Li, Miao ; dev@dpdk.org Cc: Xia, Chenbo Subject: Re: [PATCH v1] net/vhost: add queue status check On 11/16/21 10:34, Maxime Coquelin wrote: On 11/16/21

RE: [PATCH v1] net/vhost: add queue status check

2021-11-18 Thread Li, Miao
Hi > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, November 16, 2021 5:36 PM > To: Li, Miao ; dev@dpdk.org > Cc: Xia, Chenbo > Subject: Re: [PATCH v1] net/vhost: add queue status check > > > > On 11/16/21 10:34, Maxime Coquelin wrote: >

Re: [PATCH v1] net/vhost: add queue status check

2021-11-16 Thread Maxime Coquelin
On 11/16/21 10:34, Maxime Coquelin wrote: On 11/16/21 17:44, Miao Li wrote: This patch adds queue status check to make sure that vhost monitor address will not be got until the link between backend and frontend s/got/gone/? up and the packets are allowed to be queued. It needs a fixes t

Re: [PATCH v1] net/vhost: add queue status check

2021-11-16 Thread Maxime Coquelin
On 11/16/21 17:44, Miao Li wrote: This patch adds queue status check to make sure that vhost monitor address will not be got until the link between backend and frontend s/got/gone/? up and the packets are allowed to be queued. It needs a fixes tag. Signed-off-by: Miao Li --- drivers/n

[PATCH v1] net/vhost: add queue status check

2021-11-16 Thread Miao Li
This patch adds queue status check to make sure that vhost monitor address will not be got until the link between backend and frontend up and the packets are allowed to be queued. Signed-off-by: Miao Li --- drivers/net/vhost/rte_eth_vhost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/d