On Tue, Oct 1, 2024 at 2:08 PM Vamsi Krishna <vattun...@marvell.com> wrote: > > From: Vamsi Attunuru <vattun...@marvell.com> > > Adds an event callback to catch any device removal > event occurred during driver probe. This callback helps > in terminating the execution if there is any device removal > event during the driver probe. > > Also moved global register configuration into dev_configure() > routine and also validates register reads for any invalid > return values from hardware during driver probe. > > Signed-off-by: Vamsi Attunuru <vattun...@marvell.com>
Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-main. Thanks net/octeon_ep: handle device removal on probe Adds an event callback to catch any device removal event occurred during driver probe. This callback helps in terminating the execution if there is any device removal event during the driver probe. Also moved global register configuration into dev_configure() routine and also validates register reads for any invalid return values from hardware during driver probe. Signed-off-by: Vamsi Attunuru <vattun...@marvell.com>