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

2022-06-07 Thread Stephen Hemminger
On Tue, 7 Jun 2022 21:03:08 +0200 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 > --- > Note: this was mentionned during the seqlock patch review, and I

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

2022-06-07 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 --- Note: this was mentionned during the seqlock patch review, and I spotted it again, while reviewing the RISC-V port, and I see the same f