automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw97053 [PATCH v2] ethdev: fix representor port ID search by name
       [not found] <20210818140004.2812575-1-andrew.rybchenko@oktetlabs.ru>
@ 2021-08-18 14:01 ` checkpatch
  2021-08-18 14:38 ` [dpdk-test-report] |FAILURE| pw97053 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-08-18 14:01 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#178: FILE: drivers/net/mlx5/linux/mlx5_os.c:1684:
+			    opriv->master &&

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#187: FILE: drivers/net/mlx5/linux/mlx5_os.c:1693:
+			DRV_LOG(ERR, "no master device for representor");

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#206: FILE: drivers/net/mlx5/windows/mlx5_os.c:550:
+			    opriv->master &&

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#215: FILE: drivers/net/mlx5/windows/mlx5_os.c:559:
+			DRV_LOG(ERR, "no master device for representor");

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#257: FILE: lib/ethdev/rte_class_eth.c:100:
+		 * the master device, but in order to maintain compatibility

total: 0 errors, 5 warnings, 175 lines checked

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

* [dpdk-test-report] |FAILURE| pw97053 [dpdk-dev] [PATCH v2] ethdev: fix representor port ID search by name
       [not found] <20210818140004.2812575-1-andrew.rybchenko@oktetlabs.ru>
  2021-08-18 14:01 ` [dpdk-test-report] |WARNING| pw97053 [PATCH v2] ethdev: fix representor port ID search by name checkpatch
@ 2021-08-18 14:38 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-08-18 14:38 UTC (permalink / raw)
  To: test-report; +Cc: Andrew.Rybchenko, robot

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|18332|SHA|5406963a642ed564482c8e95f21bb29d46404381|passed|https://github.com/ovsrobot/dpdk/actions/runs/1143470690|[dpdk-dev] [PATCH 2/2] net/virtio: fix Tx completed mbufs leak on device stop|ovsrobot/dpdk|build, Size: 18871 bytes --]

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/97053/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1143467023
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
In file included from ../drivers/net/mlx5/linux/mlx5_os.c:40:0:
../drivers/net/mlx5/linux/mlx5_os.c: In function ‘mlx5_dev_spawn’:
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1492:39: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
  for (port_id = mlx5_eth_find_next(0, dev); \
                                       ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1494:49: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
       port_id = mlx5_eth_find_next(port_id + 1, dev))
                                                 ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1612/3250] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'.
[1613/3250] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_ethdev_os.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
In file included from ../drivers/net/mlx5/linux/mlx5_os.c:40:0:
../drivers/net/mlx5/linux/mlx5_os.c: In function ‘mlx5_dev_spawn’:
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1492:39: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
  for (port_id = mlx5_eth_find_next(0, dev); \
                                       ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1494:49: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
       port_id = mlx5_eth_find_next(port_id + 1, dev))
                                                 ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1666/3466] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'.
[1667/3466] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_ethdev_os.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_mlx5@sta -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pedantic -DPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o' -c ../drivers/net/mlx5/linux/mlx5_os.c
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: incompatible pointer types passing 'struct rte_pci_device *' to parameter of type 'struct rte_device *' [-Werror,-Wincompatible-pointer-types]
                MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                              ^~~~~~~~~~~~~
../drivers/net/mlx5/mlx5.h:1492:39: note: expanded from macro 'MLX5_ETH_FOREACH_DEV'
        for (port_id = mlx5_eth_find_next(0, dev); \
                                             ^~~
../drivers/net/mlx5/mlx5.h:1484:66: note: passing argument to parameter 'odev' here
uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
                                                                 ^
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: incompatible pointer types passing 'struct rte_pci_device *' to parameter of type 'struct rte_device *' [-Werror,-Wincompatible-pointer-types]
                MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                              ^~~~~~~~~~~~~
../drivers/net/mlx5/mlx5.h:1494:49: note: expanded from macro 'MLX5_ETH_FOREACH_DEV'
             port_id = mlx5_eth_find_next(port_id + 1, dev))
                                                       ^~~
../drivers/net/mlx5/mlx5.h:1484:66: note: passing argument to parameter 'odev' here
uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
                                                                 ^
2 errors generated.
[1617/3252] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'.
[1618/3252] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_txpp.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_mlx5@sta -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pedantic -DPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o' -c ../drivers/net/mlx5/linux/mlx5_os.c
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: incompatible pointer types passing 'struct rte_pci_device *' to parameter of type 'struct rte_device *' [-Werror,-Wincompatible-pointer-types]
                MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                              ^~~~~~~~~~~~~
../drivers/net/mlx5/mlx5.h:1492:39: note: expanded from macro 'MLX5_ETH_FOREACH_DEV'
        for (port_id = mlx5_eth_find_next(0, dev); \
                                             ^~~
../drivers/net/mlx5/mlx5.h:1484:66: note: passing argument to parameter 'odev' here
uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
                                                                 ^
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: incompatible pointer types passing 'struct rte_pci_device *' to parameter of type 'struct rte_device *' [-Werror,-Wincompatible-pointer-types]
                MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                              ^~~~~~~~~~~~~
../drivers/net/mlx5/mlx5.h:1494:49: note: expanded from macro 'MLX5_ETH_FOREACH_DEV'
             port_id = mlx5_eth_find_next(port_id + 1, dev))
                                                       ^~~
../drivers/net/mlx5/mlx5.h:1484:66: note: passing argument to parameter 'odev' here
uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
                                                                 ^
2 errors generated.
[1671/3468] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'.
[1672/3468] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_txpp.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
In file included from ../drivers/net/mlx5/linux/mlx5_os.c:40:0:
../drivers/net/mlx5/linux/mlx5_os.c: In function ‘mlx5_dev_spawn’:
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1492:39: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
  for (port_id = mlx5_eth_find_next(0, dev); \
                                       ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1494:49: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
       port_id = mlx5_eth_find_next(port_id + 1, dev))
                                                 ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1612/3250] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_ethdev_os.c.o'.
[1613/3250] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
In file included from ../drivers/net/mlx5/linux/mlx5_os.c:40:0:
../drivers/net/mlx5/linux/mlx5_os.c: In function ‘mlx5_dev_spawn’:
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1492:39: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
  for (port_id = mlx5_eth_find_next(0, dev); \
                                       ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/linux/mlx5_os.c:1680:33: error: passing argument 2 of ‘mlx5_eth_find_next’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   MLX5_ETH_FOREACH_DEV(port_id, priv->pci_dev) {
                                 ^
../drivers/net/mlx5/mlx5.h:1494:49: note: in definition of macro ‘MLX5_ETH_FOREACH_DEV’
       port_id = mlx5_eth_find_next(port_id + 1, dev))
                                                 ^~~
../drivers/net/mlx5/mlx5.h:1484:10: note: expected ‘struct rte_device *’ but argument is of type ‘struct rte_pci_device *’
 uint16_t mlx5_eth_find_next(uint16_t port_id, struct rte_device *odev);
          ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1667/3463] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_mp_os.c.o'.
[1668/3463] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-08-18 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210818140004.2812575-1-andrew.rybchenko@oktetlabs.ru>
2021-08-18 14:01 ` [dpdk-test-report] |WARNING| pw97053 [PATCH v2] ethdev: fix representor port ID search by name checkpatch
2021-08-18 14:38 ` [dpdk-test-report] |FAILURE| pw97053 [dpdk-dev] " 0-day Robot

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