On Thu, 9 Mar 2023 22:10:03 +0100 David Marchand <david.march...@redhat.com> wrote:
> > diff --git a/drivers/net/ring/rte_eth_ring.c > > b/drivers/net/ring/rte_eth_ring.c > > index bd5a47dd9017..e8bc9b627102 100644 > > --- a/drivers/net/ring/rte_eth_ring.c > > +++ b/drivers/net/ring/rte_eth_ring.c > > @@ -9,6 +9,7 @@ > > #include <ethdev_driver.h> > > #include <rte_malloc.h> > > #include <rte_memcpy.h> > > +#include <rte_os_shim.h> > > Is it still needed, since this patch drops use of PATH_MAX? Let me submit a version without, I don't run windows just do cross builds.