automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw148977 [PATCH v1 1/1] usertools/devbind: update coding style
       [not found] <3fb9cafaad635d583e20a02610c7c2c9cb7e2771.1733151400.git.anatoly.burakov@intel.com>
@ 2024-12-02 14:38 ` qemudev
  2024-12-02 15:11 ` checkpatch
  2024-12-02 15:22 ` |WARNING| pw148977 [PATCH] [v1, " dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2024-12-02 14:38 UTC (permalink / raw)
  To: test-report; +Cc: Anatoly Burakov, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/148977

_apply patch failure_

Submitter: Anatoly Burakov <anatoly.burakov@intel.com>
Date: Mon,  2 Dec 2024 15:09:34 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 1b3bf1128d9bda5595861814792f74b8f57160c8

Apply patch set 148977 failed:

Checking patch usertools/dpdk-devbind.py...
error: while searching for:
#!/usr/bin/env python3
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation
#

import sys
import os
import subprocess
import argparse
import platform

from glob import glob
from os.path import exists, basename
from os.path import join as path_join

# The PCI base class for all devices
network_class = {'Class': '02', 'Vendor': None, 'Device': None,
                 'SVendor': None, 'SDevice': None}
acceleration_class = {'Class': '12', 'Vendor': None, 'Device': None,
                      'SVendor': None, 'SDevice': None}
ifpga_class = {'Class': '12', 'Vendor': '8086', 'Device': '0b30',
               'SVendor': None, 'SDevice': None}
encryption_class = {'Class': '10', 'Vendor': None, 'Device': None,
                    'SVendor': None, 'SDevice': None}
intel_processor_class = {'Class': '0b', 'Vendor': '8086', 'Device': None,
                         'SVendor': None, 'SDevice': None}
cavium_sso = {'Class': '08', 'Vendor': '177d', 'Device': 'a04b,a04d',
              'SVendor': None, 'SDevice': None}
cavium_fpa = {'Class': '08', 'Vendor': '177d', 'Device': 'a053',
              'SVendor': None, 'SDevice': None}
cavium_pkx = {'Class': '08', 'Vendor': '177d', 'Device': 'a0dd,a049',
              'SVendor': None, 'SDevice': None}
cavium_tim = {'Class': '08', 'Vendor': '177d', 'Device': 'a051',
              'SVendor': None, 'SDevice': None}
cavium_zip = {'Class': '12', 'Vendor': '177d', 'Device': 'a037',
              'SVendor': None, 'SDevice': None}
avp_vnic = {'Class': '05', 'Vendor': '1af4', 'Device': '1110',
            'SVendor': None, 'SDevice': None}

cnxk_bphy = {'Class': '08', 'Vendor': '177d', 'Device': 'a089',
             'SVendor': None, 'SDevice': None}
cnxk_bphy_cgx = {'Class': '08', 'Vendor': '177d', 'Device': 'a059,a060',
                 'SVendor': None, 'SDevice': None}
cnxk_dma = {'Class': '08', 'Vendor': '177d', 'Device': 'a081',
            'SVendor': None, 'SDevice': None}
cnxk_inl_dev = {'Class': '08', 'Vendor': '177d', 'Device': 'a0f0,a0f1',
                'SVendor': None, 'SDevice': None}

hisilicon_dma = {'Class': '08', 'Vendor': '19e5', 'Device': 'a122',
                 'SVendor': None, 'SDevice': None}
odm_dma = {'Class': '08', 'Vendor': '177d', 'Device': 'a08c',
           'SVendor': None, 'SDevice': None}

intel_dlb = {'Class': '0b', 'Vendor': '8086', 'Device': '270b,2710,2714',
             'SVendor': None, 'SDevice': None}
intel_ioat_bdw = {'Class': '08', 'Vendor': '8086',
                  'Device': '6f20,6f21,6f22,6f23,6f24,6f25,6f26,6f27,6f2e,6f2f',
                  'SVendor': None, 'SDevice': None}
intel_ioat_skx = {'Class': '08', 'Vendor': '8086', 'Device': '2021',
                  'SVendor': None, 'SDevice': None}
intel_ioat_icx = {'Class': '08', 'Vendor': '8086', 'Device': '0b00',
                  'SVendor': None, 'SDevice': None}
intel_idxd_spr = {'Class': '08', 'Vendor': '8086', 'Device': '0b25',
                  'SVendor': None, 'SDevice': None}
intel_ntb_skx = {'Class': '06', 'Vendor': '8086', 'Device': '201c',
                 'SVendor': None, 'SDevice': None}
intel_ntb_icx = {'Class': '06', 'Vendor': '8086', 'Device': '347e',
                 'SVendor': None, 'SDevice': None}

cnxk_sso = {'Class': '08', 'Vendor': '177d', 'Device': 'a0f9,a0fa',
            'SVendor': None, 'SDevice': None}
cnxk_npa = {'Class': '08', 'Vendor': '177d', 'Device': 'a0fb,a0fc',
            'SVendor': None, 'SDevice': None}
cn9k_ree = {'Class': '08', 'Vendor': '177d', 'Device': 'a0f4',
            'SVendor': None, 'SDevice': None}

virtio_blk = {'Class': '01', 'Vendor': "1af4", 'Device': '1001,1042',
              'SVendor': None, 'SDevice': None}

cnxk_ml = {'Class': '08', 'Vendor': '177d', 'Device': 'a092',
           'SVendor': None, 'SDevice': None}

network_devices = [network_class, cavium_pkx, avp_vnic, ifpga_class]
baseband_devices = [acceleration_class]
crypto_devices = [encryption_class, intel_processor_class]
dma_devices = [cnxk_dma, hisilicon_dma,
               intel_idxd_spr, intel_ioat_bdw, intel_ioat_icx, intel_ioat_skx,
    
error: patch failed: usertools/dpdk-devbind.py:1
error: usertools/dpdk-devbind.py: patch does not apply


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

* |WARNING| pw148977 [PATCH v1 1/1] usertools/devbind: update coding style
       [not found] <3fb9cafaad635d583e20a02610c7c2c9cb7e2771.1733151400.git.anatoly.burakov@intel.com>
  2024-12-02 14:38 ` |WARNING| pw148977 [PATCH v1 1/1] usertools/devbind: update coding style qemudev
