automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw108271-108283 [PATCH] [v4, 14/14] net/mlx5: add header reformat action
@ 2022-02-24 13:59 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-02-24 13:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 11426 bytes --]

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

_apply patch failure_

Submitter: Suanming Mou <suanmingm@nvidia.com>
Date: Thursday, February 24 2022 13:40:51 
Applied on: CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991
Apply patch set 108271-108283 failed:

Checking patch doc/guides/nics/mlx5.rst...
Hunk #1 succeeded at 1042 (offset 99 lines).
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
Hunk #1 succeeded at 295 (offset -187 lines).
Hunk #2 succeeded at 1714 (offset 177 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 1933 (offset 734 lines).
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	int tx_skew; /* Tx scheduling skew between WQE and data on wire. */
	uint32_t reclaim_mode:2; /* Memory reclaim mode. */
	uint32_t dv_esw_en:1; /* Enable E-Switch DV flow. */
	uint32_t dv_flow_en:1; /* Enable DV flow. */
	uint32_t dv_xmeta_en:2; /* Enable extensive flow metadata. */
	uint32_t dv_miss_info:1; /* Restore packet after partial hw miss. */
	uint32_t l3_vxlan_en:1; /* Enable L3 VXLAN flow creation. */

error: patch failed: drivers/net/mlx5/mlx5.h:287
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 6838 (offset -11 lines).
Hunk #2 succeeded at 7343 (offset -11 lines).
Hunk #3 succeeded at 7447 (offset -11 lines).
Applied patch doc/guides/nics/mlx5.rst cleanly.
Applied patch drivers/net/mlx5/linux/mlx5_os.c cleanly.
Applied patch drivers/net/mlx5/mlx5.c cleanly.
Applying patch drivers/net/mlx5/mlx5.h with 1 reject...
Rejected hunk #1.
Applied patch drivers/net/mlx5/mlx5_flow.c cleanly.
diff a/drivers/net/mlx5/mlx5.h b/drivers/net/mlx5/mlx5.h	(rejected hunks)
@@ -287,7 +287,8 @@ struct mlx5_sh_config {
 	int tx_skew; /* Tx scheduling skew between WQE and data on wire. */
 	uint32_t reclaim_mode:2; /* Memory reclaim mode. */
 	uint32_t dv_esw_en:1; /* Enable E-Switch DV flow. */
-	uint32_t dv_flow_en:1; /* Enable DV flow. */
+	/* Enable DV flow. 1 means SW steering, 2 means HW steering. */
+	unsigned int dv_flow_en:2;
 	uint32_t dv_xmeta_en:2; /* Enable extensive flow metadata. */
 	uint32_t dv_miss_info:1; /* Restore packet after partial hw miss. */
 	uint32_t l3_vxlan_en:1; /* Enable L3 VXLAN flow creation. */
Checking patch drivers/net/mlx5/mlx5.c...
error: drivers/net/mlx5/mlx5.c: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #2 succeeded at 325 (offset 3 lines).
Hunk #3 succeeded at 1501 (offset -1 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
Hunk #3 succeeded at 1780 (offset 5 lines).
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
Applied patch drivers/net/mlx5/mlx5.h cleanly.
Applied patch drivers/net/mlx5/mlx5_flow.h cleanly.
Applied patch drivers/net/mlx5/mlx5_flow_hw.c cleanly.
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/mlx5.c...
error: drivers/net/mlx5/mlx5.c: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch doc/guides/nics/mlx5.rst...
error: doc/guides/nics/mlx5.rst: does not match index
Checking patch doc/guides/rel_notes/release_22_03.rst...
error: while searching for:

  * Support ConnectX-7 capability to schedule traffic sending on timestamp
  * Support steering for external Rx queue created outside the PMD.

* **Updated Wangxun ngbe driver.**


error: patch failed: doc/guides/rel_notes/release_22_03.rst:164
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Applying patch doc/guides/rel_notes/release_22_03.rst with 1 reject...
Rejected hunk #1.
diff a/doc/guides/rel_notes/release_22_03.rst b/doc/guides/rel_notes/release_22_03.rst	(rejected hunks)
@@ -164,6 +164,7 @@ New Features
 
   * Support ConnectX-7 capability to schedule traffic sending on timestamp
   * Support steering for external Rx queue created outside the PMD.
+  * Added WQE based hardware steering support with ``rte_flow_async`` API.
 
 * **Updated Wangxun ngbe driver.**
 
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/linux/mlx5_os.c...
error: drivers/net/mlx5/linux/mlx5_os.c: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_devx.c...
Hunk #1 succeeded at 807 (offset -8 lines).
Hunk #2 succeeded at 1050 (offset -8 lines).
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 10966 (offset -5 lines).
Hunk #2 succeeded at 11066 (offset -5 lines).
Hunk #3 succeeded at 11076 (offset -5 lines).
Hunk #4 succeeded at 11623 (offset -5 lines).
Hunk #5 succeeded at 13650 (offset -4 lines).
Hunk #6 succeeded at 14601 (offset -4 lines).
Hunk #7 succeeded at 14695 (offset -4 lines).
Hunk #8 succeeded at 14712 (offset -4 lines).
Hunk #9 succeeded at 14733 (offset -4 lines).
Hunk #10 succeeded at 14771 (offset -4 lines).
Hunk #11 succeeded at 14790 (offset -4 lines).
Hunk #12 succeeded at 14800 (offset -4 lines).
Hunk #13 succeeded at 14816 (offset -4 lines).
Hunk #14 succeeded at 14848 (offset -4 lines).
Hunk #15 succeeded at 14866 (offset -4 lines).
Hunk #16 succeeded at 14874 (offset -4 lines).
Hunk #17 succeeded at 15052 (offset -4 lines).
Hunk #18 succeeded at 15075 (offset -4 lines).
Hunk #19 succeeded at 16868 (offset 37 lines).
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_verbs.c...
Checking patch drivers/net/mlx5/mlx5_rx.h...
Hunk #1 succeeded at 225 (offset -6 lines).
error: while searching for:
					   void *cb_ctx __rte_unused);
