> 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