Merge branch 'net-ethernet-ti-am65-cpsw-fixes-to-multi-queue-rx-feature'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 5 Nov 2024 14:56:48 +0000 (15:56 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 5 Nov 2024 14:56:48 +0000 (15:56 +0100)
commit9eaff63bfb59b93a79ac8450e3d1e45a1f72f29a
tree9c392c26598fe2834392b25db4cb70880bca9e12
parentdf3dff8ab6d79edc942464999d06fbaedf8cdd18
parentba3b7ac4f7143568ed6480180a847dc752780ece
Merge branch 'net-ethernet-ti-am65-cpsw-fixes-to-multi-queue-rx-feature'

Roger Quadros says:

====================
net: ethernet: ti: am65-cpsw: Fixes to multi queue RX feature

On J7 platforms, setting up multiple RX flows was failing
as the RX free descriptor ring 0 is shared among all flows
and we did not allocate enough elements in the RX free descriptor
ring 0 to accommodate for all RX flows. Patch 1 fixes this.

The second patch fixes a warning if there was any error in
am65_cpsw_nuss_init_rx_chns() and am65_cpsw_nuss_cleanup_rx_chns()
was called after that.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
====================

Link: https://patch.msgid.link/20241101-am65-cpsw-multi-rx-j7-fix-v3-0-338fdd6a55da@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>