Re: [PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 14 Jun 2024 00:19:08 -0700 you wrote: > To cleanup rxqs in port context structures, instead of duplicating the > code, use existing function mana_cleanup_port_context() which does > the exact cleanup that's ne

Re: [PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-17 Thread Heng Qi
在 2024/6/14 下午3:19, Shradha Gupta 写道: To cleanup rxqs in port context structures, instead of duplicating the code, use existing function mana_cleanup_port_context() which does the exact cleanup that's needed. Signed-off-by: Shradha Gupta --- drivers/net/ethernet/microsoft/mana/mana_en.c | 6

Re: [PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-16 Thread Wei Liu
On Fri, Jun 14, 2024 at 12:19:08AM -0700, Shradha Gupta wrote: > > To cleanup rxqs in port context structures, instead of duplicating the > code, use existing function mana_cleanup_port_context() which does > the exact cleanup that's needed. > > Signed-off-by: Shradha Gupta Reviewed-by: Wei Liu

Re: [PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-15 Thread Simon Horman
On Fri, Jun 14, 2024 at 12:19:08AM -0700, Shradha Gupta wrote: > > To cleanup rxqs in port context structures, instead of duplicating the > code, use existing function mana_cleanup_port_context() which does > the exact cleanup that's needed. > > Signed-off-by: Shradha Gupta Thanks for following

[PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-14 Thread Shradha Gupta
To cleanup rxqs in port context structures, instead of duplicating the code, use existing function mana_cleanup_port_context() which does the exact cleanup that's needed. Signed-off-by: Shradha Gupta --- drivers/net/ethernet/microsoft/mana/mana_en.c | 6 ++ 1 file changed, 2 insertions(+),