Message ID | 20250217-am65-cpsw-zc-prep-v1-0-ce450a62d64f@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ethernet: ti: am65-cpsw: drop multiple functions and code cleanup | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 17 Feb 2025 09:31:45 +0200 you wrote: > We have 2 tx completion functions to handle single-port vs multi-port > variants. Merge them into one function to make maintenance easier. > > We also have 2 functions to handle TX completion for SKB vs XDP. > Get rid of them too. > > Also do some minor cleanups. > > [...] Here is the summary with links: - [net-next,1/5] net: ethernet: ti: am65-cpsw: remove am65_cpsw_nuss_tx_compl_packets_2g() https://git.kernel.org/netdev/net-next/c/9a369ae3d143 - [net-next,2/5] net: ethernet: ti: am65_cpsw: remove cpu argument am65_cpsw_run_xdp https://git.kernel.org/netdev/net-next/c/1ae26bf61517 - [net-next,3/5] net: ethernet: ti: am65-cpsw: use return instead of goto in am65_cpsw_run_xdp() https://git.kernel.org/netdev/net-next/c/09057ce3774e - [net-next,4/5] net: ethernet: ti: am65_cpsw: move am65_cpsw_put_page() out of am65_cpsw_run_xdp() https://git.kernel.org/netdev/net-next/c/6d6c7933cea6 - [net-next,5/5] net: ethernet: ti am65_cpsw: Drop separate TX completion functions https://git.kernel.org/netdev/net-next/c/ce643fa62a70 You are awesome, thank you!
We have 2 tx completion functions to handle single-port vs multi-port variants. Merge them into one function to make maintenance easier. We also have 2 functions to handle TX completion for SKB vs XDP. Get rid of them too. Also do some minor cleanups. Signed-off-by: Roger Quadros <rogerq@kernel.org> --- Roger Quadros (5): net: ethernet: ti: am65-cpsw: remove am65_cpsw_nuss_tx_compl_packets_2g() net: ethernet: ti: am65_cpsw: remove cpu argument am65_cpsw_run_xdp net: ethernet: ti: am65-cpsw: use return instead of goto in am65_cpsw_run_xdp() net: ethernet: ti: am65_cpsw: move am65_cpsw_put_page() out of am65_cpsw_run_xdp() net: ethernet: ti am65_cpsw: Drop separate TX completion functions drivers/net/ethernet/ti/am65-cpsw-nuss.c | 211 +++++++++---------------------- drivers/net/ethernet/ti/am65-cpsw-nuss.h | 8 ++ 2 files changed, 71 insertions(+), 148 deletions(-) --- base-commit: 489b31c6cf29fff5b1f5c48625770f45cea90ada change-id: 20250214-am65-cpsw-zc-prep-038276579e73 Best regards,