net/memif: replace master/slave arguments
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Oct 2020 22:57:22 +0000 (15:57 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 20 Oct 2020 11:17:08 +0000 (13:17 +0200)
commitd250589d57025058c4296a50ad2830094e7f6bf9
tree013bd1a02f98a31d78568789a90e5ae2fb3bd75a
parent20b6fd653f11b33371085b7f55a2f2f690690b79
net/memif: replace master/slave arguments

Replace master/slave terms in this driver.

The memory interface drivers uses a client/server architecture
so change the variable names and device arguments to that.

The previous devargs are maintained for compatibility, but if
used cause a notice in the log.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
doc/guides/nics/memif.rst
drivers/net/memif/memif.h
drivers/net/memif/memif_socket.c
drivers/net/memif/memif_socket.h
drivers/net/memif/rte_eth_memif.c
drivers/net/memif/rte_eth_memif.h