9699b09803
Coverity flags the fact that the tag values used in distributor are
32-bit, which means that when we use bit-manipulation to convert a tag
match/no-match to a bit in an array, we need to typecast to a 64-bit
type before shifting past 32 bits.
Coverity issue: 375808
Fixes:
|
||
---|---|---|
.. | ||
distributor_private.h | ||
meson.build | ||
rte_distributor_match_generic.c | ||
rte_distributor_match_sse.c | ||
rte_distributor_single.c | ||
rte_distributor_single.h | ||
rte_distributor.c | ||
rte_distributor.h | ||
version.map |