Re: [PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-06 Thread Burakov, Anatoly
On 9/6/2024 10:28 AM, Morten Brørup wrote: From: fengchengwen [mailto:fengcheng...@huawei.com] Sent: Friday, 6 September 2024 09.41 On 2024/9/5 15:29, David Marchand wrote: On Wed, Sep 4, 2024 at 5:17 PM Anatoly Burakov wrote: Enter this script. It relies on Meson's introspection capabilitie

RE: [PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-06 Thread Morten Brørup
> From: fengchengwen [mailto:fengcheng...@huawei.com] > Sent: Friday, 6 September 2024 09.41 > > On 2024/9/5 15:29, David Marchand wrote: > > On Wed, Sep 4, 2024 at 5:17 PM Anatoly Burakov > > wrote: > >> > >> Enter this script. It relies on Meson's introspection capabilities as well > >> as the

Re: [PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-06 Thread fengchengwen
On 2024/9/5 15:29, David Marchand wrote: > On Wed, Sep 4, 2024 at 5:17 PM Anatoly Burakov > wrote: >> >> Currently, the only way to set up a build directory for DPDK development >> is through running Meson directly. This has a number of drawbacks. >> >> For one, the default configuration is very "

Re: [PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-05 Thread Burakov, Anatoly
On 9/5/2024 9:29 AM, David Marchand wrote: On Wed, Sep 4, 2024 at 5:17 PM Anatoly Burakov wrote: Currently, the only way to set up a build directory for DPDK development is through running Meson directly. This has a number of drawbacks. For one, the default configuration is very "fat", meanin

Re: [PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-05 Thread David Marchand
On Wed, Sep 4, 2024 at 5:17 PM Anatoly Burakov wrote: > > Currently, the only way to set up a build directory for DPDK development > is through running Meson directly. This has a number of drawbacks. > > For one, the default configuration is very "fat", meaning everything gets > enabled and built

RE: [PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-04 Thread Morten Brørup
> From: Anatoly Burakov [mailto:anatoly.bura...@intel.com] > > Currently, the only way to set up a build directory for DPDK development > is through running Meson directly. This has a number of drawbacks. > > For one, the default configuration is very "fat", meaning everything gets > enabled and

[PATCH v1 1/1] usertools: add DPDK build directory setup script

2024-09-04 Thread Anatoly Burakov
Currently, the only way to set up a build directory for DPDK development is through running Meson directly. This has a number of drawbacks. For one, the default configuration is very "fat", meaning everything gets enabled and built (aside from examples, which have to be enabled manually), so while