automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118370 [PATCH v3 10/15] net/idpf: add support for Rx/Tx offloading
       [not found] <20221018111245.890651-11-junfeng.guo@intel.com>
@ 2022-10-18 11:18 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-18 11:18 UTC (permalink / raw)
  To: test-report; +Cc: Junfeng Guo

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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#318: FILE: drivers/net/idpf/idpf_rxtx.c:1715:
+                flags |= (RTE_MBUF_F_RX_IP_CKSUM_GOOD |$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#318: FILE: drivers/net/idpf/idpf_rxtx.c:1715:
+                flags |= (RTE_MBUF_F_RX_IP_CKSUM_GOOD |$

ERROR:CODE_INDENT: code indent should use tabs where possible
#319: FILE: drivers/net/idpf/idpf_rxtx.c:1716:
+                          RTE_MBUF_F_RX_L4_CKSUM_GOOD);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#319: FILE: drivers/net/idpf/idpf_rxtx.c:1716:
+                          RTE_MBUF_F_RX_L4_CKSUM_GOOD);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#320: FILE: drivers/net/idpf/idpf_rxtx.c:1717:
+                return flags;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#320: FILE: drivers/net/idpf/idpf_rxtx.c:1717:
+                return flags;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#321: FILE: drivers/net/idpf/idpf_rxtx.c:1718:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#321: FILE: drivers/net/idpf/idpf_rxtx.c:1718:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#324: FILE: drivers/net/idpf/idpf_rxtx.c:1721:
+                flags |= RTE_MBUF_F_RX_IP_CKSUM_BAD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#324: FILE: drivers/net/idpf/idpf_rxtx.c:1721:
+                flags |= RTE_MBUF_F_RX_IP_CKSUM_BAD;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#325: FILE: drivers/net/idpf/idpf_rxtx.c:1722:
+        else$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#325: FILE: drivers/net/idpf/idpf_rxtx.c:1722:
+        else$

ERROR:CODE_INDENT: code indent should use tabs where possible
#326: FILE: drivers/net/idpf/idpf_rxtx.c:1723:
+                flags |= RTE_MBUF_F_RX_IP_CKSUM_GOOD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#326: FILE: drivers/net/idpf/idpf_rxtx.c:1723:
+                flags |= RTE_MBUF_F_RX_IP_CKSUM_GOOD;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#328: FILE: drivers/net/idpf/idpf_rxtx.c:1725:
+        if (unlikely(status_error & BIT(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_L4E_S)))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#328: FILE: drivers/net/idpf/idpf_rxtx.c:1725:
+        if (unlikely(status_error & BIT(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_L4E_S)))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#329: FILE: drivers/net/idpf/idpf_rxtx.c:1726:
+                flags |= RTE_MBUF_F_RX_L4_CKSUM_BAD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#329: FILE: drivers/net/idpf/idpf_rxtx.c:1726:
+                flags |= RTE_MBUF_F_RX_L4_CKSUM_BAD;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#330: FILE: drivers/net/idpf/idpf_rxtx.c:1727:
+        else$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#330: FILE: drivers/net/idpf/idpf_rxtx.c:1727:
+        else$

ERROR:CODE_INDENT: code indent should use tabs where possible
#331: FILE: drivers/net/idpf/idpf_rxtx.c:1728:
+                flags |= RTE_MBUF_F_RX_L4_CKSUM_GOOD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#331: FILE: drivers/net/idpf/idpf_rxtx.c:1728:
+                flags |= RTE_MBUF_F_RX_L4_CKSUM_GOOD;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#333: FILE: drivers/net/idpf/idpf_rxtx.c:1730:
+        if (unlikely(status_error & BIT(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_EIPE_S)))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#333: FILE: drivers/net/idpf/idpf_rxtx.c:1730:
+        if (unlikely(status_error & BIT(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_EIPE_S)))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#334: FILE: drivers/net/idpf/idpf_rxtx.c:1731:
+                flags |= RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#334: FILE: drivers/net/idpf/idpf_rxtx.c:1731:
+                flags |= RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#336: FILE: drivers/net/idpf/idpf_rxtx.c:1733:
+        if (unlikely(status_error & BIT(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_EUDPE_S)))$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#336: FILE: drivers/net/idpf/idpf_rxtx.c:1733:
+        if (unlikely(status_error & BIT(VIRTCHNL2_RX_FLEX_DESC_STATUS0_XSUM_EUDPE_S)))$

ERROR:CODE_INDENT: code indent should use tabs where possible
#337: FILE: drivers/net/idpf/idpf_rxtx.c:1734:
+                flags |= RTE_MBUF_F_RX_OUTER_L4_CKSUM_BAD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#337: FILE: drivers/net/idpf/idpf_rxtx.c:1734:
+                flags |= RTE_MBUF_F_RX_OUTER_L4_CKSUM_BAD;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#338: FILE: drivers/net/idpf/idpf_rxtx.c:1735:
+        else$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#338: FILE: drivers/net/idpf/idpf_rxtx.c:1735:
+        else$

ERROR:CODE_INDENT: code indent should use tabs where possible
#339: FILE: drivers/net/idpf/idpf_rxtx.c:1736:
+                flags |= RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#339: FILE: drivers/net/idpf/idpf_rxtx.c:1736:
+                flags |= RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD;$

total: 17 errors, 17 warnings, 0 checks, 407 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-18 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221018111245.890651-11-junfeng.guo@intel.com>
2022-10-18 11:18 ` |WARNING| pw118370 [PATCH v3 10/15] net/idpf: add support for Rx/Tx offloading 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).