Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-27 Thread Mattias Rönnblom
On Thu, Jun 27, 2024 at 08:10:19AM -0700, Stephen Hemminger wrote: > On Thu, 27 Jun 2024 13:06:22 +0200 > Mattias Rönnblom wrote: > > > On Wed, Jun 26, 2024 at 10:16:06PM +0200, Morten Brørup wrote: > > > > From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > > > Sent: Wednesday, 26 June 202

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-27 Thread Stephen Hemminger
On Thu, 27 Jun 2024 13:06:22 +0200 Mattias Rönnblom wrote: > On Wed, Jun 26, 2024 at 10:16:06PM +0200, Morten Brørup wrote: > > > From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > > Sent: Wednesday, 26 June 2024 20.48 > > > > > > On Wed, Jun 26, 2024 at 05:24:04PM +0200, Maxime Coquelin

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-27 Thread Mattias Rönnblom
On Wed, Jun 26, 2024 at 10:16:06PM +0200, Morten Brørup wrote: > > From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > Sent: Wednesday, 26 June 2024 20.48 > > > > On Wed, Jun 26, 2024 at 05:24:04PM +0200, Maxime Coquelin wrote: > > > > > > > > > On 6/26/24 16:58, Stephen Hemminger wrote: > >

RE: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-26 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Wednesday, 26 June 2024 20.48 > > On Wed, Jun 26, 2024 at 05:24:04PM +0200, Maxime Coquelin wrote: > > > > > > On 6/26/24 16:58, Stephen Hemminger wrote: > > > On Wed, 26 Jun 2024 10:37:31 +0200 > > > Maxime Coquelin wrote: > > > > >

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-26 Thread Mattias Rönnblom
On Wed, Jun 26, 2024 at 05:24:04PM +0200, Maxime Coquelin wrote: > > > On 6/26/24 16:58, Stephen Hemminger wrote: > > On Wed, 26 Jun 2024 10:37:31 +0200 > > Maxime Coquelin wrote: > > > > > On 6/25/24 21:27, Mattias Rönnblom wrote: > > > > On Tue, Jun 25, 2024 at 05:29:35PM +0200, Maxime Coquel

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-26 Thread Maxime Coquelin
On 6/26/24 16:58, Stephen Hemminger wrote: On Wed, 26 Jun 2024 10:37:31 +0200 Maxime Coquelin wrote: On 6/25/24 21:27, Mattias Rönnblom wrote: On Tue, Jun 25, 2024 at 05:29:35PM +0200, Maxime Coquelin wrote: Hi Mattias, On 6/20/24 19:57, Mattias Rönnblom wrote: This patch set make DPDK

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-26 Thread Stephen Hemminger
On Wed, 26 Jun 2024 10:37:31 +0200 Maxime Coquelin wrote: > On 6/25/24 21:27, Mattias Rönnblom wrote: > > On Tue, Jun 25, 2024 at 05:29:35PM +0200, Maxime Coquelin wrote: > >> Hi Mattias, > >> > >> On 6/20/24 19:57, Mattias Rönnblom wrote: > >>> This patch set make DPDK library, driver, and a

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-26 Thread Maxime Coquelin
On 6/25/24 21:27, Mattias Rönnblom wrote: On Tue, Jun 25, 2024 at 05:29:35PM +0200, Maxime Coquelin wrote: Hi Mattias, On 6/20/24 19:57, Mattias Rönnblom wrote: This patch set make DPDK library, driver, and application code use the compiler/libc memcpy() by default when functions in are in

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-25 Thread Mattias Rönnblom
On Tue, Jun 25, 2024 at 05:29:35PM +0200, Maxime Coquelin wrote: > Hi Mattias, > > On 6/20/24 19:57, Mattias Rönnblom wrote: > > This patch set make DPDK library, driver, and application code use the > > compiler/libc memcpy() by default when functions in are > > invoked. > > > > The various cus

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-25 Thread Stephen Hemminger
On Tue, 25 Jun 2024 17:29:35 +0200 Maxime Coquelin wrote: > Hi Mattias, > > On 6/20/24 19:57, Mattias Rönnblom wrote: > > This patch set make DPDK library, driver, and application code use the > > compiler/libc memcpy() by default when functions in are > > invoked. > > > > The various custom D

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-25 Thread Maxime Coquelin
Hi Mattias, On 6/20/24 19:57, Mattias Rönnblom wrote: This patch set make DPDK library, driver, and application code use the compiler/libc memcpy() by default when functions in are invoked. The various custom DPDK rte_memcpy() implementations may be retained by means of a build-time option. T

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-21 Thread David Marchand
On Fri, Jun 21, 2024 at 9:36 AM Mattias Rönnblom wrote: > > On 2024-06-21 09:04, David Marchand wrote: > > On Fri, Jun 21, 2024 at 8:57 AM Mattias Rönnblom > > wrote: > >> > >> It seems like patchwork didn't realize this v4 patch set supersedes v3. > > > > There is nothing automatic in patchwork

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-21 Thread Mattias Rönnblom
On 2024-06-21 09:04, David Marchand wrote: On Fri, Jun 21, 2024 at 8:57 AM Mattias Rönnblom wrote: It seems like patchwork didn't realize this v4 patch set supersedes v3. There is nothing automatic in patchwork. Oh, I see. :) Author is responsible for marking as superseded in patchwork.

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-21 Thread David Marchand
On Fri, Jun 21, 2024 at 8:57 AM Mattias Rönnblom wrote: > > It seems like patchwork didn't realize this v4 patch set supersedes v3. There is nothing automatic in patchwork. Author is responsible for marking as superseded in patchwork. I usually go around in patchwork in the morning and mark supe

Re: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-20 Thread Mattias Rönnblom
It seems like patchwork didn't realize this v4 patch set supersedes v3. I'm trying to figure out what I did wrong. Must you use the cover letter's message id in order for patchwork to recognize the history?

RE: [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-20 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > > This patch set make DPDK library, driver, and application code use the > compiler/libc memcpy() by default when functions in are > invoked. > > The various custom DPDK rte_memcpy() implementations may be retained > by means of a

[PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

2024-06-20 Thread Mattias Rönnblom
This patch set make DPDK library, driver, and application code use the compiler/libc memcpy() by default when functions in are invoked. The various custom DPDK rte_memcpy() implementations may be retained by means of a build-time option. This patch set only make a difference on x86, PPC and ARM.