> -----Original Message----- > From: Jerin Jacob Kollanukkaran [mailto:[email protected]] > Sent: Saturday, April 6, 2019 2:30 PM > To: Dumitrescu, Cristian <[email protected]> > Cc: [email protected]; [email protected]; Jerin Jacob Kollanukkaran > <[email protected]>; Gavin Hu <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH] lib/librte_table: fix arm64 hash function > selection > > From: Jerin Jacob <[email protected]> > > Use CRC32 instruction only when it is available to avoid > the build issue like below. > > {standard input}:16: Error: > selected processor does not support `crc32cx w3,w3,x0' > > Fixes: ea7be0a0386e ("lib/librte_table: add hash function headers") > Cc: Gavin Hu <[email protected]> > Cc: [email protected] > > Signed-off-by: Jerin Jacob <[email protected]> > --- > lib/librte_table/rte_table_hash_func.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Acked-by: Cristian Dumitrescu <[email protected]>

