From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingjin Ye <mingjinx.ye@intel.com>
Subject: |WARNING| pw118870 [PATCH] net/i40e: fix outer checksum flags
Date: Fri, 21 Oct 2022 04:35:53 +0200 (CEST) [thread overview]
Message-ID: <20221021023553.9B6A7120778@dpdk.org> (raw)
In-Reply-To: <20221021102151.1000400-1-mingjinx.ye@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/118870
_coding style issues_
WARNING:TYPO_SPELLING: 'daa' may be misspelled - perhaps 'data'?
#89:
Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags")
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#192: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:249:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#194: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:251:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#196: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:253:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#198: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:255:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#209: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:266:
+ /**
+ * second 128-bits
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#230: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:287:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#232: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:289:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#234: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:291:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#236: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:293:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#333: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:359:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#335: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:361:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#337: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:363:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#339: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:365:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#350: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:376:
+ /**
+ * second 128-bits
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#371: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:397:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#373: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:399:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#375: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:401:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#377: FILE: drivers/net/i40e/i40e_rxtx_vec_avx512.c:403:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#477: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:274:
+ /**
+ * shift right 20 bits to use the low two bits to indicate
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#481: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:278:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#483: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:280:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#485: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:282:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#487: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:284:
+ (RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD >> 20 | RTE_MBUF_F_RX_OUTER_IP_CKSUM_BAD |
total: 0 errors, 24 warnings, 0 checks, 393 lines checked
next parent reply other threads:[~2022-10-21 2:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20221021102151.1000400-1-mingjinx.ye@intel.com>
2022-10-21 2:35 ` checkpatch [this message]
2022-10-21 3:40 ` |SUCCESS| " 0-day Robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221021023553.9B6A7120778@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=mingjinx.ye@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).