Re: [PATCH] mempool: micro optimizations

2025-03-30 Thread Andrew Rybchenko
On 3/27/25 20:15, Bruce Richardson wrote: On Wed, Feb 26, 2025 at 03:59:22PM +, Morten Brørup wrote: The comparisons lcore_id < RTE_MAX_LCORE and lcore_id != LCORE_ID_ANY are equivalent, but the latter compiles to fewer bytes of code space. Similarly for lcore_id >= RTE_MAX_LCORE and lcore_i

Re: [External] Re: [PATCH v2] eal/linux: improve ASLR check

2025-03-30 Thread Yang Ming
On 2025/3/27 16:14, David Marchand wrote: Caution: This is an external email. Please be very careful when clicking links or opening attachments. See http://nok.it/nsb for additional information. Hello, On Thu, Mar 27, 2025 at 9:02 AM Yang Ming wrote: On 2025/3/13 23:37, Stephen Hemminger w

Re: [PATCH v3 2/2] net/vmxnet3: support larger MTU with version 6

2025-03-30 Thread spyroot
Hi Folks, how can you bump them VMXNET3 version, and do we have a VMXNET3 unit test for RSS / Max mtu and 32 queue? On Wed, Nov 6, 2024 at 8:00 AM Ferruh Yigit wrote: > On 11/4/2024 9:44 PM, Jochen Behrens wrote: > > > On 11/4/24 02:52, Morten Brørup wrote: > >> Virtual hardware version 6 suppor

RE: [PATCH] mempool perf test: test random bulk sizes

2025-03-30 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Sunday, 30 March 2025 10.29 > > On 2/28/25 19:48, Morten Brørup wrote: > > Bulk requests to get or put objects in a mempool often vary in size. > > A series of tests with pseudo random request sizes, to mitigate the > > benefi