examples/ntb: fix mempool ops setting
authorXiaoyun Li <xiaoyun.li@intel.com>
Wed, 25 Dec 2019 09:09:42 +0000 (17:09 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 09:39:06 +0000 (10:39 +0100)
commit28a2568f469d9d715b9dfbafdce14537e35b7d4e
tree07cd7be04b8e05e104007c5eed56e1f576283706
parent971a48e7c8b945159c012d9f0c756197282c7ae8
examples/ntb: fix mempool ops setting

Mempool ops may register in different order when compiling. The default
ops index is always zero but the wanted ops is ring_mp_mc. This patch
sets best mempool ops before generating mbuf pool to fix this issue.

Fixes: 5194299d6ef5 ("examples/ntb: support more functions")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
examples/ntb/ntb_fwd.c