> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Wednesday, July 3, 2019 1:28 PM > To: Jerin Jacob Kollanukkaran <[email protected]> > Cc: [email protected]; Liron Himi <[email protected]>; Yuri Chipchev > <[email protected]> > Subject: [PATCH] net/mvneta: remove resources when port is closed > > From: yuric <[email protected]> > > Since 18.11, it is suggested that driver should release all its private > resources at > the dev_close routine. So all resources previously released in remove routine > are > now released at the dev_close routine, and the dev_close routine will be > called > in driver remove routine in order to support removing a device without closing > its ports. > > Above behavior changes are supported by setting > RTE_ETH_DEV_CLOSE_REMOVE flag during probe stage. > > Signed-off-by: yuric <[email protected]> > Reviewed-by: Liron Himi <[email protected]>
Applied to dpdk-next-net-mrvl/master. Thanks