void mlx5_hrxq_clone_free_cb(void *tool_ctx __rte_unused,
			     struct mlx5_list_entry *entry);
uint32_t mlx5_hrxq_get(struct rte_eth_dev *dev,
		       struct mlx5_flow_rss_desc *rss_desc);
int mlx5_hrxq_release(struct rte_eth_dev *dev, uint32_t hxrq_idx);
uint32_t mlx5_hrxq_verify(struct rte_eth_dev *dev);
bool mlx5_rxq_is_hairpin(struct rte_eth_dev *dev, uint16_t idx);

error: patch failed: drivers/net/mlx5/mlx5_rx.h:256
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 2284 (offset -80 lines).
Hunk #2 succeeded at 2294 (offset -80 lines).
Hunk #3 succeeded at 2301 (offset -80 lines).
Hunk #4 succeeded at 2410 (offset -91 lines).
Hunk #5 succeeded at 2418 (offset -91 lines).
Hunk #6 succeeded at 2437 (offset -91 lines).
Hunk #7 succeeded at 2609 (offset -91 lines).
Hunk #8 succeeded at 2694 (offset -91 lines).
Hunk #9 succeeded at 2704 (offset -91 lines).
Hunk #10 succeeded at 2716 (offset -91 lines).
Hunk #11 succeeded at 2769 (offset -91 lines).
Hunk #12 succeeded at 2786 (offset -91 lines).
Hunk #13 succeeded at 2794 (offset -91 lines).
Hunk #14 succeeded at 2848 (offset -91 lines).
Hunk #15 succeeded at 2865 (offset -91 lines).
Hunk #16 succeeded at 2877 (offset -91 lines).
Hunk #17 succeeded at 2894 (offset -91 lines).
Applied patch drivers/net/mlx5/mlx5_devx.c cleanly.
Applied patch drivers/net/mlx5/mlx5_flow_dv.c cleanly.
Applied patch drivers/net/mlx5/mlx5_flow_verbs.c cleanly.
Applying patch drivers/net/mlx5/mlx5_rx.h with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Applied patch drivers/net/mlx5/mlx5_rxq.c cleanly.
diff a/drivers/net/mlx5/mlx5_rx.h b/drivers/net/mlx5/mlx5_rx.h	(rejected hunks)
@@ -256,8 +260,9 @@ struct mlx5_list_entry *mlx5_hrxq_clone_cb(void *tool_ctx,
 					   void *cb_ctx __rte_unused);
 void mlx5_hrxq_clone_free_cb(void *tool_ctx __rte_unused,
 			     struct mlx5_list_entry *entry);
-uint32_t mlx5_hrxq_get(struct rte_eth_dev *dev,
+struct mlx5_hrxq *mlx5_hrxq_get(struct rte_eth_dev *dev,
 		       struct mlx5_flow_rss_desc *rss_desc);
+int mlx5_hrxq_obj_release(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq);
 int mlx5_hrxq_release(struct rte_eth_dev *dev, uint32_t hxrq_idx);
 uint32_t mlx5_hrxq_verify(struct rte_eth_dev *dev);
 bool mlx5_rxq_is_hairpin(struct rte_eth_dev *dev, uint16_t idx);
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: drivers/net/mlx5/mlx5_flow.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: drivers/net/mlx5/mlx5_flow_dv.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index
Checking patch drivers/net/mlx5/mlx5.h...
error: drivers/net/mlx5/mlx5.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: drivers/net/mlx5/mlx5_flow.h: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: drivers/net/mlx5/mlx5_flow_dv.c: does not match index
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: drivers/net/mlx5/mlx5_flow_hw.c: does not match index

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-02-24 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 13:59 |WARNING| pw108271-108283 [PATCH] [v4, 14/14] net/mlx5: add header reformat action 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).