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

2020-11-15 Thread Tal Shnaiderman
> Subject: Re: [PATCH] eal/windows: definition for ETOOMANYREFS errno > > External email: Use caution opening links or attachments > > > 14/11/2020 23:11, Tal Shnaiderman: > > > On Sat, 14 Nov 2020 23:11:56 +0200, Tal Shnaiderman wrote: > > > > The ETOOMANYREFS errno is missing from the Windows

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

2020-11-15 Thread Thomas Monjalon
14/11/2020 23:11, Tal Shnaiderman: > > On Sat, 14 Nov 2020 23:11:56 +0200, Tal Shnaiderman wrote: > > > The ETOOMANYREFS errno is missing from the Windows clang build is it > > > used in initialization of flow error structures. > > > > "is it" -> "it is" > > > > > The commit will define it as it

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

2020-11-14 Thread Tal Shnaiderman
> Subject: Re: [PATCH] eal/windows: definition for ETOOMANYREFS errno > > External email: Use caution opening links or attachments > > > On Sat, 14 Nov 2020 23:11:56 +0200, Tal Shnaiderman wrote: > > The ETOOMANYREFS errno is missing from the Windows clang build is it > > used in initialization

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

2020-11-14 Thread Dmitry Kozlyuk
On Sat, 14 Nov 2020 23:11:56 +0200, Tal Shnaiderman wrote: > The ETOOMANYREFS errno is missing from the Windows clang build > is it used in initialization of flow error structures. "is it" -> "it is" > The commit will define it as it is done in the minGW Windows build. "The commit will" is unne

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

2020-11-14 Thread Tal Shnaiderman
The ETOOMANYREFS errno is missing from the Windows clang build is it used in initialization of flow error structures. The commit will define it as it is done in the minGW Windows build. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/windows/include/rte_os.h | 1 + 1 file changed, 1 insertion