automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117853 [PATCH] [v1, 25/35] net/ionic: advertise supported packet types
@ 2022-10-11  4:19 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-10-11  4:19 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Andrew Boyer <Andrew.Boyer@amd.com>
Date: Tuesday, October 11 2022 00:50:22 
Applied on: CommitID:f13604fad12a81383da7b04821a4befb3d01e2ed
Apply patch set 117853 failed:

Checking patch doc/guides/rel_notes/release_22_11.rst...
error: while searching for:
  * Updated to reflect that Pensando has been acquired by AMD.
  * Enhanced data path to provide substantial performance improvements.
  * Added support for mbuf fast free.

* **Added support for MACsec in rte_security.**


error: patch failed: doc/guides/rel_notes/release_22_11.rst:166
Checking patch drivers/net/ionic/ionic_ethdev.c...
Hunk #1 succeeded at 80 (offset 10 lines).
Checking patch drivers/net/ionic/ionic_rxtx.c...
error: while searching for:
		RTE_PTYPE_L2_ETHER | RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_UDP,
};

/*
 * Cleans one descriptor. Connects the filled mbufs into a chain.
 * Does not advance the tail index.

error: patch failed: drivers/net/ionic/ionic_rxtx.c:850
Checking patch drivers/net/ionic/ionic_rxtx.h...
Hunk #1 succeeded at 41 (offset 1 line).
Applying patch doc/guides/rel_notes/release_22_11.rst with 1 reject...
Rejected hunk #1.
Applied patch drivers/net/ionic/ionic_ethdev.c cleanly.
Applying patch drivers/net/ionic/ionic_rxtx.c with 1 reject...
Rejected hunk #1.
Applied patch drivers/net/ionic/ionic_rxtx.h cleanly.
diff a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst	(rejected hunks)
@@ -166,6 +166,7 @@ New Features
   * Updated to reflect that Pensando has been acquired by AMD.
   * Enhanced data path to provide substantial performance improvements.
   * Added support for mbuf fast free.
+  * Added support for advertising packet types.
 
 * **Added support for MACsec in rte_security.**
 
diff a/drivers/net/ionic/ionic_rxtx.c b/drivers/net/ionic/ionic_rxtx.c	(rejected hunks)
@@ -850,6 +850,25 @@ static const uint32_t ionic_ptype_table[IONIC_RXQ_COMP_PKT_TYPE_MASK]
 		RTE_PTYPE_L2_ETHER | RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_UDP,
 };
 
+const uint32_t *
+ionic_dev_supported_ptypes_get(struct rte_eth_dev *dev __rte_unused)
+{
+	/* See ionic_ptype_table[] */
+	static const uint32_t ptypes[] = {
+		RTE_PTYPE_L2_ETHER,
+		RTE_PTYPE_L2_ETHER_TIMESYNC,
+		RTE_PTYPE_L2_ETHER_LLDP,
+		RTE_PTYPE_L2_ETHER_ARP,
+		RTE_PTYPE_L3_IPV4,
+		RTE_PTYPE_L3_IPV6,
+		RTE_PTYPE_L4_TCP,
+		RTE_PTYPE_L4_UDP,
+		RTE_PTYPE_UNKNOWN
+	};
+
+	return ptypes;
+}
+
 /*
  * Cleans one descriptor. Connects the filled mbufs into a chain.
  * Does not advance the tail index.

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-10-11  4:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11  4:19 |WARNING| pw117853 [PATCH] [v1, 25/35] net/ionic: advertise supported packet types 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).