Re: [PATCH] cleanup compat header inclusions

2022-11-02 Thread David Marchand
On Wed, Nov 2, 2022 at 4:09 PM David Marchand wrote: > diff --git a/drivers/baseband/acc/rte_acc_common_cfg.h > b/drivers/baseband/acc/rte_acc_common_cfg.h > index cce75d5878..c6545d49db 100644 > --- a/drivers/baseband/acc/rte_acc_common_cfg.h > +++ b/drivers/baseband/acc/rte_acc_common_cfg.h > @

Re: [PATCH] cleanup compat header inclusions

2022-11-02 Thread Bruce Richardson
On Wed, Nov 02, 2022 at 04:08:28PM +0100, David Marchand wrote: > With symbols going though experimental/stable stages, we accumulated > a lot of discrepancies about inclusion of the rte_compat.h header. > > Some headers are including it where unneeded, while others rely on > implicit inclusion. >

[PATCH] cleanup compat header inclusions

2022-11-02 Thread David Marchand
With symbols going though experimental/stable stages, we accumulated a lot of discrepancies about inclusion of the rte_compat.h header. Some headers are including it where unneeded, while others rely on implicit inclusion. Fix unneeded inclusions: $ git grep -l include..rte_compat.h | xargs gre