Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/xdp: use shift instead of 64 bit division
64bit division is kind of expensive, and shift should do the job here. Signed-off-by: Pavel Machek (CIP) <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information