Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build with GOARCH=386 fails with error: $ GOARCH=386 go build ./... ./sriovnet_aux.go:137:17: u32Mask (untyped int constant 4294967295) overflows int fix this by modifying u32Mask to be uint32 and proper casting. Signed-off-by: adrianc <[email protected]>
- Loading branch information