Re: [PATCH 2/4] vdpa/octeon_ep: handle device config change events

2024-11-20 Thread Shijith Thotton
>> >> The first interrupt of the device is used to notify the host about >> device configuration changes, such as link status updates. The ISR >> configuration area is updated to indicate a config change event when >> triggered. >> >> Signed-off-by: Satha Rao >> Signed-off-by: Shijith Thotton >>

Re: [PATCH 2/4] vdpa/octeon_ep: handle device config change events

2024-11-19 Thread Dan Carpenter
On Wed, Nov 20, 2024 at 12:34:51PM +0530, Shijith Thotton wrote: > From: Satha Rao > > The first interrupt of the device is used to notify the host about > device configuration changes, such as link status updates. The ISR > configuration area is updated to indicate a config change event when > t

[PATCH 2/4] vdpa/octeon_ep: handle device config change events

2024-11-19 Thread Shijith Thotton
From: Satha Rao The first interrupt of the device is used to notify the host about device configuration changes, such as link status updates. The ISR configuration area is updated to indicate a config change event when triggered. Signed-off-by: Satha Rao Signed-off-by: Shijith Thotton --- dri