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

2020-03-09 Thread Ferruh Yigit
On 3/9/2020 12:09 PM, Július Milan wrote: > On Thu, Feb 27, 2020 at 04:46:09PM +, Ferruh Yigit wrote: >> On 2/19/2020 8:18 AM, 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 1/2] net/memif: enable loopback

2020-03-09 Thread Július Milan
On Thu, Feb 27, 2020 at 04:46:09PM +, Ferruh Yigit wrote: >On 2/19/2020 8:18 AM, 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 1/2] net/memif: enable loopback

2020-02-27 Thread Ferruh Yigit
On 2/19/2020 8:18 AM, 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" > > Signed-off-by: Július Milan

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

2020-02-27 Thread Ferruh Yigit
On 2/19/2020 8:18 AM, 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" > > Signed-off-by: Július Milan

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

2020-02-19 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco)
> -Original Message- > From: Július Milan > Sent: Wednesday, February 19, 2020 9:19 AM > To: dev@dpdk.org; Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco) > > Subject: [dpdk-dev][PATCH 1/2] net/memif: enable loopback > > With this patch it is possible

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

2020-02-19 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" Signed-off-by: Július Milan --- drivers/net/memif/memif_socket.c | 30