[PATCH net-next, 0/2] Update coding style and check alloc_frag

Haiyang Zhang posted 2 patches 2 years, 7 months ago
drivers/net/ethernet/microsoft/mana/mana_en.c | 24 ++++++++++++++-----
1 file changed, 18 insertions(+), 6 deletions(-)
[PATCH net-next, 0/2] Update coding style and check alloc_frag
Posted by Haiyang Zhang 2 years, 7 months ago
Follow up patches for the jumbo frame support.

As suggested by Jakub Kicinski, update coding style, and check napi_alloc_frag
for possible fallback to single pages.

Haiyang Zhang (2):
  net: mana: Rename mana_refill_rxoob and remove some empty lines
  net: mana: Check if netdev/napi_alloc_frag returns single page

 drivers/net/ethernet/microsoft/mana/mana_en.c | 24 ++++++++++++++-----
 1 file changed, 18 insertions(+), 6 deletions(-)

-- 
2.25.1
Re: [PATCH net-next, 0/2] Update coding style and check alloc_frag
Posted by patchwork-bot+netdevbpf@kernel.org 2 years, 7 months ago
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 21 Apr 2023 10:06:56 -0700 you wrote:
> Follow up patches for the jumbo frame support.
> 
> As suggested by Jakub Kicinski, update coding style, and check napi_alloc_frag
> for possible fallback to single pages.
> 
> Haiyang Zhang (2):
>   net: mana: Rename mana_refill_rxoob and remove some empty lines
>   net: mana: Check if netdev/napi_alloc_frag returns single page
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: mana: Rename mana_refill_rxoob and remove some empty lines
    https://git.kernel.org/netdev/net-next/c/5c74064f43c2
  - [net-next,2/2] net: mana: Check if netdev/napi_alloc_frag returns single page
    https://git.kernel.org/netdev/net-next/c/df18f2da302f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next, 0/2] Update coding style and check alloc_frag
Posted by Jakub Kicinski 2 years, 7 months ago
On Fri, 21 Apr 2023 10:06:56 -0700 Haiyang Zhang wrote:
> Follow up patches for the jumbo frame support.
> 
> As suggested by Jakub Kicinski, update coding style, and check napi_alloc_frag
> for possible fallback to single pages.

Thanks for following up!