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

2023-03-10 Thread David Marchand
On Thu, Mar 9, 2023 at 10:21 PM Stephen Hemminger wrote: > > On Thu, 9 Mar 2023 22:10:03 +0100 > David Marchand 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_r

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

2023-03-09 Thread Stephen Hemminger
On Thu, 9 Mar 2023 22:10:03 +0100 David Marchand 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 @@ > >

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

2023-03-09 Thread David Marchand
On Mon, Feb 20, 2023 at 12:14 AM Stephen Hemminger wrote: > > The command line arguments are stored in node_action_pair > and the name[] was sized to PATH_MAX which does not exist on Windows. > Since the name is either "CREATE" or "ATTACH" it is not > related to PATH_MAX (4096). > > With this fix