Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T6917: fix RPS ethernet settings for CPUs with more than 32 cores
The maximun value theat could be written for the 'rpc_cpu' is 4294967295 or 0xffffffff Ensure that the bitmask size doesn't exceed 32 bits, even if the system has more CPUs.
- Loading branch information