automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw123901-123902 [PATCH] [v5, 2/2] ethdev: add Aggregated affinity match item
@ 2023-02-14 16:09 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-02-14 16:09 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Jiawei Wang <jiaweiw@nvidia.com>
Date: Tuesday, February 14 2023 15:48:36 
Applied on: CommitID:39d469a7eb4f157923be73aea0b0cc1015860ca7
Apply patch set 123901-123902 failed:

Checking patch app/test-pmd/cmdline.c...
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: while searching for:
  * Applications can register a callback at startup via
    ``rte_lcore_register_usage_cb()`` to provide lcore usage information.

* **Added rte_flow support for matching IPv6 routing extension header fields.**

  Added ``ipv6_routing_ext`` items in rte_flow to match IPv6 routing extension

error: patch failed: doc/guides/rel_notes/release_23_03.rst:68
Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst...
Checking patch lib/ethdev/ethdev_driver.h...
Checking patch lib/ethdev/ethdev_trace.h...
error: lib/ethdev/ethdev_trace.h: does not exist in index
Checking patch lib/ethdev/ethdev_trace_points.c...
error: while searching for:
RTE_TRACE_POINT_REGISTER(rte_eth_trace_cman_config_get,
	lib.ethdev.cman_config_get)

RTE_TRACE_POINT_REGISTER(rte_flow_trace_copy,
	lib.ethdev.flow.copy)


error: patch failed: lib/ethdev/ethdev_trace_points.c:475
Checking patch lib/ethdev/rte_ethdev.c...
Hunk #1 succeeded at 6319 (offset -596 lines).
Checking patch lib/ethdev/rte_ethdev.h...
Checking patch lib/ethdev/version.map...
error: while searching for:
	rte_mtr_meter_profile_get;

	# added in 23.03
	rte_flow_async_create_by_index;
};


error: patch failed: lib/ethdev/version.map:300
Applied patch app/test-pmd/cmdline.c cleanly.
Applying patch doc/guides/rel_notes/release_23_03.rst with 1 reject...
Rejected hunk #1.
Applied patch doc/guides/testpmd_app_ug/testpmd_funcs.rst cleanly.
Applied patch lib/ethdev/ethdev_driver.h cleanly.
Applying patch lib/ethdev/ethdev_trace_points.c with 1 reject...
Rejected hunk #1.
Applied patch lib/ethdev/rte_ethdev.c cleanly.
Applied patch lib/ethdev/rte_ethdev.h cleanly.
Applying patch lib/ethdev/version.map with 1 reject...
Rejected hunk #1.
diff a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst	(rejected hunks)
@@ -68,6 +68,13 @@ New Features
   * Applications can register a callback at startup via
     ``rte_lcore_register_usage_cb()`` to provide lcore usage information.
 
+* **Added support for Tx queue mapping with an aggregated port.**
+
+  * Introduced new function ``rte_eth_dev_count_aggr_ports()``
+    to get the number of aggregated ports.
+  * Introduced new function ``rte_eth_dev_map_aggr_tx_affinity()``
+    to map a Tx queue with an aggregated port of the DPDK port.
+
 * **Added rte_flow support for matching IPv6 routing extension header fields.**
 
   Added ``ipv6_routing_ext`` items in rte_flow to match IPv6 routing extension
diff a/lib/ethdev/ethdev_trace_points.c b/lib/ethdev/ethdev_trace_points.c	(rejected hunks)
@@ -475,6 +475,12 @@ RTE_TRACE_POINT_REGISTER(rte_eth_trace_cman_config_set,
 RTE_TRACE_POINT_REGISTER(rte_eth_trace_cman_config_get,
 	lib.ethdev.cman_config_get)
 
+RTE_TRACE_POINT_REGISTER(rte_eth_trace_count_aggr_ports,
+	lib.ethdev.count_aggr_ports)
+
+RTE_TRACE_POINT_REGISTER(rte_eth_trace_map_aggr_tx_affinity,
+	lib.ethdev.map_aggr_tx_affinity)
+
 RTE_TRACE_POINT_REGISTER(rte_flow_trace_copy,
 	lib.ethdev.flow.copy)
 
diff a/lib/ethdev/version.map b/lib/ethdev/version.map	(rejected hunks)
@@ -300,6 +300,8 @@ EXPERIMENTAL {
 	rte_mtr_meter_profile_get;
 
 	# added in 23.03
+	rte_eth_dev_count_aggr_ports;
+	rte_eth_dev_map_aggr_tx_affinity;
 	rte_flow_async_create_by_index;
 };
 
Checking patch app/test-pmd/cmdline_flow.c...
Hunk #1 succeeded at 465 (offset -16 lines).
Hunk #2 succeeded at 1357 (offset -48 lines).
Hunk #3 succeeded at 1824 (offset -71 lines).
Hunk #4 succeeded at 6452 (offset -251 lines).
error: while searching for:
	case RTE_FLOW_ITEM_TYPE_IPV6_ROUTING_EXT:
		mask = &ipv6_routing_ext_default_mask;
		break;
	default:
		break;
	}

