[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161136780975.1188.11104581924603440019.git-patchwork-notify@kernel.org>
Date: Sat, 23 Jan 2021 02:10:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kevin Hao <haokexin@...il.com>
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
sbhatta@...vell.com, sgoutham@...vell.com, gakula@...vell.com,
hkelam@...vell.com
Subject: Re: [PATCH] net: octeontx2: Make sure the buffer is 128 byte aligned
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 aligned even the request size
> is a multiple of 128 bytes, so we have to request an extra 128 bytes and
> use the PTR_ALIGN() to make sure that the buffer is aligned correctly.
>
> Fixes: 7a36e4918e30 ("octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffers")
> Reported-by: Subbaraya Sundeep <sbhatta@...vell.com>
> Signed-off-by: Kevin Hao <haokexin@...il.com>
>
> [...]
Here is the summary with links:
- net: octeontx2: Make sure the buffer is 128 byte aligned
https://git.kernel.org/netdev/net/c/db2805150a0f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists