kni: fix reference to master/slave process

In DPDK, the correct terms for process are primary/secondary.
This is bugfix, not a change in terms for new release.

Fixes: f2e7592c47 ("kni: fix multi-process support")
Cc: stable@dpdk.org

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
Stephen Hemminger 2020-08-06 10:19:43 -07:00 committed by Thomas Monjalon
parent 4f2d88d263
commit 95a2e18dfb

View file

@ -212,7 +212,7 @@ const char *rte_kni_get_name(const struct rte_kni *kni);
/**
* Register KNI request handling for a specified port,and it can
* be called by master process or slave process.
* be called by primary process or secondary process.
*
* @param kni
* pointer to struct rte_kni.