Closed zxlhhyccc closed 8 months ago
Are you actually using pvxlanmgr, or are you selecting all modules by default? Many of the modules are unsupported by even upstream on newer kernels, or just broken in general. I will likely remove this module from being selected.
selecting all modules by default!
remove 0025-pvxlanmgr-fix-compile-error-in-6.1.patch
and add The following patch compiled through!
--- a/clmapmgr/nss_clmapmgr.c
+++ b/clmapmgr/nss_clmapmgr.c
@@ -103,7 +103,7 @@ static struct rtnl_link_stats64 *nss_clm
* Netdev seems to be incrementing rx_dropped because we don't give IP header.
* So reset it as it's of no use for us.
*/
- atomic_long_set(&dev->rx_dropped, 0);
+ atomic_long_set(&(dev)->stats.__rx_dropped, 0);
priv = netdev_priv(dev);
memset(stats, 0, sizeof(struct rtnl_link_stats64));
memcpy(stats, &priv->stats, sizeof(struct rtnl_link_stats64));
Fixed in commit: 5463bc9633e32d403ed3ebcfe47bbbbe70f369fb