RE: [PATCH 34/34] common/cnxk: move interrupt handling to platform-specific

2025-02-23 Thread Jerin Jacob
Subject: [PATCH 34/34] common/cnxk: move interrupt handling to platform- > specific > > From: Satha Rao > > This change refactors the interrupt handling to be platform-specific. > Some platforms directly call ioctls, while others provide a library API for > the > same fu

[PATCH 34/34] common/cnxk: move interrupt handling to platform-specific

2025-01-31 Thread Nithin Dabilpuram
From: Satha Rao This change refactors the interrupt handling to be platform-specific. Some platforms directly call ioctls, while others provide a library API for the same functionality. Moving the interrupt handling to platform-specific implementations enhances clarity and maintainability. Signe