19/08/2025 01:27, Stephen Hemminger: > +++ b/lib/eal/include/bsd_queue.h > @@ -0,0 +1,1075 @@ > +/*- > + * SPDX-License-Identifier: BSD-3-Clause > + * > + * Copyright (c) 1991, 1993 > + * The Regents of the University of California. All rights reserved. > + * > + * This is a copy of sys/queue.h which is used to overcome > + * missing parts in the glibc version (and Windows). > + */ > + > +#ifndef _SYS_QUEUE_H_ > +#define _SYS_QUEUE_H_
Shouldn't we rename this include flag? with RTE_ prefix?