Re: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-10-01 Thread Bruce Richardson
On Tue, Oct 01, 2024 at 09:14:53AM +0200, David Marchand wrote: > On Mon, Sep 30, 2024 at 5:57 PM Bruce Richardson > wrote: > > > > On Mon, Sep 30, 2024 at 05:38:44PM +0200, David Marchand wrote: > > > On Fri, Sep 6, 2024 at 4:11 PM Bruce Richardson > > > wrote: > > > > > > > > The AVX-512 copy c

Re: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-10-01 Thread Bruce Richardson
On Mon, Sep 30, 2024 at 02:31:56PM +0100, Stokes, Ian wrote: > > The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it > > assumed that each pointer was always 8B in size. > > > > Bruce Richardson (4): > > net/i40e: fix AVX-512 pointer copy on 32-bit > > net/ice: fix AVX-512

Re: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-10-01 Thread David Marchand
On Mon, Sep 30, 2024 at 5:57 PM Bruce Richardson wrote: > > On Mon, Sep 30, 2024 at 05:38:44PM +0200, David Marchand wrote: > > On Fri, Sep 6, 2024 at 4:11 PM Bruce Richardson > > wrote: > > > > > > The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it > > > assumed that each p

Re: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-09-30 Thread Bruce Richardson
On Mon, Sep 30, 2024 at 04:57:21PM +0100, Bruce Richardson wrote: > On Mon, Sep 30, 2024 at 05:38:44PM +0200, David Marchand wrote: > > On Fri, Sep 6, 2024 at 4:11 PM Bruce Richardson > > wrote: > > > > > > The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it > > > assumed that

Re: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-09-30 Thread Bruce Richardson
On Mon, Sep 30, 2024 at 05:38:44PM +0200, David Marchand wrote: > On Fri, Sep 6, 2024 at 4:11 PM Bruce Richardson > wrote: > > > > The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it > > assumed that each pointer was always 8B in size. > > > > Bruce Richardson (4): > > net/i

Re: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-09-30 Thread David Marchand
On Fri, Sep 6, 2024 at 4:11 PM Bruce Richardson wrote: > > The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it > assumed that each pointer was always 8B in size. > > Bruce Richardson (4): > net/i40e: fix AVX-512 pointer copy on 32-bit > net/ice: fix AVX-512 pointer copy on

RE: [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit

2024-09-30 Thread Stokes, Ian
> The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it > assumed that each pointer was always 8B in size. > > Bruce Richardson (4): > net/i40e: fix AVX-512 pointer copy on 32-bit > net/ice: fix AVX-512 pointer copy on 32-bit > net/iavf: fix AVX-512 pointer copy on 32-bit