Loading
net: wangxun: change netdev uc addr num maxmium
wangxun inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBCARJ CVE: NA ------------------------------ txgbe has 128 entries in mac table, so we will add new uticast addr to mac table when netdev_uc_addr is less than 128. Otherwise if netdev_uc_addr is more than 128, we will open promisc mode to promise packets can be received. ngbe has 32 entries in mac table, so we will add new unicast addr to mac table when netdev_uc_addr is less than 32. Otherwise if netdev_uc_addr is more than 32, we will open promisc mode to promise packets can be received. Signed-off-by:Duanqiang Wen <duanqiangwen@net-swift.com>