Re: [PATCH v1] mempool: fix some errors in html api

2023-08-01 Thread Rma Ma
api. > > Signed-off-by: Rma Ma mailto:rma...@jaguarmicro.com>> > --- > lib/mempool/rte_mempool.h | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > Best wishes, Rma From: Rma Ma Sent: Monday, July 3, 2023

Re: [PATCH v1] mempool: fix some errors in html api

2023-08-02 Thread Rma Ma
lized. Best wishes, Rma ____ From: Morten Brørup Sent: Wednesday, August 2, 2023 16:58 To: Rma Ma ; dpdk-dev ; Olivier Matz ; Andrew Rybchenko Cc: Ashwin Sekhar T K ; Pavan Nikhilesh ; Harman Kalra ; Hemant Agrawal ; Sachin Saxena Subject: RE: [PATCH v1] mempoo

[PATCH] vhost: add notify reply ops to avoid message deadlock

2023-06-29 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Signed-off-by: Rma Ma --- lib/vhost/vdpa_driver.h | 3 +++ lib/vhost/vhost_user.c | 23

[PATCH] vhost: add notify reply ops to avoid message deadlock

2023-06-30 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Signed-off-by: Rma Ma --- lib/vhost/vdpa_driver.h | 3 +++ lib/vhost/vhost_user.c | 23

[PATCH] vhost: add notify reply ops to avoid message deadlock

2023-06-30 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Signed-off-by: Rma Ma --- lib/vhost/vdpa_driver.h | 3 +++ lib/vhost/vhost_user.c | 23

[PATCH v1] mempool: fix some errors in html api

2023-07-02 Thread Rma Ma
This patch fix some error descriptions of return value in mempool api which affect in html api. Signed-off-by: Rma Ma --- lib/mempool/rte_mempool.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/mempool/rte_mempool.h b/lib/mempool/rte_mempool.h index

[PATCH v2] vhost: add notify reply ops to fix message deadlock

2023-07-03 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Fixes: d90cf7d111ac ("vhost: support host notifier") Cc: maxime.coque...@redhat.com Signed-off-by: Rma

[PATCH v3] vhost: add notify reply ops to fix message deadlock

2023-07-03 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Fixes: d90cf7d111ac ("vhost: support host notifier") Cc: maxime.coque...@redhat.com Signed-off-by: Rma

回复: [PATCH v3] vhost: add notify reply ops to fix message deadlock

2023-07-11 Thread Rma Ma
.@redhat.com > Signed-off-by: Rma Ma > --- > v2 - fix format error in commit message > v3 - add --in-reply-to > --- Hi Maxime, This patch helps to fix vhost-user message deadlock, could you help review it? Thanks. Best wishes, Rma ____ 发件人: Rma Ma 发送时间

回复: 回复: [PATCH v3] vhost: add notify reply ops to fix message deadlock

2023-07-11 Thread Rma Ma
c ("vhost: support host notifier") > > > Cc: maxime.coque...@redhat.com > > > Signed-off-by: Rma Ma > > > --- > > > v2 - fix format error in commit message > > > v3 - add --in-reply-to > > > --- > > > > Hi Maxime, >