From: Paolo Abeni Date: Tue, 5 Nov 2024 14:56:48 +0000 (+0100) Subject: Merge branch 'net-ethernet-ti-am65-cpsw-fixes-to-multi-queue-rx-feature' X-Git-Tag: v6.12-rc7~26^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eaff63bfb59b93a79ac8450e3d1e45a1f72f29a;p=thirdparty%2Flinux.git 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 ==================== Link: https://patch.msgid.link/20241101-am65-cpsw-multi-rx-j7-fix-v3-0-338fdd6a55da@kernel.org Signed-off-by: Paolo Abeni --- 9eaff63bfb59b93a79ac8450e3d1e45a1f72f29a