Commit 75293d1
tests: Remove ALLOW_LIST argument.
The allow list from OVS_DPDK_VF_PCI_ADDRS introduced in [1] added the
PF's PCI address 6 times. Commit [2] doesn't have this environment
variable anymore which made it empty.
That was a problem until [3] was applied since DPDK auto-probed all PCI
devices, including ones that can cause errors in the log (virtio for
example) and fail the test.
Commit [3] automatically disables DPDK auto probe, silently resolving
this issue. There is no need to pass any allow-list anymore. Remove it.
[1]: 289e9f6 ("tests: Add a simple DPDK rte_flow test framework.")
[2]: 9cabdd2 ("tests: Rework DPDK offload tests to use a simpler interface argument.")
[3]: 02c5b24 ("dpdk: Disable initial device probe.")
Fixes: 9cabdd2 ("tests: Rework DPDK offload tests to use a simpler interface argument.")
Signed-off-by: Eli Britstein <elibr@nvidia.com>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>1 parent 8519890 commit 75293d1
3 files changed
Lines changed: 7 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 71 | + | |
86 | 72 | | |
87 | 73 | | |
88 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
0 commit comments