Hi,
-----Original Message-----
From: Thomas Monjalon <redacted>
Sent: Tuesday, June 30, 2020 12:05 AM
To: dev@dpdk.org
Cc: david.marchand@redhat.com; Wisam Monther
[off-list ref]; Jack Min [off-list ref]
Subject: [PATCH] app/flow-perf: use macro for cache alignment
The macro __rte_cache_aligned is better suited for aligning a structure on a
cache line (of any size).
Fixes: 15c431864000 ("app/flow-perf: add packet forwarding support")
Signed-off-by: Thomas Monjalon <redacted>
Acked-by: Wisam Jaddo <redacted>