[dpdk-dev] [PATCH] lib/librte_table: fix arm64 hash function selection

Thomas Monjalon thomas at monjalon.net
Wed Apr 10 22:05:47 CEST 2019


> > From: Jerin Jacob <jerinj at marvell.com>
> > 
> > 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 <gavin.hu at arm.com>
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Jerin Jacob <jerinj at marvell.com>
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied, thanks




More information about the dev mailing list