numam-dpdk/lib/librte_node
Nithin Dabilpuram a8b8a86317 node: fix arm64 build with old gcc
Older GCC(~4) complains about uninitialized 'dip'
var though all the lanes of the vec register are set.
Hence this patch explicitly initializes vec register
to fix the issue.

In file included from ip4_lookup.c:34:0:
ip4_lookup_neon.h: n function ‘ip4_lookup_node_process’: \
ip4_lookup_neon.h:25:12: error: ‘dip’ may be used uninitialized in \
	this function [-Werror=maybe-uninitialized]
  int32x4_t dip;
            ^

Fixes: 16df6a2c66 ("node: add IPv4 lookup for arm64")

Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
2020-05-13 15:38:50 +02:00
..
ethdev_ctrl.c node: add IPv4 rewrite and lookup control 2020-05-05 23:41:30 +02:00
ethdev_rx_priv.h node: add ethdev Rx 2020-05-05 23:38:10 +02:00
ethdev_rx.c node: add ethdev Rx 2020-05-05 23:38:10 +02:00
ethdev_tx_priv.h node: add ethdev Tx 2020-05-05 23:38:31 +02:00
ethdev_tx.c node: add ethdev Tx 2020-05-05 23:38:31 +02:00
ip4_lookup_neon.h node: fix arm64 build with old gcc 2020-05-13 15:38:50 +02:00
ip4_lookup_sse.h node: add IPv4 lookup for x86 2020-05-05 23:41:05 +02:00
ip4_lookup.c node: add IPv4 rewrite and lookup control 2020-05-05 23:41:30 +02:00
ip4_rewrite_priv.h node: add IPv4 rewrite and lookup control 2020-05-05 23:41:30 +02:00
ip4_rewrite.c node: add IPv4 rewrite and lookup control 2020-05-05 23:41:30 +02:00
log.c node: add logging and null node 2020-05-05 23:37:43 +02:00
Makefile node: add packet drop 2020-05-05 23:42:13 +02:00
meson.build node: add packet drop 2020-05-05 23:42:13 +02:00
node_private.h node: add ethdev control 2020-05-05 23:38:35 +02:00
null.c node: add logging and null node 2020-05-05 23:37:43 +02:00
pkt_drop.c node: add packet drop 2020-05-05 23:42:13 +02:00
rte_node_eth_api.h node: add ethdev control 2020-05-05 23:38:35 +02:00
rte_node_ip4_api.h node: add IPv4 rewrite and lookup control 2020-05-05 23:41:30 +02:00
rte_node_version.map node: add IPv4 rewrite and lookup control 2020-05-05 23:41:30 +02:00