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
Hi, I know, it's a simple, no-impact patch for dpdk functionality. However, this can be misleading for app programs. When the return value of the interface is judged against -ENOENT, this will cause the program to error out. It also affects the presentation of the api documentation: https://doc.d