[PATCH v4 2/9] net/ring: build on Windows

Stephen Hemminger stephen at networkplumber.org
Thu Mar 9 22:21:35 CET 2023


On Thu, 9 Mar 2023 22:10:03 +0100
David Marchand <david.marchand at 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.


More information about the dev mailing list