Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2022-01-17 Thread Thomas Monjalon
The proposal below is now merged. Please Jie, use it in a v15 of this series. 10/12/2021 10:30, Bruce Richardson: > On Fri, Dec 10, 2021 at 12:23:59PM +0300, Dmitry Kozlyuk wrote: > > 2021-12-09 16:39 (UTC+), Bruce Richardson: > > > On Thu, Dec 09, 2021 at 04:17:08PM +, Bruce Richardson w

Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-10 Thread Bruce Richardson
On Fri, Dec 10, 2021 at 12:23:59PM +0300, Dmitry Kozlyuk wrote: > 2021-12-09 16:39 (UTC+), Bruce Richardson: > > On Thu, Dec 09, 2021 at 04:17:08PM +, Bruce Richardson wrote: > > [...] > > > I'm wondering if a reasonable compromise solution might be to have the > > > build system expose a u

Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-10 Thread Dmitry Kozlyuk
2021-12-09 16:39 (UTC+), Bruce Richardson: > On Thu, Dec 09, 2021 at 04:17:08PM +, Bruce Richardson wrote: > [...] > > I'm wondering if a reasonable compromise solution might be to have the > > build system expose a usable RTE_EXEC_ENV symbol that can be used in C-code > > if statements rat

Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-09 Thread Bruce Richardson
On Thu, Dec 09, 2021 at 04:17:08PM +, Bruce Richardson wrote: > On Thu, Dec 09, 2021 at 08:15:01AM -0500, Aaron Conole wrote: > > Jerin Jacob writes: > > > > > On Thu, Dec 9, 2021 at 12:30 AM Jie Zhou wrote: > > >> > > >> Even though test_interrupts.c can compile on Windows, skip interrupt >

RE: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-09 Thread Richardson, Bruce
t; ; Kadam, Pallavi ; > tal...@nvidia.com; Thomas Monjalon > Subject: Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows > > On Thu, Dec 09, 2021 at 08:15:01AM -0500, Aaron Conole wrote: > > Jerin Jacob writes: > > > > > On Thu, Dec 9, 2021 at 12:30 AM Ji

Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-09 Thread Bruce Richardson
On Thu, Dec 09, 2021 at 08:15:01AM -0500, Aaron Conole wrote: > Jerin Jacob writes: > > > On Thu, Dec 9, 2021 at 12:30 AM Jie Zhou wrote: > >> > >> Even though test_interrupts.c can compile on Windows, skip interrupt > >> tests for now since majority of eal_interrupt on Windows are stubs. > >> W

Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-09 Thread Aaron Conole
Jerin Jacob writes: > On Thu, Dec 9, 2021 at 12:30 AM Jie Zhou wrote: >> >> Even though test_interrupts.c can compile on Windows, skip interrupt >> tests for now since majority of eal_interrupt on Windows are stubs. >> Will remove the skip after interrupt being fully enabled on Windows. >> >> Si

Re: [PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-08 Thread Jerin Jacob
On Thu, Dec 9, 2021 at 12:30 AM Jie Zhou wrote: > > Even though test_interrupts.c can compile on Windows, skip interrupt > tests for now since majority of eal_interrupt on Windows are stubs. > Will remove the skip after interrupt being fully enabled on Windows. > > Signed-off-by: Jie Zhou > Acked

[PATCH v14 04/11] app/test: skip interrupt tests on Windows

2021-12-08 Thread Jie Zhou
Even though test_interrupts.c can compile on Windows, skip interrupt tests for now since majority of eal_interrupt on Windows are stubs. Will remove the skip after interrupt being fully enabled on Windows. Signed-off-by: Jie Zhou Acked-by: Dmitry Kozlyuk --- app/test/test_interrupts.c | 10 +++