automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw127867-127869 [PATCH] [v4, 3/3] net/sfc: support VLAN stripping offload
Date: Thu, 01 Jun 2023 09:40:53 -0700 (PDT)	[thread overview]
Message-ID: <6478ca15.170a0220.1cd9b.9995SMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

             reply	other threads:[~2023-06-01 16:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 16:40 dpdklab [this message]
2023-06-09 22:35 dpdklab
2023-06-10 18:51 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6478ca15.170a0220.1cd9b.9995SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).