automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw88069 [PATCH 2/2] net/iavf: support GTPU inner IPv6 for FDIR
       [not found] <20210222100908.4073232-3-junfeng.guo@intel.com>
@ 2021-02-22  2:20 ` checkpatch
  2021-02-22  4:05 ` [dpdk-test-report] |FAILURE| pw88069 " 0-day Robot
  2021-02-22  4:09 ` [dpdk-test-report] |SUCCESS| pw88069 [dpdk-dev] [PATCH 2/2] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-02-22  2:20 UTC (permalink / raw)
  To: test-report; +Cc: Junfeng Guo

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

_coding style issues_


WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#97: FILE: drivers/net/iavf/iavf_fdir.c:153:
+	{iavf_pattern_eth_ipv4_gtpu_ipv6,       IAVF_FDIR_INSET_GTPU_IPV6,              IAVF_INSET_NONE},

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#98: FILE: drivers/net/iavf/iavf_fdir.c:154:
+	{iavf_pattern_eth_ipv4_gtpu_ipv6_udp,   IAVF_FDIR_INSET_GTPU_IPV6_UDP,          IAVF_INSET_NONE},

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#99: FILE: drivers/net/iavf/iavf_fdir.c:155:
+	{iavf_pattern_eth_ipv4_gtpu_ipv6_tcp,   IAVF_FDIR_INSET_GTPU_IPV6_TCP,          IAVF_INSET_NONE},

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#104: FILE: drivers/net/iavf/iavf_fdir.c:160:
+	{iavf_pattern_eth_ipv4_gtpu_eh_ipv6,    IAVF_FDIR_INSET_GTPU_IPV6,              IAVF_INSET_NONE},

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#105: FILE: drivers/net/iavf/iavf_fdir.c:161:
+	{iavf_pattern_eth_ipv4_gtpu_eh_ipv6_udp,IAVF_FDIR_INSET_GTPU_IPV6_UDP,          IAVF_INSET_NONE},

ERROR:SPACING: space required after that ',' (ctx:VxV)
#105: FILE: drivers/net/iavf/iavf_fdir.c:161:
+	{iavf_pattern_eth_ipv4_gtpu_eh_ipv6_udp,IAVF_FDIR_INSET_GTPU_IPV6_UDP,          IAVF_INSET_NONE},
 	                                       ^

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#106: FILE: drivers/net/iavf/iavf_fdir.c:162:
+	{iavf_pattern_eth_ipv4_gtpu_eh_ipv6_tcp,IAVF_FDIR_INSET_GTPU_IPV6_TCP,          IAVF_INSET_NONE},

ERROR:SPACING: space required after that ',' (ctx:VxV)
#106: FILE: drivers/net/iavf/iavf_fdir.c:162:
+	{iavf_pattern_eth_ipv4_gtpu_eh_ipv6_tcp,IAVF_FDIR_INSET_GTPU_IPV6_TCP,          IAVF_INSET_NONE},
 	                                       ^

total: 2 errors, 6 warnings, 0 checks, 62 lines checked

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

* [dpdk-test-report] |FAILURE| pw88069 net/iavf: support GTPU inner IPv6 for FDIR
       [not found] <20210222100908.4073232-3-junfeng.guo@intel.com>
  2021-02-22  2:20 ` [dpdk-test-report] |WARNING| pw88069 [PATCH 2/2] net/iavf: support GTPU inner IPv6 for FDIR checkpatch
@ 2021-02-22  4:05 ` 0-day Robot
  2021-02-22  4:09 ` [dpdk-test-report] |SUCCESS| pw88069 [dpdk-dev] [PATCH 2/2] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-02-22  4:05 UTC (permalink / raw)
  To: test-report; +Cc: junfeng.guo, robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: FAILURE
http://dpdk.org/project/dpdk/patch/20210222100908.4073232-3-junfeng.guo@intel.com

_travis build: failed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/217771201

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

* [dpdk-test-report] |SUCCESS| pw88069 [dpdk-dev] [PATCH 2/2] net/iavf: support GTPU inner IPv6 for FDIR
       [not found] <20210222100908.4073232-3-junfeng.guo@intel.com>
  2021-02-22  2:20 ` [dpdk-test-report] |WARNING| pw88069 [PATCH 2/2] net/iavf: support GTPU inner IPv6 for FDIR checkpatch
  2021-02-22  4:05 ` [dpdk-test-report] |FAILURE| pw88069 " 0-day Robot
@ 2021-02-22  4:09 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-02-22  4:09 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: SUCCESS
http://dpdk.org/project/dpdk/patch/20210222100908.4073232-3-junfeng.guo@intel.com

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/587809795

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

end of thread, other threads:[~2021-02-22  4:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210222100908.4073232-3-junfeng.guo@intel.com>
2021-02-22  2:20 ` [dpdk-test-report] |WARNING| pw88069 [PATCH 2/2] net/iavf: support GTPU inner IPv6 for FDIR checkpatch
2021-02-22  4:05 ` [dpdk-test-report] |FAILURE| pw88069 " 0-day Robot
2021-02-22  4:09 ` [dpdk-test-report] |SUCCESS| pw88069 [dpdk-dev] [PATCH 2/2] " 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).