Re: [PATCH v3 1/1] net/octeon_ep: add device removal event callback

2024-10-03 Thread Jerin Jacob
On Tue, Oct 1, 2024 at 2:08 PM Vamsi Krishna wrote: > > From: Vamsi Attunuru > > 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 mov

[PATCH v3 1/1] net/octeon_ep: add device removal event callback

2024-10-01 Thread Vamsi Krishna
From: Vamsi Attunuru 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 als