Re: [dpdk-dev] [PATCH v6 1/3] net/thunderx: enable build only on 64-bit Linux

2021-10-15 Thread Ferruh Yigit
On 10/14/2021 8:56 PM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Since AARCH32 extension is not implemented on thunderx family, only enable build for 64bit. Due to Linux kernel AF(Admin function) driver dependency, only enable build for Linux. Signed-off-by: Pavan Nikhilesh Acked-

Re: [dpdk-dev] [PATCH v6 1/3] net/thunderx: enable build only on 64-bit Linux

2021-10-15 Thread Ferruh Yigit
On 10/14/2021 8:56 PM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Since AARCH32 extension is not implemented on thunderx family, only enable build for 64bit. Due to Linux kernel AF(Admin function) driver dependency, only enable build for Linux. Hi Pavan, Perhaps this patch took m

[dpdk-dev] [PATCH v6 1/3] net/thunderx: enable build only on 64-bit Linux

2021-10-14 Thread pbhagavatula
From: Pavan Nikhilesh Since AARCH32 extension is not implemented on thunderx family, only enable build for 64bit. Due to Linux kernel AF(Admin function) driver dependency, only enable build for Linux. Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob --- v6 Changes: - Update commit log to