Re: [dpdk-dev] [PATCH] build: use integer for new max_ethports option too

2019-03-26 Thread Thomas Monjalon
01/03/2019 16:46, luca.bocca...@gmail.com: > From: Luca Boccassi > > max_ethports was merged after the other patch was written: > > e04ea7fcf03c ("build: use integers for numerical options") > > So convert this one too like the others have already been. > > Signed-off-by: Luca Boccassi Appli

[dpdk-dev] [PATCH] build: use integer for new max_ethports option too

2019-03-01 Thread luca . boccassi
From: Luca Boccassi max_ethports was merged after the other patch was written: e04ea7fcf03c ("build: use integers for numerical options") So convert this one too like the others have already been. Signed-off-by: Luca Boccassi --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 de