automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127056-127063 [PATCH] [8/8] net/nfp: revise the logic of MAC address
@ 2023-05-19 11:35 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-05-19 11:35 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, May 19 2023 02:59:50 
Applied on: CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c
Apply patch set 127056-127063 failed:

Checking patch drivers/net/nfp/flower/nfp_flower.c...
Hunk #1 succeeded at 319 (offset -1 lines).
Checking patch drivers/net/nfp/flower/nfp_flower_ctrl.c...
Hunk #1 succeeded at 29 (offset -1 lines).
Checking patch drivers/net/nfp/nfp_rxtx.c...
Hunk #1 succeeded at 27 (offset -1 lines).
Hunk #2 succeeded at 370 (offset -1 lines).
Checking patch drivers/net/nfp/nfp_rxtx.h...
error: while searching for:

#define DIV_ROUND_UP(n, d)             (((n) + (d) - 1) / (d))

struct nfp_net_txq {
	struct nfp_net_hw *hw; /* Backpointer to nfp_net structure */


error: patch failed: drivers/net/nfp/nfp_rxtx.h:98
Hunk #2 succeeded at 227 (offset 95 lines).
Hunk #3 succeeded at 307 (offset 95 lines).
Hunk #4 succeeded at 331 (offset 95 lines).
Applied patch drivers/net/nfp/flower/nfp_flower.c cleanly.
Applied patch drivers/net/nfp/flower/nfp_flower_ctrl.c cleanly.
Applied patch drivers/net/nfp/nfp_rxtx.c cleanly.
Applying patch drivers/net/nfp/nfp_rxtx.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/nfp/nfp_rxtx.h b/drivers/net/nfp/nfp_rxtx.h	(rejected hunks)
@@ -98,6 +98,10 @@ struct nfp_meta_parsed {
 
 #define DIV_ROUND_UP(n, d)             (((n) + (d) - 1) / (d))
 
+struct nfp_net_dp_buf {
+	struct rte_mbuf *mbuf;
+};
+
 struct nfp_net_txq {
 	struct nfp_net_hw *hw; /* Backpointer to nfp_net structure */
 
Checking patch drivers/net/nfp/flower/nfp_flower.c...
error: drivers/net/nfp/flower/nfp_flower.c: does not match index
Checking patch drivers/net/nfp/flower/nfp_flower_ctrl.c...
error: drivers/net/nfp/flower/nfp_flower_ctrl.c: does not match index
Checking patch drivers/net/nfp/flower/nfp_flower_representor.c...
Hunk #1 succeeded at 45 (offset -1 lines).
Hunk #2 succeeded at 59 (offset -1 lines).
Checking patch drivers/net/nfp/nfp_rxtx.c...
error: drivers/net/nfp/nfp_rxtx.c: does not match index
Checking patch drivers/net/nfp/nfp_rxtx.h...
error: drivers/net/nfp/nfp_rxtx.h: does not match index
Applied patch drivers/net/nfp/flower/nfp_flower_representor.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/nfp/nfp_rxtx.h...
error: drivers/net/nfp/nfp_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/nfp/flower/nfp_flower.c...
error: drivers/net/nfp/flower/nfp_flower.c: does not match index
Checking patch drivers/net/nfp/flower/nfp_flower_representor.c...
error: drivers/net/nfp/flower/nfp_flower_representor.c: does not match index
Checking patch drivers/net/nfp/nfd3/nfp_nfd3_dp.c...
error: drivers/net/nfp/nfd3/nfp_nfd3_dp.c: does not exist in index
Checking patch drivers/net/nfp/nfdk/nfp_nfdk_dp.c...
error: drivers/net/nfp/nfdk/nfp_nfdk_dp.c: does not exist in index
Checking patch drivers/net/nfp/nfp_rxtx.c...
error: drivers/net/nfp/nfp_rxtx.c: does not match index
Checking patch drivers/net/nfp/nfp_rxtx.h...
error: drivers/net/nfp/nfp_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/nfp/nfdk/nfp_nfdk_dp.c...
error: drivers/net/nfp/nfdk/nfp_nfdk_dp.c: does not exist in index
Checking patch drivers/net/nfp/nfpcore/nfp_rtsym.c...
Checking patch drivers/net/nfp/nfpcore/nfp_rtsym.h...
Applied patch drivers/net/nfp/nfpcore/nfp_rtsym.c cleanly.
Applied patch drivers/net/nfp/nfpcore/nfp_rtsym.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/nfp/nfp_common.c...
Hunk #2 succeeded at 1644 (offset -311 lines).
Checking patch drivers/net/nfp/nfp_common.h...
Hunk #2 succeeded at 486 (offset -20 lines).
Checking patch drivers/net/nfp/nfp_cpp_bridge.c...
error: while searching for:
 * Small portions derived from code Copyright(c) 2010-2015 Intel Corporation.
 */

/*
 * vim:shiftwidth=8:noexpandtab
 *
 * @file dpdk/pmd/nfp_cpp_bridge.c
 *
 * Netronome vNIC DPDK Poll-Mode Driver: CPP Bridge
 */

#include <unistd.h>
#include <sys/ioctl.h>


error: patch failed: drivers/net/nfp/nfp_cpp_bridge.c:5
Hunk #2 succeeded at 452 (offset 7 lines).
Checking patch drivers/net/nfp/nfp_cpp_bridge.h...
Checking patch drivers/net/nfp/nfp_ctrl.h...
Hunk #2 succeeded at 359 (offset -70 lines).
Checking patch drivers/net/nfp/nfp_ethdev.c...
Hunk #2 succeeded at 1259 (offset -28 lines).
Checking patch drivers/net/nfp/nfp_ethdev_vf.c...
Hunk #2 succeeded at 487 (offset -15 lines).
Checking patch drivers/net/nfp/nfp_rxtx.c...
error: drivers/net/nfp/nfp_rxtx.c: does not match index
Checking patch drivers/net/nfp/nfp_rxtx.h...
error: drivers/net/nfp/nfp_rxtx.h: does not match index
Applied patch drivers/net/nfp/nfp_common.c cleanly.
Applied patch drivers/net/nfp/nfp_common.h cleanly.
Applying patch drivers/net/nfp/nfp_cpp_bridge.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Applied patch drivers/net/nfp/nfp_cpp_bridge.h cleanly.
Applied patch drivers/net/nfp/nfp_ctrl.h cleanly.
Applied patch drivers/net/nfp/nfp_ethdev.c cleanly.
Applied patch drivers/net/nfp/nfp_ethdev_vf.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/nfp/nfp_cpp_bridge.c b/drivers/net/nfp/nfp_cpp_bridge.c	(rejected hunks)
@@ -5,14 +5,6 @@
  * Small portions derived from code Copyright(c) 2010-2015 Intel Corporation.
  */
 
-/*
- * vim:shiftwidth=8:noexpandtab
- *
- * @file dpdk/pmd/nfp_cpp_bridge.c
- *
- * Netronome vNIC DPDK Poll-Mode Driver: CPP Bridge
- */
-
 #include <unistd.h>
 #include <sys/ioctl.h>
 
Checking patch drivers/net/nfp/flower/nfp_flower.c...
error: drivers/net/nfp/flower/nfp_flower.c: does not match index
Checking patch drivers/net/nfp/flower/nfp_flower_representor.c...
error: drivers/net/nfp/flower/nfp_flower_representor.c: does not match index
Checking patch drivers/net/nfp/nfp_common.c...
error: drivers/net/nfp/nfp_common.c: does not match index
Checking patch drivers/net/nfp/nfp_ethdev.c...
error: drivers/net/nfp/nfp_ethdev.c: does not match index
Checking patch drivers/net/nfp/nfp_ethdev_vf.c...
error: drivers/net/nfp/nfp_ethdev_vf.c: does not match index
Checking patch drivers/net/nfp/nfp_flow.c...
error: while searching for:
	push_vlan->head.len_lw  = act_size >> NFP_FL_LW_SIZ;
	push_vlan->reserved     = 0;

	push_vlan_conf = (const struct rte_flow_action_of_push_vlan *)
			action->conf;
	vlan_pcp_conf  = (const struct rte_flow_action_of_set_vlan_pcp *)
			(action + 1)->conf;
	vlan_vid_conf  = (const struct rte_flow_action_of_set_vlan_vid *)
			(action + 2)->conf;

	vid = rte_be_to_cpu_16(vlan_vid_conf->vlan_vid) & 0x0fff;
	pcp = vlan_pcp_conf->vlan_pcp & 0x07;

error: patch failed: drivers/net/nfp/nfp_flow.c:2223
Hunk #9 succeeded at 2251 (offset -1 lines).
Hunk #10 succeeded at 2275 (offset -1 lines).
Hunk #11 succeeded at 2299 (offset -1 lines).
Hunk #12 succeeded at 2323 (offset -1 lines).
Hunk #13 succeeded at 2714 (offset -1 lines).
Hunk #14 succeeded at 2751 (offset -1 lines).
Hunk #15 succeeded at 3621 (offset -1 lines).
Hunk #16 succeeded at 3711 (offset -1 lines).
Hunk #17 succeeded at 3746 (offset -1 lines).
Hunk #18 succeeded at 3808 (offset -1 lines).
Hunk #19 succeeded at 3944 (offset -1 lines).
Checking patch drivers/net/nfp/nfp_rxtx.c...
error: drivers/net/nfp/nfp_rxtx.c: does not match index
Checking patch drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c...
Hunk #1 succeeded at 836 (offset 1 line).
Applying patch drivers/net/nfp/nfp_flow.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Rejected hunk #8.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
Hunk #16 applied cleanly.
Hunk #17 applied cleanly.
Hunk #18 applied cleanly.
Hunk #19 applied cleanly.
Applied patch drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/nfp/nfp_flow.c b/drivers/net/nfp/nfp_flow.c	(rejected hunks)
@@ -2223,12 +2222,9 @@ nfp_flow_action_push_vlan(char *act_data,
 	push_vlan->head.len_lw  = act_size >> NFP_FL_LW_SIZ;
 	push_vlan->reserved     = 0;
 
-	push_vlan_conf = (const struct rte_flow_action_of_push_vlan *)
-			action->conf;
-	vlan_pcp_conf  = (const struct rte_flow_action_of_set_vlan_pcp *)
-			(action + 1)->conf;
-	vlan_vid_conf  = (const struct rte_flow_action_of_set_vlan_vid *)
-			(action + 2)->conf;
+	push_vlan_conf = action->conf;
+	vlan_pcp_conf  = (action + 1)->conf;
+	vlan_vid_conf  = (action + 2)->conf;
 
 	vid = rte_be_to_cpu_16(vlan_vid_conf->vlan_vid) & 0x0fff;
 	pcp = vlan_pcp_conf->vlan_pcp & 0x07;
Checking patch drivers/net/nfp/flower/nfp_flower_representor.c...
error: drivers/net/nfp/flower/nfp_flower_representor.c: does not match index
Checking patch drivers/net/nfp/nfp_common.c...
error: drivers/net/nfp/nfp_common.c: does not match index
Checking patch drivers/net/nfp/nfp_common.h...
error: drivers/net/nfp/nfp_common.h: does not match index
Checking patch drivers/net/nfp/nfp_ethdev.c...
error: drivers/net/nfp/nfp_ethdev.c: does not match index
Checking patch drivers/net/nfp/nfp_ethdev_vf.c...
error: drivers/net/nfp/nfp_ethdev_vf.c: does not match index
Checking patch drivers/net/nfp/nfp_flow.c...
error: drivers/net/nfp/nfp_flow.c: does not match index
Checking patch drivers/net/nfp/nfpcore/nfp_nsp.h...
error: while searching for:
#define NFP_FEC_REED_SOLOMON	RTE_BIT32(NFP_FEC_REED_SOLOMON_BIT)
#define NFP_FEC_DISABLED	RTE_BIT32(NFP_FEC_DISABLED_BIT)

#define ETH_ALEN	6

/**
 * struct nfp_eth_table - ETH table information
 * @count:	number of table entries

error: patch failed: drivers/net/nfp/nfpcore/nfp_nsp.h:157
Hunk #2 succeeded at 205 (offset 2 lines).
Checking patch drivers/net/nfp/nfpcore/nfp_nsp_eth.c...
Applying patch drivers/net/nfp/nfpcore/nfp_nsp.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Applied patch drivers/net/nfp/nfpcore/nfp_nsp_eth.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/nfp/nfpcore/nfp_nsp.h b/drivers/net/nfp/nfpcore/nfp_nsp.h	(rejected hunks)
@@ -157,8 +157,6 @@ enum nfp_eth_fec {
 #define NFP_FEC_REED_SOLOMON	RTE_BIT32(NFP_FEC_REED_SOLOMON_BIT)
 #define NFP_FEC_DISABLED	RTE_BIT32(NFP_FEC_DISABLED_BIT)
 
-#define ETH_ALEN	6
-
 /**
  * struct nfp_eth_table - ETH table information
  * @count:	number of table entries

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2023-05-19 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19 11:35 |WARNING| pw127056-127063 [PATCH] [8/8] net/nfp: revise the logic of MAC address 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).