Re: [dpdk-dev] [PATCH 1/1] net/hinic: solve compilation issues

2019-06-28 Thread Ferruh Yigit
On 6/28/2019 4:46 AM, Ziyang Xuan wrote: > This patch fixes ci/Intel-compilation issues for hinic PMD > on 32-bits platform. > > Signed-off-by: Ziyang Xuan Squashed into relevant commit in next-net, thanks.

[dpdk-dev] [PATCH 1/1] net/hinic: solve compilation issues

2019-06-27 Thread Ziyang Xuan
This patch fixes ci/Intel-compilation issues for hinic PMD on 32-bits platform. Signed-off-by: Ziyang Xuan --- drivers/net/hinic/Makefile | 18 ++ drivers/net/hinic/base/meson.build | 12 2 files changed, 30 insertions(+) diff --git a/drivers/net/hinic/Makef