git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b06b07
)
test/bonding: add missing sources for link bonding RSS
author
David Marchand
<david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:16 +0000
(08:42 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 27 Jun 2019 20:15:57 +0000
(22:15 +0200)
Fixes:
3d20ffe6ddb1
("test: reorder test cases in meson")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/meson.build
patch
|
blob
|
history
diff --git
a/app/test/meson.build
b/app/test/meson.build
index
4de856f
..
a51b50a
100644
(file)
--- a/
app/test/meson.build
+++ b/
app/test/meson.build
@@
-62,6
+62,7
@@
test_sources = files('commands.c',
'test_latencystats.c',
'test_link_bonding.c',
'test_link_bonding_mode4.c',
+ 'test_link_bonding_rssconf.c',
'test_logs.c',
'test_lpm.c',
'test_lpm6.c',