Re: [PATCH v7] mempool: test performance with larger bursts

2024-09-16 Thread Thomas Monjalon
16/09/2024 15:08, Morten Brørup: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Monday, 16 September 2024 14.41 > > > > 13/09/2024 16:58, Morten Brørup: > > > PING for apply. > > > > > > Patch has 2 acks. > > > And since it was signed off by a co-maintainer (myself), > > > I don'

RE: [PATCH v7] mempool: test performance with larger bursts

2024-09-16 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, 16 September 2024 14.41 > > 13/09/2024 16:58, Morten Brørup: > > PING for apply. > > > > Patch has 2 acks. > > And since it was signed off by a co-maintainer (myself), > > I don't think an ack from the other co-maintainer (Andrew

Re: [PATCH v7] mempool: test performance with larger bursts

2024-09-16 Thread Thomas Monjalon
13/09/2024 16:58, Morten Brørup: > PING for apply. > > Patch has 2 acks. > And since it was signed off by a co-maintainer (myself), > I don't think an ack from the other co-maintainer (Andrew) is required. > Please correct me if I'm wrong? It's not a matter of acks. I feel we should reduce from

RE: [PATCH v7] mempool: test performance with larger bursts

2024-09-13 Thread Morten Brørup
sharesystems.com] > Sent: Tuesday, 18 June 2024 15.48 > To: Bruce Richardson > Cc: honnappa.nagaraha...@arm.com; tho...@monjalon.net; > andrew.rybche...@oktetlabs.ru; dev@dpdk.org; fengcheng...@huawei.com > Subject: RE: [PATCH v7] mempool: test performance with larger burst

RE: [PATCH v7] mempool: test performance with larger bursts

2024-06-18 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > On Mon, Jun 10, 2024 at 10:56:00AM +0200, Morten Brørup wrote: > > PING (again) for review. > > > > Many applications use bursts of more than 32 packets, > > and some applications buffer more than 512 packets. > > > > This patch upda

Re: [PATCH v7] mempool: test performance with larger bursts

2024-06-18 Thread Bruce Richardson
On Mon, Jun 10, 2024 at 10:56:00AM +0200, Morten Brørup wrote: > PING (again) for review. > > Many applications use bursts of more than 32 packets, > and some applications buffer more than 512 packets. > > This patch updates the mempool perf test accordingly. > > -Morten > > > From: Morten Brør

RE: [PATCH v7] mempool: test performance with larger bursts

2024-06-10 Thread Morten Brørup
PING (again) for review. Many applications use bursts of more than 32 packets, and some applications buffer more than 512 packets. This patch updates the mempool perf test accordingly. -Morten > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Thursday, 4 April 2024 11.27 > > PI

RE: [PATCH v7] mempool: test performance with larger bursts

2024-04-04 Thread Morten Brørup
PING for review. This patch is relatively trivial. > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Saturday, 2 March 2024 21.04 > > Bursts of up to 64, 128 and 256 packets are not uncommon, so increase the > maximum tested get and put burst sizes from 32 to 256. > For convenienc