mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
![]() The FDB roaming issues were observed on ipq807x and ipq60xx boards. The fix depends on API exposed only when NSS_DP_PPE_SUPPORT is enabled. However, this flag applies to above mentioned platforms only and is causing the logs to be flooded on other QCA platforms, including ipq50xx, with: [ 34.893418] nss-dp 39c00000.dp1 lan: cannot get VSI ID for port 1 [ 34.898370] nss-dp 39c00000.dp1 lan: cannot get VSI ID for port 1 [ 34.904598] nss-dp 39c00000.dp1 lan: cannot get VSI ID for port 1 [ 34.910661] nss-dp 39c00000.dp1 lan: cannot get VSI ID for port 1 So let's apply a dependency on the NSS_DP_PPE_SUPPORT flag and contain the patch code for ipq807x and ipq60xx within conditional directives. Tested on: Linksys SPNMX56 Signed-off-by: George Moussalem <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/17966 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
---|---|---|
.. | ||
0001-nss-dp-Drop-_nocache-variants-of-ioremap.patch | ||
0002-edma_tx_rx-support-newer-kernels-time-stamping-API.patch | ||
0003-EDMA-Fix-NAPI-packet-counting.patch | ||
0004-EDMA-Use-NAPI_POLL_WEIGHT-as-NAPI-weight.patch | ||
0005-nss-dp-adapt-to-netif_napi_add-changes.patch | ||
0006-nss_dp_main-Use-a-phy-handle-property-to-connect-to-.patch | ||
0007-nss-dp-edma-v1-use-NAPI-GRO-by-default.patch | ||
0008-nss-dp-allow-setting-netdev-name-from-DTS.patch | ||
0009-nss-dp-switchdev-fix-FDB-roaming.patch | ||
0010-nss-dp-add-vlan-if.patch | ||
0011-01-edma_v1-rework-hw_reset-logic-to-permit-rmmod-and-in.patch | ||
0011-02-nss_dp_switchdev-correctly-unregister-notifier-on-dp.patch | ||
0011-03-nss_dp_main-swap-dp_exit-function-call.patch | ||
0011-04-nss_dp_main-call-unregister_netdev-first-in-dp_remov.patch | ||
0011-05-nss_dp_main-use-phy_detach-instead-of-disconnect-in-.patch | ||
0011-06-edma_v1-skip-edma_disable_port-in-edma_cleanup-subse.patch | ||
0012-01-WiP-syn-gmac-use-standard-DMA-api.patch | ||
0012-02-ipq50xx-use-corrent-scm-function-to-write-tcsr.patch | ||
0013-nss_dp_main-support-fixed-link.patch | ||
0014-nss_dp-fix-linux-6.6-support.patch |