From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F302AA04B5 for ; Wed, 30 Sep 2020 17:02:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DDF651D668; Wed, 30 Sep 2020 17:02:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E4B201DB23; Wed, 30 Sep 2020 17:02:11 +0200 (CEST) In-Reply-To: <68ecd941-9c56-4de7-fae2-2ad15bdfd81a@alibaba-inc.com> References: <68ecd941-9c56-4de7-fae2-2ad15bdfd81a@alibaba-inc.com> To: test-report@dpdk.org Cc: " =?utf-8?b?6LCi5Y2O5LyfKOatpOaXtuatpOWIu++8iQ==?= " Message-Id: <20200930150211.E4B201DB23@dpdk.org> Date: Wed, 30 Sep 2020 17:02:11 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw79367 [PATCH v2] pci: support both PIO and MMIO BAR for legacy virtio on x86 X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/79367 _coding style issues_ Must be a reply to the first patch (--in-reply-to). ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' #67: >From c13f981e287254cd0877cc7b98ee2dd7b80c3b69 Mon Sep 17 00:00:00 2001 WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #70: Subject: [PATCH v2] pci:  support both PIO and MMIO BAR for legacy virtio on ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #234: FILE: drivers/bus/pci/linux/pci.c:686: rte_pci_device *device, WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #311: FILE: drivers/bus/pci/linux/pci.c:699:          if (pci_vfio_is_enabled()) +            ret = pci_uio_ioport_map(dev, bar, p); WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #362: FILE: drivers/bus/pci/linux/pci.c:763:          if (pci_vfio_is_enabled()) +            ret = pci_uio_ioport_unmap(p); ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #388: FILE: drivers/bus/pci/linux/pci_uio.c:376: +    FILE *f = NULL; ^ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #408: FILE: drivers/bus/pci/linux/pci_uio.c:391: +    if (f == NULL) { +        RTE_LOG(ERR, EAL, "Cannot open sysfs resource: %s ", WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #417: FILE: drivers/bus/pci/linux/pci_uio.c:397: +    for (i = 0; i < bar + 1; i++) { +        if (fgets(buf, sizeof(buf), f) == NULL) { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #418: FILE: drivers/bus/pci/linux/pci_uio.c:398: +        if (fgets(buf, sizeof(buf), f) == NULL) { +            RTE_LOG(ERR, EAL, "Cannot read sysfs resource "); WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #423: FILE: drivers/bus/pci/linux/pci_uio.c:403: +    if (pci_parse_one_sysfs_resource(buf, sizeof(buf), &phys_addr, [...] +        goto error; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #434: FILE: drivers/bus/pci/linux/pci_uio.c:407: +    if (flags & IORESOURCE_IO) { +        iobar = 1; ERROR:TRAILING_WHITESPACE: trailing whitespace #437: FILE: drivers/bus/pci/linux/pci_uio.c:410: +        RTE_LOG(INFO, EAL, "%s(): PIO BAR %08lx detected ", __func__, $ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #439: FILE: drivers/bus/pci/linux/pci_uio.c:411: +    } else if (flags & IORESOURCE_MEM) { +        iobar = 0; ERROR:TRAILING_WHITESPACE: trailing whitespace #442: FILE: drivers/bus/pci/linux/pci_uio.c:414: +        RTE_LOG(INFO, EAL, "%s(): MMIO BAR %08lx detected ", __func__, $ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #444: FILE: drivers/bus/pci/linux/pci_uio.c:415: +    } else { +        RTE_LOG(ERR, EAL, "%s(): unknown BAR type ", __func__); WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0) #449: FILE: drivers/bus/pci/linux/pci_uio.c:420: +    if (iobar && rte_eal_iopl_init() != 0) { +        RTE_LOG(ERR, EAL, "%s(): insufficient ioport permissions for ERROR:TRAILING_WHITESPACE: trailing whitespace #450: FILE: drivers/bus/pci/linux/pci_uio.c:421: +        RTE_LOG(ERR, EAL, "%s(): insufficient ioport permissions for $ ERROR:SPACING: spaces required around that '=' (ctx:VxV) #480: FILE: drivers/bus/pci/linux/pci_uio.c:443: +    RTE_LOG(DEBUG, EAL, "PCI IO port found start=0x%lx ", base); ^ total: 7 errors, 11 warnings, 363 lines checked From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <test-report-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1A28EA04B5 for <public@inbox.dpdk.org>; Wed, 30 Sep 2020 18:57:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EEF6D1D578; Wed, 30 Sep 2020 18:57:30 +0200 (CEST) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by dpdk.org (Postfix) with ESMTP id 019A41D564 for <test-report@dpdk.org>; Wed, 30 Sep 2020 18:57:29 +0200 (CEST) Received: by mail-qv1-f52.google.com with SMTP id j10so1240720qvk.11 for <test-report@dpdk.org>; Wed, 30 Sep 2020 09:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=r84jYS+lmGJWyPtw781pPh5CFFxgrA3V3SEeduTg8pc=; b=ADjc+M1ToUe1F+OkBHAsDkqRKJAobvu5BF2Mfz/FU/+M8J9XujfuX7K8f0RCNvDFzs l2uLVShYb8b5AOCT8QgNvPLb2pyaBFBugReFJXsEz2sRHeoy7bHUCiORbx0pn5V2KCzM ty/DEsnAElrZPn7vzXTAVGlBsKfZa5Q6WQJuE2j18hO1wzcaad8gdeV3JrdEhELLQYa5 BNzG+kO6kEs22nrsqApaAyA7xIqw0FkE48maXqa55tOKvWvKy6K4SiTDKzK5w1DSfojD BjzkodUoKaGhNqddLo0vs2AiJA8mUQizNznzZxFlNMhtWL7gdTOa/zgm2EqzJH2e8MxU ic2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=r84jYS+lmGJWyPtw781pPh5CFFxgrA3V3SEeduTg8pc=; b=Djos5HZd43cpSUlvYC/pyK7RrYxhQhkHamDU7x5WBkKbOm5lXpAlobp+FRZStGoR7C b+QNsrZ01eiyt6ZaxcRf+SDOCZYvP5bAPcMdRLTujrkhHJT7+QjNn7UaeuxMrXcnJGce kvtWyAOPI8ucW9heDLxtE/sTD6lvVuFSRacgjMqUEu+wJKs5p62NWqMm5rIQzDdxCH+I vci3wMdbsZaDSbXsl56VaHxqq4a9KrwBMA8OaDawoJclUV3UDBDET5ymbvChX8hk0GSK iB3/VQ/FYG/3GbvUCihH10GNnWr0QkXy/2MuDoWXx4gVYVYjXI2SgxctM5l2g+gztuwh 3BwQ== X-Gm-Message-State: AOAM530IiQqoV6pSpIh8YsBU5wT+dcT1532P/yEULZCN71BtmFF1z1RJ Pa8+xlTE8p+Os1jyag5zOwmfvqCNc6EfIw== X-Google-Smtp-Source: ABdhPJyGdhl3GVPbbPTQzyWBp875rhrbB6ix1mq523VSb4gxmIWmvC4Zg9pNwAN7thKew2TRDSqiaw== X-Received: by 2002:ad4:4891:: with SMTP id bv17mr3308704qvb.27.1601485048231; Wed, 30 Sep 2020 09:57:28 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id q3sm2608528qkq.132.2020.09.30.09.57.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Sep 2020 09:57:27 -0700 (PDT) From: 0-day Robot <robot@bytheb.org> To: test-report@dpdk.org Cc: huawei.xhw@alibaba-inc.com, robot@bytheb.org Date: Wed, 30 Sep 2020 12:55:38 -0400 Message-Id: <20200930165538.1044-1-robot@bytheb.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <68ecd941-9c56-4de7-fae2-2ad15bdfd81a@alibaba-inc.com> References: <68ecd941-9c56-4de7-fae2-2ad15bdfd81a@alibaba-inc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-test-report] |WARNING| pw79367 doc: make doxygen comply with meson werror option X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports <test-report.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/test-report>, <mailto:test-report-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/test-report/> List-Post: <mailto:test-report@dpdk.org> List-Help: <mailto:test-report-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>, <mailto:test-report-request@dpdk.org?subject=subscribe> Errors-To: test-report-bounces@dpdk.org Sender: "test-report" <test-report-bounces@dpdk.org> From: robot@bytheb.org Test-Label: travis-robot Test-Status: WARNING http://dpdk.org/patch/79367 _Travis build: failed_ Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/187440701