> 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
Acked-by
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
---
lib/librte_pmd_i
2 matches
Mail list logo