Re: [PATCH v2 1/4] eal/windows: translate Windows errors to errno-style errors

2022-04-25 Thread Tyler Retzlaff
On Mon, Apr 25, 2022 at 10:25:30AM +0200, David Marchand wrote: > On Tue, Apr 12, 2022 at 12:44 PM Tyler Retzlaff > wrote: > > > > Add function to translate Windows error codes to errno-style error > > codes. The possible return values are chosen so that we have as > > much semantical compatibilit

Re: [PATCH v2 1/4] eal/windows: translate Windows errors to errno-style errors

2022-04-25 Thread David Marchand
On Tue, Apr 12, 2022 at 12:44 PM Tyler Retzlaff wrote: > > Add function to translate Windows error codes to errno-style error > codes. The possible return values are chosen so that we have as > much semantical compatibility between platforms as possible. > > Signed-off-by: Narcisa Vasile > Signed

Re: [PATCH v2 1/4] eal/windows: translate Windows errors to errno-style errors

2022-04-13 Thread Tyler Retzlaff
On Tue, Apr 12, 2022 at 10:26:27AM -0700, Menon, Ranjit wrote: > Hi, Tyler > > On 4/12/2022 3:43 AM, Tyler Retzlaff wrote: > >Add function to translate Windows error codes to errno-style error > >codes. The possible return values are chosen so that we have as > >much semantical compatibility betwe

Re: [PATCH v2 1/4] eal/windows: translate Windows errors to errno-style errors

2022-04-12 Thread Menon, Ranjit
Hi, Tyler On 4/12/2022 3:43 AM, Tyler Retzlaff wrote: Add function to translate Windows error codes to errno-style error codes. The possible return values are chosen so that we have as much semantical compatibility between platforms as possible. Signed-off-by: Narcisa Vasile Signed-off-by: Tyl

[PATCH v2 1/4] eal/windows: translate Windows errors to errno-style errors

2022-04-12 Thread Tyler Retzlaff
Add function to translate Windows error codes to errno-style error codes. The possible return values are chosen so that we have as much semantical compatibility between platforms as possible. Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- lib/eal/windows/rte_thread.c | 49 +