From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>, zhoumin@loongson.cn
Subject: |WARNING| pw136513-136515 [PATCH 1/3] ethdev: add support for RSS based on IPv6 flow label
Date: Thu, 8 Feb 2024 13:19:51 +0800 [thread overview]
Message-ID: <202402080519.4185JpGK1110778@localhost.localdomain> (raw)
In-Reply-To: <20240208054311.3642-2-ajit.khaparde@broadcom.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/136513
_apply patch failure_
Submitter: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: Wed, 7 Feb 2024 21:43:09 -0800
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: 67d787e43c304dba6be55f0ce93df006d0997e48
Apply patch set 136513-136515 failed:
Checking patch drivers/net/bnxt/bnxt.h...
error: while searching for:
#define BNXT_VNIC_CAP_OUTER_RSS_TRUSTED_VF BIT(4)
#define BNXT_VNIC_CAP_XOR_MODE BIT(5)
#define BNXT_VNIC_CAP_CHKSM_MODE BIT(6)
#define BNXT_VNIC_CAP_L2_CQE_MODE BIT(8)
#define BNXT_VNIC_CAP_AH_SPI4_CAP BIT(9)
#define BNXT_VNIC_CAP_AH_SPI6_CAP BIT(10)
error: patch failed: drivers/net/bnxt/bnxt.h:868
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
if (bp->vnic_cap_flags & BNXT_VNIC_CAP_CHKSM_MODE)
support |= RTE_ETH_RSS_IPV4_CHKSUM |
RTE_ETH_RSS_L4_CHKSUM;
if (bp->vnic_cap_flags & BNXT_VNIC_CAP_AH_SPI_CAP)
support |= RTE_ETH_RSS_AH;
if (bp->vnic_cap_flags & BNXT_VNIC_CAP_ESP_SPI_CAP)
error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:1086
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
error: while searching for:
if (flags & HWRM_VNIC_QCAPS_OUTPUT_FLAGS_RING_SELECT_MODE_TOEPLITZ_CHKSM_CAP)
bp->vnic_cap_flags |= BNXT_VNIC_CAP_CHKSM_MODE;
if (flags & HWRM_VNIC_QCAPS_OUTPUT_FLAGS_L2_CQE_MODE_CAP)
bp->vnic_cap_flags |= BNXT_VNIC_CAP_L2_CQE_MODE;
error: patch failed: drivers/net/bnxt/bnxt_hwrm.c:1307
error: drivers/net/bnxt/bnxt_hwrm.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_vnic.c...
error: while searching for:
hwrm_type |= HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_TCP_IPV6;
if (rte_type & RTE_ETH_RSS_NONFRAG_IPV6_UDP)
hwrm_type |= HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_UDP_IPV6;
if (rte_type & RTE_ETH_RSS_ESP)
hwrm_type |= HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_ESP_SPI_IPV4 |
HWRM_VNIC_RSS_CFG_INPUT_HASH_TYPE_ESP_SPI_IPV6;
error: patch failed: drivers/net/bnxt/bnxt_vnic.c:280
error: drivers/net/bnxt/bnxt_vnic.c: patch does not apply
next parent reply other threads:[~2024-02-08 5:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240208054311.3642-2-ajit.khaparde@broadcom.com>
2024-02-08 5:19 ` qemudev [this message]
2024-02-08 5:44 ` |SUCCESS| pw136513 " checkpatch
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=202402080519.4185JpGK1110778@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=ajit.khaparde@broadcom.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/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).