]> git.droids-corp.org - dpdk.git/commit
net/octeontx: fix port close
authorHarman Kalra <hkalra@marvell.com>
Tue, 24 May 2022 08:42:26 +0000 (14:12 +0530)
committerJerin Jacob <jerinj@marvell.com>
Mon, 13 Jun 2022 07:29:24 +0000 (09:29 +0200)
commit39e07170331f869c581ce4d3cdc0360f7b6b444a
tree50eb9e6187c31c1dd08c0d227b775522ccd4a4f1
parentc65e343c141d362ae00df717c9ce9af1f9310647
net/octeontx: fix port close

Segmentation fault has been observed while closing the ethernet
port. Reason for the segfault is, eth port close also shuts down
event device while other ethernet port is still using the event
device.

Fixes: da6c687471a3 ("net/octeontx: add start and stop support")
Cc: stable@dpdk.org
Signed-off-by: Harman Kalra <hkalra@marvell.com>
drivers/net/octeontx/octeontx_ethdev.c