> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Hemant Agrawal > Sent: Thursday, November 2, 2017 6:09 PM > To: [email protected] > Cc: Yigit, Ferruh <[email protected]>; Liu, Yong <[email protected]>; > [email protected] > Subject: [dpdk-dev] [PATCH 4/5] net/i40e: fix compilation on ARM BE > > 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") > Cc: Marvin Liu <[email protected]> > Cc: [email protected] > > Signed-off-by: Hemant Agrawal <[email protected]>
Acked-by: Beilei Xing <[email protected]>

