Re: [dpdk-dev] [PATCH] eal/windows: revert definition of ETOOMANYREFS

2020-11-20 Thread David Marchand
On Fri, Nov 20, 2020 at 10:26 AM Dmitry Kozlyuk wrote: > > On Thu, 19 Nov 2020 17:43:10 +0200, Tal Shnaiderman wrote: > > This reverts commit c917b54b0c743c7a570a4d8df8954c61d8b818c4. > > > > The definition of ETOOMANYREFS is reverted as it breaks build of > > external applications already definin

Re: [dpdk-dev] [PATCH] eal/windows: revert definition of ETOOMANYREFS

2020-11-20 Thread Dmitry Kozlyuk
On Thu, 19 Nov 2020 17:43:10 +0200, Tal Shnaiderman wrote: > This reverts commit c917b54b0c743c7a570a4d8df8954c61d8b818c4. > > The definition of ETOOMANYREFS is reverted as it breaks build of > external applications already defining it. > > Fixes: c917b54b0c ("eal/windows: add definition of ETOOM

Re: [dpdk-dev] [PATCH] eal/windows: revert definition of ETOOMANYREFS

2020-11-19 Thread Nick Connolly
Reviewed-by: Nick Connolly On 19/11/2020 15:43, Tal Shnaiderman wrote: This reverts commit c917b54b0c743c7a570a4d8df8954c61d8b818c4. The definition of ETOOMANYREFS is reverted as it breaks build of external applications already defining it. Fixes: c917b54b0c ("eal/windows: add definition of E

[dpdk-dev] [PATCH] eal/windows: revert definition of ETOOMANYREFS

2020-11-19 Thread Tal Shnaiderman
This reverts commit c917b54b0c743c7a570a4d8df8954c61d8b818c4. The definition of ETOOMANYREFS is reverted as it breaks build of external applications already defining it. Fixes: c917b54b0c ("eal/windows: add definition of ETOOMANYREFS") Cc: sta...@dpdk.org Signed-off-by: Tal Shnaiderman --- lib