Re: [dpdk-dev] [PATCH] doc: document memif loopback feature

2020-03-09 Thread Ferruh Yigit
On 3/9/2020 12:12 PM, Július Milan wrote: > Shows the example of how to connect 2 memif ports into loopback and test > the communication. > > Signed-off-by: Július Milan Squashed into relevant commit [1] in next-net, thanks. [1] [v3,1/2] net/memif: enable loopback https://patches.dpdk.org/patch

[dpdk-dev] [PATCH] doc: document memif loopback feature

2020-03-09 Thread Július Milan
Shows the example of how to connect 2 memif ports into loopback and test the communication. Signed-off-by: Július Milan --- doc/guides/nics/memif.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/doc/guides/nics/memif.rst b/doc/guides/nics/memif.rst index 4d7f0086a..08a