Loading
UNIC: Fix the issue that RPS cannot hash sw irq to multiple cores.
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAKMX4 CVE: NA ----------------------------------------------------------- In UBL support mode, the chip supports only the RSS feature that uses dip as key. If the hash calculated by the hardware is transmitted to the SKB, the software interrupt for receiving packets can be hashed to only one core after the kernel RPS feature is enabled. This patch ensures that the hash value calculated by the hardware is not set in the SKB when the driver constructs the SKB in the case of UBL support. This can significantly improve the hashing effect of the rps feature. Fixes: 737ec46e ("UNIC: Adds the process of UNIC driver initializing") Signed-off-by:Haibin Lu <luhaibin10@hisilicon.com>