[dpdk-dev] [PATCH v2] Make the thash library arch-independent

2015-07-30 Thread Thomas Monjalon
2015-07-29 09:56, Vladimir Medvedkin: > v2 changes > - Fix SSE to SSE3 typo > - remove unnecessary comments > - Leave unalligned union rte_thash_tuple if no support for SSE3 > - Makes 32bit compiler happy by adding ULL suffix > > Signed-off-by: Vladimir Medvedkin Applied, thanks

[dpdk-dev] [PATCH v2] Make the thash library arch-independent

2015-07-29 Thread Vladimir Medvedkin
v2 changes - Fix SSE to SSE3 typo - remove unnecessary comments - Leave unalligned union rte_thash_tuple if no support for SSE3 - Makes 32bit compiler happy by adding ULL suffix Signed-off-by: Vladimir Medvedkin --- lib/librte_hash/rte_thash.h | 23 +-- 1 file changed, 21 ins