mbox series

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

Message ID 1682096818-30056-1-git-send-email-haiyangz@microsoft.com (mailing list archive)
Headers show
Series Update coding style and check alloc_frag | expand

Message

Haiyang Zhang April 21, 2023, 5:06 p.m. UTC
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(-)

Comments

Jakub Kicinski April 25, 2023, 1:08 a.m. UTC | #1
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!
patchwork-bot+netdevbpf@kernel.org April 25, 2023, 1:10 a.m. UTC | #2
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!