Re: [PATCH v4 4/4] eal: remove unneeded includes from a public header

2022-09-21 Thread David Marchand
On Sat, Aug 27, 2022 at 1:33 PM Dmitry Kozlyuk wrote: > > Do not include , , and from , > because they are not used by this file. > Include the needed headers directly from the files that need them. > > Signed-off-by: Dmitry Kozlyuk > --- [snip] > examples/vdpa/main.c

Re: [PATCH v4 4/4] eal: remove unneeded includes from a public header

2022-09-21 Thread David Marchand
On Sat, Aug 27, 2022 at 1:33 PM Dmitry Kozlyuk wrote: > diff --git a/lib/efd/rte_efd.c b/lib/efd/rte_efd.c > index bbc6fc585d..846c906aea 100644 > --- a/lib/efd/rte_efd.c > +++ b/lib/efd/rte_efd.c > @@ -1,9 +1,11 @@ > /* SPDX-License-Identifier: BSD-3-Clause > * Copyright(c) 2016-2017 Intel Cor

Re: [PATCH v4 4/4] eal: remove unneeded includes from a public header

2022-08-29 Thread Bruce Richardson
On Sat, Aug 27, 2022 at 02:32:22PM +0300, Dmitry Kozlyuk wrote: > Do not include , , and from , > because they are not used by this file. > Include the needed headers directly from the files that need them. > > Signed-off-by: Dmitry Kozlyuk > --- Acked-by: Bruce Richardson

[PATCH v4 4/4] eal: remove unneeded includes from a public header

2022-08-27 Thread Dmitry Kozlyuk
Do not include , , and from , because they are not used by this file. Include the needed headers directly from the files that need them. Signed-off-by: Dmitry Kozlyuk --- app/test-bbdev/main.c| 1 + app/test-bbdev/test_bbdev_perf.c | 1