Re: [dpdk-dev] [PATCH] mk: fix march for octeontx2 target

2019-07-02 Thread Thomas Monjalon
02/07/2019 17:06, jer...@marvell.com: > From: Jerin Jacob > > Correct the wrong -march=-mcpu=armv8.2-a+crc+crypto+lse for > octeontx2 target. Since rte_cc_has_argument drops invalid > CFLAG and -mcpu=octeontx2 picks up the correct optimization, > this typo is not noticed in performance testing. >

[dpdk-dev] [PATCH] mk: fix march for octeontx2 target

2019-07-02 Thread jerinj
From: Jerin Jacob Correct the wrong -march=-mcpu=armv8.2-a+crc+crypto+lse for octeontx2 target. Since rte_cc_has_argument drops invalid CFLAG and -mcpu=octeontx2 picks up the correct optimization, this typo is not noticed in performance testing. Fixes: 01d184798731 ("config: add octeontx2 machin