automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127867-127869 [PATCH] [v4, 3/3] net/sfc: support VLAN stripping offload
@ 2023-06-09 22:35 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-09 22:35 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Artemii Morozov <Artemii.Morozov@arknetworks.am>
Date: Thursday, June 01 2023 15:30:22 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127867-127869 failed:

Checking patch doc/guides/nics/sfc_efx.rst...
Checking patch drivers/net/sfc/sfc_ef100_rx.c...
error: while searching for:
	    (rxq->flags & SFC_EF100_RXQ_INGRESS_MPORT))
		return ENOTSUP;

	rxq->prefix_size = pinfo->erpl_length;
	rxq->rearm_data = sfc_ef100_mk_mbuf_rearm_data(rxq->dp.dpq.port_id,
						       rxq->prefix_size);

error: patch failed: drivers/net/sfc/sfc_ef100_rx.c:892
Hunk #5 succeeded at 1007 (offset -16 lines).
Checking patch drivers/net/sfc/sfc_rx.c...
Hunk #3 succeeded at 1701 (offset -3 lines).
Applied patch doc/guides/nics/sfc_efx.rst cleanly.
Applying patch drivers/net/sfc/sfc_ef100_rx.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applied patch drivers/net/sfc/sfc_rx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/sfc/sfc_ef100_rx.c b/drivers/net/sfc/sfc_ef100_rx.c	(rejected hunks)
@@ -892,6 +905,12 @@ sfc_ef100_rx_qstart(struct sfc_dp_rxq *dp_rxq, unsigned int evq_read_ptr,
 	    (rxq->flags & SFC_EF100_RXQ_INGRESS_MPORT))
 		return ENOTSUP;
 
+	if ((unsup_rx_prefix_fields &
+	     (1U << EFX_RX_PREFIX_FIELD_VLAN_STRIP_TCI)) == 0)
+		rxq->flags |= SFC_EF100_RXQ_VLAN_STRIP;
+	else
+		rxq->flags &= ~SFC_EF100_RXQ_VLAN_STRIP;
+
 	rxq->prefix_size = pinfo->erpl_length;
 	rxq->rearm_data = sfc_ef100_mk_mbuf_rearm_data(rxq->dp.dpq.port_id,
 						       rxq->prefix_size);

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw127867-127869 [PATCH] [v4, 3/3] net/sfc: support VLAN stripping offload
@ 2023-06-10 18:51 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-10 18:51 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Artemii Morozov <Artemii.Morozov@arknetworks.am>
Date: Thursday, June 01 2023 15:30:22 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127867-127869 failed:

Checking patch doc/guides/nics/sfc_efx.rst...
Checking patch drivers/net/sfc/sfc_ef100_rx.c...
error: while searching for:
	    (rxq->flags & SFC_EF100_RXQ_INGRESS_MPORT))
		return ENOTSUP;

	rxq->prefix_size = pinfo->erpl_length;
	rxq->rearm_data = sfc_ef100_mk_mbuf_rearm_data(rxq->dp.dpq.port_id,
						       rxq->prefix_size);

error: patch failed: drivers/net/sfc/sfc_ef100_rx.c:892
Hunk #5 succeeded at 1007 (offset -16 lines).
Checking patch drivers/net/sfc/sfc_rx.c...
Hunk #3 succeeded at 1701 (offset -3 lines).
Applied patch doc/guides/nics/sfc_efx.rst cleanly.
Applying patch drivers/net/sfc/sfc_ef100_rx.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applied patch drivers/net/sfc/sfc_rx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/sfc/sfc_ef100_rx.c b/drivers/net/sfc/sfc_ef100_rx.c	(rejected hunks)
@@ -892,6 +905,12 @@ sfc_ef100_rx_qstart(struct sfc_dp_rxq *dp_rxq, unsigned int evq_read_ptr,
 	    (rxq->flags & SFC_EF100_RXQ_INGRESS_MPORT))
 		return ENOTSUP;
 
+	if ((unsup_rx_prefix_fields &
+	     (1U << EFX_RX_PREFIX_FIELD_VLAN_STRIP_TCI)) == 0)
+		rxq->flags |= SFC_EF100_RXQ_VLAN_STRIP;
+	else
+		rxq->flags &= ~SFC_EF100_RXQ_VLAN_STRIP;
+
 	rxq->prefix_size = pinfo->erpl_length;
 	rxq->rearm_data = sfc_ef100_mk_mbuf_rearm_data(rxq->dp.dpq.port_id,
 						       rxq->prefix_size);

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw127867-127869 [PATCH] [v4, 3/3] net/sfc: support VLAN stripping offload
@ 2023-06-01 16:40 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-01 16:40 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Artemii Morozov <Artemii.Morozov@arknetworks.am>
Date: Thursday, June 01 2023 15:30:22 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127867-127869 failed:

Checking patch doc/guides/nics/sfc_efx.rst...
Checking patch drivers/net/sfc/sfc_ef100_rx.c...
error: while searching for:
	    (rxq->flags & SFC_EF100_RXQ_INGRESS_MPORT))
		return ENOTSUP;

	rxq->prefix_size = pinfo->erpl_length;
	rxq->rearm_data = sfc_ef100_mk_mbuf_rearm_data(rxq->dp.dpq.port_id,
						       rxq->prefix_size);

error: patch failed: drivers/net/sfc/sfc_ef100_rx.c:892
Hunk #5 succeeded at 1007 (offset -16 lines).
Checking patch drivers/net/sfc/sfc_rx.c...
Hunk #3 succeeded at 1701 (offset -3 lines).
Applied patch doc/guides/nics/sfc_efx.rst cleanly.
Applying patch drivers/net/sfc/sfc_ef100_rx.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applied patch drivers/net/sfc/sfc_rx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/sfc/sfc_ef100_rx.c b/drivers/net/sfc/sfc_ef100_rx.c	(rejected hunks)
@@ -892,6 +905,12 @@ sfc_ef100_rx_qstart(struct sfc_dp_rxq *dp_rxq, unsigned int evq_read_ptr,
 	    (rxq->flags & SFC_EF100_RXQ_INGRESS_MPORT))
 		return ENOTSUP;
 
+	if ((unsup_rx_prefix_fields &
+	     (1U << EFX_RX_PREFIX_FIELD_VLAN_STRIP_TCI)) == 0)
+		rxq->flags |= SFC_EF100_RXQ_VLAN_STRIP;
+	else
+		rxq->flags &= ~SFC_EF100_RXQ_VLAN_STRIP;
+
 	rxq->prefix_size = pinfo->erpl_length;
 	rxq->rearm_data = sfc_ef100_mk_mbuf_rearm_data(rxq->dp.dpq.port_id,
 						       rxq->prefix_size);

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-10 18:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 22:35 |WARNING| pw127867-127869 [PATCH] [v4, 3/3] net/sfc: support VLAN stripping offload dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-06-10 18:51 dpdklab
2023-06-01 16:40 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).