mbox series

[net-next,V2,0/2] net: lan743x: Fix to use multiqueue start/stop APIs

Message ID 20220908082834.5070-1-Raju.Lakkaraju@microchip.com (mailing list archive)
Headers show
Series net: lan743x: Fix to use multiqueue start/stop APIs | expand

Message

Raju Lakkaraju - I30499 Sept. 8, 2022, 8:28 a.m. UTC
This patch series address the fix to use multiqueue start/stop APIs and Add Rx IP and TCP checksum offload
                                                                                
Changes:                                                                        
========                                                                        
V1 -> V2:
 - Fix the sparse warnings

V0 -> V1:                                                                       
 - Remove chip SKU check conditionals                                           
 - Update the changes description 

Raju Lakkaraju (2):
  net: lan743x: Fix to use multiqueue start/stop APIs
  net: lan743x: Add support for Rx IP & TCP checksum offload

 drivers/net/ethernet/microchip/lan743x_main.c | 64 +++++++++++--------
 drivers/net/ethernet/microchip/lan743x_main.h | 10 ++-
 2 files changed, 45 insertions(+), 29 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 9, 2022, 7:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 8 Sep 2022 13:58:32 +0530 you wrote:
> This patch series address the fix to use multiqueue start/stop APIs and Add Rx IP and TCP checksum offload
> 
> Changes:
> ========
> V1 -> V2:
>  - Fix the sparse warnings
> 
> [...]

Here is the summary with links:
  - [net-next,V2,1/2] net: lan743x: Fix to use multiqueue start/stop APIs
    https://git.kernel.org/netdev/net-next/c/721f80c4d550
  - [net-next,V2,2/2] net: lan743x: Add support for Rx IP & TCP checksum offload
    https://git.kernel.org/netdev/net-next/c/cd6910501cfd

You are awesome, thank you!