Re: [dpdk-dev] [PATCH v2] mempool/stack: build on Windows

2021-10-01 Thread Thomas Monjalon
01/10/2021 16:44, Thomas Monjalon: > 01/10/2021 09:42, Dmitry Kozlyuk: > > 2021-09-30 17:50 (UTC-0700), Jie Zhou: > > > enable build mempool/stack on Windows > > > > Nit: in commit body, we use correct capitalization, punctuation, and > > spelling. > > > > > > > > V2 change: > > > - enable

Re: [dpdk-dev] [PATCH v2] mempool/stack: build on Windows

2021-10-01 Thread Thomas Monjalon
01/10/2021 09:42, Dmitry Kozlyuk: > 2021-09-30 17:50 (UTC-0700), Jie Zhou: > > enable build mempool/stack on Windows > > Nit: in commit body, we use correct capitalization, punctuation, and spelling. > > > > > V2 change: > > - enable build lib stack on Windows which mempool/stack depends on

Re: [dpdk-dev] [PATCH v2] mempool/stack: build on Windows

2021-10-01 Thread Dmitry Kozlyuk
2021-09-30 17:50 (UTC-0700), Jie Zhou: > enable build mempool/stack on Windows Nit: in commit body, we use correct capitalization, punctuation, and spelling. > > V2 change: > - enable build lib stack on Windows which mempool/stack depends on > > > Signed-off-by: Jie Zhou Acked-by: Dmitry

[dpdk-dev] [PATCH v2] mempool/stack: build on Windows

2021-09-30 Thread Jie Zhou
enable build mempool/stack on Windows V2 change: - enable build lib stack on Windows which mempool/stack depends on Signed-off-by: Jie Zhou --- drivers/mempool/stack/meson.build | 5 - lib/meson.build | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git