Hi, On 03/01, Stephen Hemminger wrote: >On Fri, 1 Mar 2019 16:09:47 +0800 >Xiaolong Ye <xiaolong...@intel.com> 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 <qi.z.zh...@intel.com> >> Signed-off-by: Xiaolong Ye <xiaolong...@intel.com> > >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