Skip to content

Commit

Permalink
tests/qtest/libqos/e1000e: Remove "other" interrupts
Browse files Browse the repository at this point in the history
The "other" kind of interrupts are not used in the tests.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20221110114045.65544-1-akihiko.odaki@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
akihikodaki authored and huth committed Dec 14, 2022
1 parent b80aae4 commit 3094cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/qtest/libqos/e1000e.c
Expand Up @@ -32,7 +32,6 @@
#define E1000E_IVAR_TEST_CFG \
(((E1000E_RX0_MSG_ID | E1000_IVAR_INT_ALLOC_VALID) << E1000_IVAR_RXQ0_SHIFT) | \
((E1000E_TX0_MSG_ID | E1000_IVAR_INT_ALLOC_VALID) << E1000_IVAR_TXQ0_SHIFT) | \
((E1000E_OTHER_MSG_ID | E1000_IVAR_INT_ALLOC_VALID) << E1000_IVAR_OTHER_SHIFT) | \
E1000_IVAR_TX_INT_EVERY_WB)

#define E1000E_RING_LEN (0x1000)
Expand Down
1 change: 0 additions & 1 deletion tests/qtest/libqos/e1000e.h
Expand Up @@ -24,7 +24,6 @@

#define E1000E_RX0_MSG_ID (0)
#define E1000E_TX0_MSG_ID (1)
#define E1000E_OTHER_MSG_ID (2)

#define E1000E_TDLEN (0x3808)
#define E1000E_TDT (0x3818)
Expand Down

0 comments on commit 3094cca

Please sign in to comment.