automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:36 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+-----------------+----------+
|   Environment   | abi_test |
+=================+==========+
| Fedora 38       | PASS     |
+-----------------+----------+
| Debian Buster   | PASS     |
+-----------------+----------+
| Fedora 37       | PASS     |
+-----------------+----------+
| RHEL8           | PASS     |
+-----------------+----------+
| RHEL 7          | FAIL     |
+-----------------+----------+
| CentOS Stream 9 | PASS     |
+-----------------+----------+
| CentOS Stream 8 | PASS     |
+-----------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:49 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:49 UTC (permalink / raw)
  To: Test Report; +Cc: Long Li, dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Buster    | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| RHEL 7           | FAIL     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:47 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Buster    | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| RHEL 7           | FAIL     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:41 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+-----------------+----------+
|   Environment   | abi_test |
+=================+==========+
| Fedora 38       | PASS     |
+-----------------+----------+
| Debian Buster   | PASS     |
+-----------------+----------+
| Fedora 37       | PASS     |
+-----------------+----------+
| RHEL8           | PASS     |
+-----------------+----------+
| RHEL 7          | FAIL     |
+-----------------+----------+
| CentOS Stream 9 | PASS     |
+-----------------+----------+
| CentOS Stream 8 | PASS     |
+-----------------+----------+
| Ubuntu 22.04    | PASS     |
+-----------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:28 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+-----------------+----------+
|   Environment   | abi_test |
+=================+==========+
| Fedora 38       | PASS     |
+-----------------+----------+
| Debian Buster   | PASS     |
+-----------------+----------+
| Fedora 37       | PASS     |
+-----------------+----------+
| RHEL8           | PASS     |
+-----------------+----------+
| RHEL 7          | FAIL     |
+-----------------+----------+
| CentOS Stream 9 | PASS     |
+-----------------+----------+
| CentOS Stream 8 | PASS     |
+-----------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:26 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+-----------------+----------+
|   Environment   | abi_test |
+=================+==========+
| Fedora 38       | PASS     |
+-----------------+----------+
| Debian Buster   | PASS     |
+-----------------+----------+
| Fedora 37       | PASS     |
+-----------------+----------+
| RHEL8           | PASS     |
+-----------------+----------+
| RHEL 7          | FAIL     |
+-----------------+----------+
| CentOS Stream 9 | PASS     |
+-----------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
@ 2023-07-07 19:25 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-07-07 19:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Long Li

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/129373

_Testing issues_

Submitter: Long Li <longli@linuxonhyperv.com>
Date: Friday, July 07 2023 18:53:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129373 --> testing fail

Test environment and result as below:

+---------------+----------+
|  Environment  | abi_test |
+===============+==========+
| Fedora 38     | PASS     |
+---------------+----------+
| Debian Buster | PASS     |
+---------------+----------+
| Fedora 37     | PASS     |
+---------------+----------+
| RHEL8         | PASS     |
+---------------+----------+
| RHEL 7        | FAIL     |
+---------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[1679/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_definer.c.o'.
[1680/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1681/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_pat_arg.c.o'.
[1682/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[1683/2852] Linking static target drivers/libtmp_rte_net_mlx5.a.
[1684/2852] Generating rte_net_mlx5.pmd.c with a custom command.
[1685/2852] Compiling C object 'drivers/a715181@@rte_net_mlx5@sta/meson-generated_.._rte_net_mlx5.pmd.c.o'.
[1686/2852] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_netvsc@sta -Idrivers -I../drivers -Idrivers/net/netvsc -I../drivers/net/netvsc -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing
 -declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.netvsc -MD -MQ 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o' -c ../drivers/net/netvsc/hn_ethdev.c
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_start':
../drivers/net/netvsc/hn_ethdev.c:1020:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
../drivers/net/netvsc/hn_ethdev.c:1020:2: note: use option -std=c99 or -std=gnu99 to compile your code
../drivers/net/netvsc/hn_ethdev.c: In function 'hn_dev_stop':
../drivers/net/netvsc/hn_ethdev.c:1041:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < hv->num_queues; i++) {
^
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27015/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state
       [not found] <1688755996-25172-2-git-send-email-longli@linuxonhyperv.com>
@ 2023-07-07 18:54 ` checkpatch
  0 siblings, 0 replies; 8+ messages in thread
From: checkpatch @ 2023-07-07 18:54 UTC (permalink / raw)
  To: test-report; +Cc: longli

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/129373

_coding style issues_


Warning in drivers/net/netvsc/hn_ethdev.c:
Declaring a variable inside for()

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

end of thread, other threads:[~2023-07-07 19:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07 19:36 |WARNING| pw129373 [PATCH] net/netvsc: set the correct queue state dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07 19:49 dpdklab
2023-07-07 19:47 dpdklab
2023-07-07 19:41 dpdklab
2023-07-07 19:28 dpdklab
2023-07-07 19:26 dpdklab
2023-07-07 19:25 dpdklab
     [not found] <1688755996-25172-2-git-send-email-longli@linuxonhyperv.com>
2023-07-07 18:54 ` checkpatch

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).