RE: [EXTERNAL] Re: [PATCH] net/octeon_ep: add device removal event callback

2024-09-19 Thread Vamsi Krishna Attunuru
>-Original Message- >From: Jerin Jacob >Sent: Thursday, September 19, 2024 11:49 PM >To: Vamsi Krishna Attunuru >Cc: dev@dpdk.org; Jerin Jacob >Subject: [EXTERNAL] Re: [PATCH] net/octeon_ep: add device removal event >callback > >On Tue, Aug 27, 2024 at 11: 

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

2024-09-19 Thread Jerin Jacob
On Tue, Aug 27, 2024 at 11:03 AM Vamsi Krishna wrote: > > From: Vamsi Attunuru > > Patch adds an event callback to catch any device removal Please remove patch. > event occurred during driver probe. This callback helps > in terminating the execution if there is any device removal > event durin

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

2024-08-26 Thread Vamsi Krishna
From: Vamsi Attunuru Patch 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. Patch also moves global register configuration into dev_configure() rou