error: patch failed: app/test-pmd/cmdline_flow.c:11424
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
- ``type``: IPv6 routing extension header type.
- ``segments_left``: How many IPv6 destination addresses carries on.

Actions
~~~~~~~


error: patch failed: doc/guides/prog_guide/rte_flow.rst:1536
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: while searching for:
    to get the number of aggregated ports.
  * Introduced new function ``rte_eth_dev_map_aggr_tx_affinity()``
    to map a Tx queue with an aggregated port of the DPDK port.

* **Added rte_flow support for matching IPv6 routing extension header fields.**


error: patch failed: doc/guides/rel_notes/release_23_03.rst:74
Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst...
error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: does not match index
Checking patch lib/ethdev/rte_flow.c...
error: while searching for:
	MK_FLOW_ITEM(PPP, sizeof(struct rte_flow_item_ppp)),
	MK_FLOW_ITEM(METER_COLOR, sizeof(struct rte_flow_item_meter_color)),
	MK_FLOW_ITEM(IPV6_ROUTING_EXT, sizeof(struct rte_flow_item_ipv6_routing_ext)),
};

/** Generate flow_action[] entry. */

error: patch failed: lib/ethdev/rte_flow.c:162
Checking patch lib/ethdev/rte_flow.h...
error: while searching for:
	 * @see struct rte_flow_item_icmp6_echo.
	 */
	RTE_FLOW_ITEM_TYPE_ICMP6_ECHO_REPLY,
};

/**

error: patch failed: lib/ethdev/rte_flow.h:656
Hunk #2 succeeded at 2103 (offset -93 lines).
Applying patch app/test-pmd/cmdline_flow.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Rejected hunk #5.
Applying patch doc/guides/prog_guide/rte_flow.rst with 1 reject...
Rejected hunk #1.
Applying patch doc/guides/rel_notes/release_23_03.rst with 1 reject...
Rejected hunk #1.
Applying patch lib/ethdev/rte_flow.c with 1 reject...
Rejected hunk #1.
Applying patch lib/ethdev/rte_flow.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
diff a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c	(rejected hunks)
@@ -11424,6 +11449,9 @@ flow_item_default_mask(const struct rte_flow_item *item)
 	case RTE_FLOW_ITEM_TYPE_IPV6_ROUTING_EXT:
 		mask = &ipv6_routing_ext_default_mask;
 		break;
+	case RTE_FLOW_ITEM_TYPE_AGGR_AFFINITY:
+		mask = &rte_flow_item_aggr_affinity_mask;
+		break;
 	default:
 		break;
 	}
diff a/doc/guides/prog_guide/rte_flow.rst b/doc/guides/prog_guide/rte_flow.rst	(rejected hunks)
@@ -1536,6 +1536,15 @@ Matches IPv6 routing extension header.
 - ``type``: IPv6 routing extension header type.
 - ``segments_left``: How many IPv6 destination addresses carries on.
 
+
+Item: ``AGGR_AFFINITY``
+^^^^^^^^^^^^^^^^^^^^^^^
+
+Matches on the aggregated port of the received packet.
+In case of multiple aggregated ports, the affinity numbering starts from 1.
+
+- ``affinity``: Aggregated affinity.
+
 Actions
 ~~~~~~~
 
diff a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst	(rejected hunks)
@@ -74,6 +74,7 @@ New Features
     to get the number of aggregated ports.
   * Introduced new function ``rte_eth_dev_map_aggr_tx_affinity()``
     to map a Tx queue with an aggregated port of the DPDK port.
+  * Added Rx affinity flow matching of an aggregated port.
 
 * **Added rte_flow support for matching IPv6 routing extension header fields.**
 
diff a/lib/ethdev/rte_flow.c b/lib/ethdev/rte_flow.c	(rejected hunks)
@@ -162,6 +162,7 @@ static const struct rte_flow_desc_data rte_flow_desc_item[] = {
 	MK_FLOW_ITEM(PPP, sizeof(struct rte_flow_item_ppp)),
 	MK_FLOW_ITEM(METER_COLOR, sizeof(struct rte_flow_item_meter_color)),
 	MK_FLOW_ITEM(IPV6_ROUTING_EXT, sizeof(struct rte_flow_item_ipv6_routing_ext)),
+	MK_FLOW_ITEM(AGGR_AFFINITY, sizeof(struct rte_flow_item_aggr_affinity)),
 };
 
 /** Generate flow_action[] entry. */
diff a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h	(rejected hunks)
@@ -656,6 +656,15 @@ enum rte_flow_item_type {
 	 * @see struct rte_flow_item_icmp6_echo.
 	 */
 	RTE_FLOW_ITEM_TYPE_ICMP6_ECHO_REPLY,
+
+	/**
+	 * Matches on the aggregated port of the received packet.
+	 * Used in case multiple ports are aggregated to the a DPDK port.
+	 * First port is number 1.
+	 *
+	 * @see struct rte_flow_item_aggr_affinity.
+	 */
+	RTE_FLOW_ITEM_TYPE_AGGR_AFFINITY,
 };
 
 /**

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2023-02-14 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 16:09 |WARNING| pw123901-123902 [PATCH] [v5, 2/2] ethdev: add Aggregated affinity match item 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).