RE: [PATCH v2] ethdev: Align enable logic handling with disable functions

2025-07-22 Thread Morten Brørup
> From: Sunyang Wu [mailto:sunyang...@jaguarmicro.com] > Sent: Monday, 21 July 2025 15.06 > > This patch modifies the handling logic of the "enable" related > operations. The key intention is to align it with the processing > approach of the "disable" functions. > Previously, there was an inconsis

Re: [PATCH v2] ethdev: Align enable logic handling with disable functions

2025-07-21 Thread Thomas Monjalon
21/07/2025 15:05, Sunyang Wu: > This patch modifies the handling logic of the "enable" related > operations. The key intention is to align it with the processing > approach of the "disable" functions. > Previously, there was an inconsistency in how failure scenarios were > dealt with between the "e

[PATCH v2] ethdev: Align enable logic handling with disable functions

2025-07-21 Thread Sunyang Wu
This patch modifies the handling logic of the "enable" related operations. The key intention is to align it with the processing approach of the "disable" functions. Previously, there was an inconsistency in how failure scenarios were dealt with between the "enable" and "disable" logic. Now, after a