Re: [ovs-dev] [PATCH] netdev-dpdk: fix cross compilation failure

2016-09-05 Thread Hemant Agrawal
A gentle reminder to review this patch? > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Hemant > Agrawal > Sent: Tuesday, August 23, 2016 11:37 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] netdev-dpdk: fix cross c

[ovs-dev] [PATCH 1/2] netdev-dpdk: fix cross compilation failure

2016-08-23 Thread Hemant Agrawal
when cross-compiling. The current patch put the check in condition, i.e. check only if not cross-compiling. This patch has been tested on ARM64 platform with DPDK16.07 Signed-off-by: Hemant Agrawal --- acinclude.m4 | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acin

[ovs-dev] [PATCH] netdev-dpdk: fix cross compilation failure

2016-08-23 Thread Hemant Agrawal
when cross-compiling. The current patch put the check in condition, i.e. check only if not cross-compiling. This patch has been tested on ARM64 platform with DPDK16.07 Signed-off-by: Hemant Agrawal --- acinclude.m4 | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acin