Re: [dpdk-dev] [PATCH] net/memif: enable loopback

2020-02-05 Thread Ferruh Yigit
On 2/5/2020 4:44 PM, Július Milan wrote: > On Wed, Feb 05, 2020 at 04:00:19PM +, Ferruh Yigit wrote: >> On 2/5/2020 3:41 PM, Július Milan wrote: >>> With this patch it is possible to connect 2 DPDK memifs into loopback, >>> i.e. when they have the same id and different roles, as for example: >>

Re: [dpdk-dev] [PATCH] net/memif: enable loopback

2020-02-05 Thread Július Milan
On Wed, Feb 05, 2020 at 04:00:19PM +, Ferruh Yigit wrote: > On 2/5/2020 3:41 PM, Július Milan wrote: >> With this patch it is possible to connect 2 DPDK memifs into loopback, >> i.e. when they have the same id and different roles, as for example: >> "--vdev=net_memif0,role=master,id=0" >> "--

Re: [dpdk-dev] [PATCH] net/memif: enable loopback

2020-02-05 Thread Ferruh Yigit
On 2/5/2020 3:41 PM, Július Milan wrote: > With this patch it is possible to connect 2 DPDK memifs into loopback, > i.e. when they have the same id and different roles, as for example: > "--vdev=net_memif0,role=master,id=0" > "--vdev=net_memif1,role=slave,id=0" Overall looks good idea but this c

[dpdk-dev] [PATCH] net/memif: enable loopback

2020-02-05 Thread Július Milan
With this patch it is possible to connect 2 DPDK memifs into loopback, i.e. when they have the same id and different roles, as for example: "--vdev=net_memif0,role=master,id=0" "--vdev=net_memif1,role=slave,id=0" Fixes: 09c7e63a71 ("net/memif: introduce memory interface PMD") Signed-off-by: Júl