Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 21 Jan 2021 15:09:06 +0800 you wrote:
> The octeontx2 hardware needs the buffer to be 128 byte aligned.
> But in the current implementation of napi_alloc_frag(), it can't
> guarantee the return address is 128 byte aligne
On Thu, Jan 21, 2021 at 5:26 PM Kevin Hao wrote:
>
> On Thu, Jan 21, 2021 at 09:53:08AM +, David Laight wrote:
> > From: Kevin Hao
> > > Sent: 21 January 2021 07:09
> > >
> > > The octeontx2 hardware needs the buffer to be 128 byte aligned.
> > > But in the current implementation of napi_alloc
On Thu, Jan 21, 2021 at 09:53:08AM +, David Laight wrote:
> From: Kevin Hao
> > Sent: 21 January 2021 07:09
> >
> > The octeontx2 hardware needs the buffer to be 128 byte aligned.
> > But in the current implementation of napi_alloc_frag(), it can't
> > guarantee the return address is 128 byte
From: Kevin Hao
> Sent: 21 January 2021 07:09
>
> The octeontx2 hardware needs the buffer to be 128 byte aligned.
> But in the current implementation of napi_alloc_frag(), it can't
> guarantee the return address is 128 byte aligned even the request size
> is a multiple of 128 bytes, so we have to
Hi Kevin,
Tested at my end and works fine. Thanks for the patch.
Tested-by: Subbaraya Sundeep
Sundeep
On Thu, Jan 21, 2021 at 12:51 PM Kevin Hao wrote:
>
> The octeontx2 hardware needs the buffer to be 128 byte aligned.
> But in the current implementation of napi_alloc_frag(), it can't
> guar