Commit d6faebe
committed
Merge: CNB96: netdevsim: update netdevsim to the v6.12
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5367
JIRA: https://issues.redhat.com/browse/RHEL-57764
Tested: Verified using existing and newly introduced self-tests
Commits:
```
e2ece0b ("tools/net/ynl: Add --output-json arg to ynl cli")
771b701 ("tools/net/ynl: Report netlink errors without stacktrace")
2a0683b ("selftests: Introduce Makefile variable to list shared bash scripts")
39369c9 ("selftests: netdevsim: add a config file")
afbf75e ("selftests: netdevsim: set test timeout to 10 minutes")
b86761f ("selftests: net: add scaffolding for Netlink tests in Python")
796c8c7 ("selftests: nl_netdev: add a trivial Netlink netdev test")
f216306 ("netdevsim: report stats by default, like a real device")
b4db9f8 ("selftests: drivers: add scaffolding for Netlink tests in Python")
f0e6c86 ("testing: net-drv: add a driver test for stats reporting")
6ce2b68 ("selftests: net: reuse common code in bpf_offload")
1580cbc ("net: netdevsim: add some fake page pool use")
72ba6cb ("tools: ynl: don't return None for dumps")
eeb409b ("selftests: net: print report check location in python tests")
99583b9 ("selftests: net: print full exception on failure")
8554d6e ("selftests: net: support use of NetdevSimDev under "with" in python")
05fa5c3 ("selftests: net: exercise page pool reporting via netlink")
94e2a19 ("net: netdevsim: select PAGE_POOL in Kconfig")
655614e ("selftests: net: fix counting totals when some checks fail")
4fa6bd4 ("selftests: net: set the exit code correctly in Python tests")
1a20a9a ("selftests: drv-net: define endpoint structures")
5433892 ("selftests: drv-net: factor out parsing of the env")
1880f27 ("selftests: drv-net: construct environment for running tests which require an endpoint")
a48a87c ("selftests: drv-net: add a trivial ping test")
01b4316 ("selftests: net: support matching cases by name prefix")
31611ce ("selftests: drv-net: add a TCP ping test case (and useful helpers)")
f1e68a1 ("selftests: drv-net: add require_XYZ() helpers for validating env")
e1bb5e6 ("selftests: net: py: check process exit code in bkg() and background cmd()")
3762ec0 ("netdevsim: add NAPI support")
1cf2704 ("net: selftest: add test for netdev netlink queue-get API")
a61a459 ("testing: net-drv: use stats64 for testing")
5add2f7 ("netdevsim: fix backwards compatibility in nsim_get_iflink()")
```
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Approved-by: Herton R. Krzesinski <herton@redhat.com>
Approved-by: Petr Oros <poros@redhat.com>
Approved-by: Hangbin Liu <haliu@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>File tree
34 files changed
+1609
-111
lines changed- Documentation/dev-tools
- drivers/net
- netdevsim
- redhat
- tools
- net/ynl
- lib
- testing/selftests
- bpf
- drivers/net
- lib/py
- netdevsim
- net
- lib
- py
34 files changed
+1609
-111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
245 | 257 | | |
246 | 258 | | |
247 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| 583 | + | |
583 | 584 | | |
584 | 585 | | |
585 | 586 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
145 | 152 | | |
| |||
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
| 173 | + | |
166 | 174 | | |
167 | 175 | | |
168 | 176 | | |
| |||
182 | 190 | | |
183 | 191 | | |
184 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
185 | 196 | | |
186 | 197 | | |
187 | 198 | | |
| |||
0 commit comments