Re: [dpdk-dev] [PATCH 4/5] net/i40e: fix compilation on ARM BE

2017-11-02 Thread Xing, Beilei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Thursday, November 2, 2017 6:09 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Liu, Yong ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 4/5] net/i40e: fix compilatio

[dpdk-dev] [PATCH 4/5] net/i40e: fix compilation on ARM BE

2017-11-02 Thread Hemant Agrawal
This patch fixes the following error observed when compiling with ARM BE compiler. i40e_ethdev.c: In function ‘i40e_dev_tunnel_filter_set’: i40e_ethdev.c:6988:5: error: lvalue required as unary ‘&’ operand &rte_cpu_to_le_32(ipv4_addr), Fixes: edc845bd53ec ("app/testpmd: fix build on FreeBSD"