@ 2024-12-02 15:11 ` checkpatch
  2024-12-02 15:22 ` |WARNING| pw148977 [PATCH] [v1, " dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2024-12-02 15:11 UTC (permalink / raw)
  To: test-report; +Cc: Anatoly Burakov

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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#500: FILE: usertools/dpdk-devbind.py:55:
+DEVICE_CAVIUM_TIM: DeviceMatchPattern = {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#632: FILE: usertools/dpdk-devbind.py:187:
+    DEVICE_CAVIUM_TIM,

WARNING:TYPO_SPELLING: 'commmand' may be misspelled - perhaps 'command'?
#1328: FILE: usertools/dpdk-devbind.py:731:
+    """POD class to keep commmand-line arguments and context."""

total: 0 errors, 3 warnings, 1817 lines checked

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

* |WARNING| pw148977 [PATCH] [v1, 1/1] usertools/devbind: update coding style
       [not found] <3fb9cafaad635d583e20a02610c7c2c9cb7e2771.1733151400.git.anatoly.burakov@intel.com>
  2024-12-02 14:38 ` |WARNING| pw148977 [PATCH v1 1/1] usertools/devbind: update coding style qemudev
  2024-12-02 15:11 ` checkpatch
@ 2024-12-02 15:22 ` dpdklab
  2 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2024-12-02 15:22 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Anatoly Burakov <anatoly.burakov@intel.com>
Date: Monday, December 02 2024 15:09:34 
Applied on: CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8
Apply patch set 148977 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

https://lab.dpdk.org/results/dashboard/patchsets/32069/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2024-12-02 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3fb9cafaad635d583e20a02610c7c2c9cb7e2771.1733151400.git.anatoly.burakov@intel.com>
2024-12-02 14:38 ` |WARNING| pw148977 [PATCH v1 1/1] usertools/devbind: update coding style qemudev
2024-12-02 15:11 ` checkpatch
2024-12-02 15:22 ` |WARNING| pw148977 [PATCH] [v1, " dpdklab

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