Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpif-netdev-lookup: Fix GCC 5 warning.
GCC 5 gave an incompatible pointer type warning for pkt_blocks when it's passed to _mm512_mask_i64gather_epi64(). Follow the same pattern used for tbl_blocks where the 'const uint64_t *' is cast to a 'const void *' when passed in to avx512_blocks_gather(). Fixes: 47a2a8f ("dpif-netdev/dpcls-avx512: Enable 16 block processing.") Signed-off-by: Cian Ferriter <[email protected]> Acked-by: Sunil Pai G <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information