DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: fixed uncorrect interrupt type
@ 2018-11-16 17:04 Qiming Yang
  2018-11-18 22:10 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Qiming Yang @ 2018-11-16 17:04 UTC (permalink / raw)
  To: dev; +Cc: Qiming Yang

Fixed the interrupt type using error. Check valid alarm should use
TEST_INTERRUPT_HANDLE_VALID_ALARM.

Fixes: 493b8e173fe6 ("eal: add device event handle in interrupt thread")

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 test/test/test_interrupts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test/test_interrupts.c b/test/test/test_interrupts.c
index dc19175..4e82e9a 100644
--- a/test/test/test_interrupts.c
+++ b/test/test/test_interrupts.c
@@ -424,7 +424,7 @@ test_interrupt(void)
 
 	printf("Check valid alarm interrupt full path\n");
 	if (test_interrupt_full_path_check(
-		TEST_INTERRUPT_HANDLE_VALID_DEV_EVENT) < 0) {
+		TEST_INTERRUPT_HANDLE_VALID_ALARM) < 0) {
 		printf("failure occurred during checking valid alarm "
 						"interrupt full path\n");
 		goto out;
-- 
2.9.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] test: fixed uncorrect interrupt type
  2018-11-16 17:04 [dpdk-dev] [PATCH] test: fixed uncorrect interrupt type Qiming Yang
@ 2018-11-18 22:10 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-11-18 22:10 UTC (permalink / raw)
  To: Qiming Yang; +Cc: dev

16/11/2018 18:04, Qiming Yang:
> Fixed the interrupt type using error. Check valid alarm should use
> TEST_INTERRUPT_HANDLE_VALID_ALARM.
> 
> Fixes: 493b8e173fe6 ("eal: add device event handle in interrupt thread")
> 
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-18 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 17:04 [dpdk-dev] [PATCH] test: fixed uncorrect interrupt type Qiming Yang
2018-11-18 22:10 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).