> -----Original Message----- > From: Anand Sunkad <[email protected]> > Sent: Thursday, October 17, 2019 3:21 PM > To: Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco) > <[email protected]> > Cc: [email protected]; Vivek Gupta <[email protected]>; Thomas > Mulamangalath <[email protected]>; Anand Sunkad > <[email protected]> > Subject: [PATCH] net/memif: add multiple memif data transmission support > > When Multiple slave/master Memif's interfaces are created in single > process data transmission over second connection is not successful. > > Issue is because of "mq->in_port" is not initialized with > "dev->data->port_id" in memif_tx_queue_setup() function, and while > transmitting packets over second connection in eth_memif_tx function > it refer "mq->in_port" which is always zero, which leads to data > transmission always in 0th port. > > To mitigate the issue,"mq->in_port" is initialized with > "dev->data->port_id" in memif_tx_queue_setup() function. > > Signed-off-by: Anand Sunkad <[email protected]> Reviewed-by: Jakub Grajciar <[email protected]>
Re: [dpdk-dev] [PATCH] net/memif: add multiple memif data transmission support
Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco) Wed, 23 Oct 2019 01:52:23 -0700
- [dpdk-dev] [... Anand Sunkad
- Re: [dp... Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco)
- [dpdk-d... Anand Sunkad
- Re:... Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco)
- ... Ferruh Yigit

