Re: [dpdk-dev] [PATCH] net/szedata2: use macro from common library

2017-06-15 Thread Ferruh Yigit
On 6/14/2017 12:08 PM, Matej Vido wrote: > Macro for alignment is defined in the common library. > Use macro from the common library in own macro definition. > > Signed-off-by: Matej Vido Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/szedata2: use macro from common library

2017-06-14 Thread Matej Vido
Macro for alignment is defined in the common library. Use macro from the common library in own macro definition. Signed-off-by: Matej Vido --- drivers/net/szedata2/rte_eth_szedata2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/szedata2/rte_eth_szedata2.h b