On Wed, 2019-04-10 at 14:48 +0200, Thomas Monjalon wrote: > 06/04/2019 16:27, jerinjac...@gmail.com: > > From: Jerin Jacob <jer...@marvell.com> > > > > Optimized configuration for Marvell octeontx2 SoC. > > Updated meson build to support Marvell octeontx2 SoC. > > Added meson cross build target for octeontx2. > > I see this error with meson when compiling softnic for octeontx2: > > -c ../drivers/net/softnic/rte_eth_softnic_action.c > {standard input}: Assembler messages: > {standard input}:16: Error: selected processor does not support > `crc32cx w3,w3,x0' > {standard input}:38: Error: selected processor does not support > `crc32cx w1,w1,x3' > {standard input}:44: Error: selected processor does not support > `crc32cx w0,w0,x4' > {standard input}:69: Error: selected processor does not support > `crc32cx w2,w2,x3' > ...
I have seen it too. Fix is here Snippet from cover letter: v7 Changes: - Some compiler needs the following depended patch to compile with meson http://patches.dpdk.org/patch/52367/ >