automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw103700-103701 [PATCH] [v4, 2/2] net/ice: enable protocol agnostic flow offloading in RSS
@ 2021-11-04  2:48 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-11-04  2:48 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Ting Xu <ting.xu@intel.com>
Date: Thursday, November 04 2021 02:22:28 
Applied on: CommitID:5b08ac4e4a8dbc95f52b871b62a97fda57fa477e
Apply patch set 103700-103701 failed:

Checking patch doc/guides/rel_notes/release_21_11.rst...
error: while searching for:
* **Updated Intel ice driver.**

  * Added protocol agnostic flow offloading support in Flow Director.
  * Added 1PPS out support by a devargs.
  * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS flow.
  * Added DEV_RX_OFFLOAD_TIMESTAMP support.

error: patch failed: doc/guides/rel_notes/release_21_11.rst:168
Checking patch drivers/net/ice/ice_ethdev.h...
error: while searching for:
	u64 fdir_actived_cnt;
};

/**
 * Structure to store private data for each PF/VF instance.
 */

error: patch failed: drivers/net/ice/ice_ethdev.h:500
error: while searching for:
	bool ptp_ena;
	uint64_t time_hw;
	struct ice_fdir_prof_info fdir_prof_info[ICE_MAX_PTGS];
#ifdef RTE_ARCH_X86
	bool rx_use_avx2;
	bool rx_use_avx512;

error: patch failed: drivers/net/ice/ice_ethdev.h:524
Checking patch drivers/net/ice/ice_hash.c...
Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject...
Rejected hunk #1.
Applying patch drivers/net/ice/ice_ethdev.h with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
Applied patch drivers/net/ice/ice_hash.c cleanly.
diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst	(rejected hunks)
@@ -168,6 +168,7 @@ New Features
 * **Updated Intel ice driver.**
 
   * Added protocol agnostic flow offloading support in Flow Director.
+  * Added protocol agnostic flow offloading support in RSS hash.
   * Added 1PPS out support by a devargs.
   * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS flow.
   * Added DEV_RX_OFFLOAD_TIMESTAMP support.
diff a/drivers/net/ice/ice_ethdev.h b/drivers/net/ice/ice_ethdev.h	(rejected hunks)
@@ -500,6 +500,14 @@ struct ice_fdir_prof_info {
 	u64 fdir_actived_cnt;
 };
 
+/**
+ * Structure to store rss fv entry.
+ */
+struct ice_rss_prof_info {
+	struct ice_parser_profile prof;
+	bool symm;
+};
+
 /**
  * Structure to store private data for each PF/VF instance.
  */
@@ -524,6 +532,7 @@ struct ice_adapter {
 	bool ptp_ena;
 	uint64_t time_hw;
 	struct ice_fdir_prof_info fdir_prof_info[ICE_MAX_PTGS];
+	struct ice_rss_prof_info rss_prof_info[ICE_MAX_PTGS];
 #ifdef RTE_ARCH_X86
 	bool rx_use_avx2;
 	bool rx_use_avx512;

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-11-04  2:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  2:48 [dpdk-test-report] |WARNING| pw103700-103701 [PATCH] [v4, 2/2] net/ice: enable protocol agnostic flow offloading in RSS 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).