Re: [dpdk-dev] [PATCH v2] net/memif: fix multi-process malfunctioning device

2019-08-06 Thread Thomas Monjalon
06/08/2019 10:45, Phil Yang: > When working as a secondary process, it uses eth_memif_rx in PMD egress. > It should be eth_memif_tx. > > Fixes: c41a04958b ("net/memif: support multi-process") > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu Applied, thanks Instead of the vague "malfunctio

[dpdk-dev] [PATCH v2] net/memif: fix multi-process malfunctioning device

2019-08-06 Thread Phil Yang
When working as a secondary process, it uses eth_memif_rx in PMD egress. It should be eth_memif_tx. Fixes: c41a04958b ("net/memif: support multi-process") Signed-off-by: Phil Yang Reviewed-by: Gavin Hu --- v2: Add descriptions in commit log. v1: Initial version. drivers/net/memif/rte_eth_mem