Re: [dpdk-dev] [RFC] mem_debug add more log

2023-06-11 Thread Stephen Hemminger
On Fri, 25 Dec 2020 07:20:57 + "Peng, ZhihongX" wrote: > The performance of our simple scheme is better than asan. We are trying the > asan solution. > > Regards, > Peng,Zhihong Closing this RFC, not much has changed after 5 years. Your solution adds locking and only catches small overrun

[PATCH] config/arm: add Ampere Altra/AltraMax/AmpereOne platform

2023-06-11 Thread Yutang Jiang
This patch add Ampere series platform support for DPDK: 1. Merging the eMAG and AmpereOne to the one struct implementer_ampere. 2. The microarchitecture of Altra/AltraMax is N1, which implementer/part_number is defined in arm, so the definition of RTE_MAX_LCORE/RTE_MAX_NUMA_NODES refers to th

Re: [PATCH] cryptodev: clarify error codes returned

2023-06-11 Thread Thomas Monjalon
24/04/2023 11:19, Anoob Joseph: > When symmetric sessions are created, it may fail due to non-critical > errors. When PMD doesn't support the specific combination that > application requested, it can return -ENOTSUP which can be handled so in > application. The API is already setting rte_errno acco