Re: [dpdk-dev] [PATCH v2 1/5] drivers/octeontx2: allow experimental symbols

2019-11-26 Thread Thomas Monjalon
26/11/2019 07:15, Sunil Kumar Kori: > Multiple experimental symbols are used. They must be allowed > to avoid compilation error. If there was an error, 1/ I would see it in my compilation test 2/ There would be some "Fixes:" tag to point the root cause I guess this patch is not critical. Where ar

[dpdk-dev] [PATCH v2 1/5] drivers/octeontx2: allow experimental symbols

2019-11-25 Thread Sunil Kumar Kori
Multiple experimental symbols are used. They must be allowed to avoid compilation error. Signed-off-by: Sunil Kumar Kori --- drivers/common/octeontx2/Makefile | 2 ++ drivers/common/octeontx2/meson.build | 2 ++ drivers/net/octeontx2/Makefile| 2 ++ drivers/net/octeontx2/meson.build