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

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

2023-08-02 Thread Morten Brørup
+CC various mempool driver maintainers > From: Rma Ma [mailto:rma...@jaguarmicro.com] > Sent: Monday, 3 July 2023 08.18 > > 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 ++-

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

2023-08-01 Thread Rma Ma
https://doc.dpdk.org/api/rte__mempool_8h.html#a0d326354d53ef5068d86a8b7d9ec2d61 I'm not sure if this needs to be fixed or not. > Subject: [PATCH v1] mempool: fix some errors in html api > > This patch fix some error descriptions of return value in mempool api which > affect in html

[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 160975a