Re: [dpdk-dev][PATCH] drivers: optimize the build time for cnxk

2023-04-03 Thread Jerin Jacob
On Fri, Nov 11, 2022 at 10:53 AM wrote: > > From: Kiran Kumar K > > While building cnxk, if build platform is cn9k, cn10k files > are also being compiled and vice versa. This is causing more > build time. Adding changes to avoid this by checking the > platform and compile only platform specific f

[dpdk-dev][PATCH] drivers: optimize the build time for cnxk

2022-11-10 Thread kirankumark
From: Kiran Kumar K While building cnxk, if build platform is cn9k, cn10k files are also being compiled and vice versa. This is causing more build time. Adding changes to avoid this by checking the platform and compile only platform specific files. If no platform is provided, both cn9k and cn10k