回复: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-03-18 Thread Sunyang Wu
Hi all: SM3 and SM4 are widely used in China, and they are Chinese national standards. I'm very to tell you that I didn't find the relevant RFC documents for SM3 and SM4, but I found the national standards for SM3 and SM4 in the full text disclosure system of Chinese national standards, but the

Re: [PATCH v6] eal/unix: fix thread creation

2023-03-18 Thread David Marchand
On Fri, Mar 17, 2023 at 10:24 PM Tyler Retzlaff wrote: > > On Fri, Mar 17, 2023 at 07:52:29PM +0100, David Marchand wrote: > > From: Tyler Retzlaff > > > > In rte_thread_create setting affinity after pthread_create may fail. > > Such a failure should result in the entire rte_thread_create failing

Re: [PATCH v6] eal/unix: fix thread creation

2023-03-18 Thread David Marchand
On Fri, Mar 17, 2023 at 7:52 PM David Marchand wrote: > > From: Tyler Retzlaff > > In rte_thread_create setting affinity after pthread_create may fail. > Such a failure should result in the entire rte_thread_create failing > but doesn't. > > Additionally if there is a failure to set affinity a ra

RE: [PATCH v8] app/procinfo: display eventdev xstats

2023-03-18 Thread Sevincer, Abdullah
> +static void > +get_eventdev_xstats(uint8_t dev_id, >+You can separate this function (basically the code inside this function) into >3 functions, one for reset and one for display stats values. >+And move the common code(stats storage calculation logic and getting stats >name logic) to a