Hi, On 03/01, Stephen Hemminger wrote: >On Fri, 1 Mar 2019 16:09:47 +0800 >Xiaolong Ye <[email protected]> wrote: > >> When create rte_mempool, flags can be parsed from command line. >> Now, it is possible for testpmd to create a af_xdp friendly >> mempool (which enable zero copy). >> >> Signed-off-by: Qi Zhang <[email protected]> >> Signed-off-by: Xiaolong Ye <[email protected]> > >Please don't expose numeric values to user api
Do you mean instead of "--mp-flags=<number>", we should use something like "--mp_flags=<strings_of_flags>"? Thanks, Xiaolong

