[dpdk-dev] [PATCH] ixgbe: Make vector stores unaligned

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Aug 28 16:49:29 CEST 2014


> When writing to the mbuf array for receiving packets, do not assume
> 16-byte alignment by using aligned stores. If the pointers are only
> 8-byte aligned, the program will crash due to incorrect alignment.
> Changing "store" to "storeu" fixes this.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

Applied for version 1.7.1.

Thanks
-- 
Thomas


More information about the dev mailing list