Re: [PATCH v2] eal: remove unused arch specific headers for locks

2022-06-08 Thread Thomas Monjalon
08/06/2022 15:16, Stanisław Kardach: > On Wed, Jun 8, 2022 at 1:57 PM David Marchand > wrote: > > > > MCS lock, PF lock and Ticket lock have no arch specific implementation, > > there is no need for the extra redirection in headers. > > > > Signed-off-by: David Marchand > > Acked-by: Stephen Hem

Re: [PATCH v2] eal: remove unused arch specific headers for locks

2022-06-08 Thread Stanisław Kardach
On Wed, Jun 8, 2022 at 1:57 PM David Marchand wrote: > > MCS lock, PF lock and Ticket lock have no arch specific implementation, > there is no need for the extra redirection in headers. > > Signed-off-by: David Marchand > Acked-by: Stephen Hemminger > --- > Note: this was mentionned during the s

[PATCH v2] eal: remove unused arch specific headers for locks

2022-06-08 Thread David Marchand
MCS lock, PF lock and Ticket lock have no arch specific implementation, there is no need for the extra redirection in headers. Signed-off-by: David Marchand Acked-by: Stephen Hemminger --- Note: this was mentionned during the seqlock patch review, and I spotted it again, while reviewing the RISC