Re: [dpdk-dev] [PATCH v2] eal/windows: definition for ETOOMANYREFS errno

2020-11-15 Thread Thomas Monjalon
15/11/2020 00:13, Dmitry Kozlyuk: > On Sun, 15 Nov 2020 00:21:29 +0200, Tal Shnaiderman wrote: > > The ETOOMANYREFS errno is missing from the Windows build. > > it is used in initialization of flow error structures. > > > > The commit will define it with the same error code used by > > WSAETOOMANY

Re: [dpdk-dev] [PATCH v2] eal/windows: definition for ETOOMANYREFS errno

2020-11-14 Thread Dmitry Kozlyuk
On Sun, 15 Nov 2020 00:21:29 +0200, Tal Shnaiderman wrote: > The ETOOMANYREFS errno is missing from the Windows build. > it is used in initialization of flow error structures. > > The commit will define it with the same error code used by > WSAETOOMANYREFS. > > Signed-off-by: Tal Shnaiderman >

[dpdk-dev] [PATCH v2] eal/windows: definition for ETOOMANYREFS errno

2020-11-14 Thread Tal Shnaiderman
The ETOOMANYREFS errno is missing from the Windows build. it is used in initialization of flow error structures. The commit will define it with the same error code used by WSAETOOMANYREFS. Signed-off-by: Tal Shnaiderman --- v2: log message fix, apply errno to both Windows builds and remove depe