From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Alan Elder <alan.elder@microsoft.com>, zhoumin@loongson.cn
Subject: |WARNING| pw136534 [PATCH] net/netvsc: fix parsing of VLAN metadata
Date: Thu, 8 Feb 2024 21:51:14 +0800 [thread overview]
Message-ID: <202402081351.418DpEjs1257103@localhost.localdomain> (raw)
In-Reply-To: <PA4PR83MB0526398D23186AB50C38D0EF97442@PA4PR83MB0526.EURPRD83.prod.outlook.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/136534
_apply patch failure_
Submitter: Alan Elder <alan.elder@microsoft.com>
Date: Thu, 8 Feb 2024 14:12:38 +0000
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: 805c5507267b6ef7a0cdcfc33aa326bc1de8c80b
Apply patch set 136534 failed:
Checking patch .mailmap...
error: while searching for:
Alain Leon xerebz@gmail.com<mailto:xerebz@gmail.com>
Alan Carew alan.carew@intel.com<mailto:alan.carew@intel.com>
Alan Dewar alan.dewar@att.com<mailto:alan.dewar@att.com> adewar@brocade.com<mailto:adewar@brocade.com>
Alan Liu zaoxingliu@gmail.com<mailto:zaoxingliu@gmail.com>
Alan Winkowski walan@marvell.com<mailto:walan@marvell.com>
Alejandro Lucero alejandro.lucero@netronome.com<mailto:alejandro.lucero@netronome.com>
error: patch failed: .mailmap:32
error: .mailmap: patch does not apply
Checking patch drivers/net/netvsc/hn_rxtx.c...
error: while searching for:
#define HN_TXD_CACHE_SIZE 32 /* per cpu tx_descriptor pool cache */
#define HN_RXQ_EVENT_DEFAULT 2048
struct hn_rxinfo {
uint32_t vlan_info;
uint32_t csum_info;
uint32_t hash_info;
uint32_t hash_value;
error: patch failed: drivers/net/netvsc/hn_rxtx.c:42
error: drivers/net/netvsc/hn_rxtx.c: patch does not apply
Checking patch drivers/net/netvsc/ndis.h...
error: while searching for:
*/
/* VLAN */
#define NDIS_VLAN_INFO_SIZE sizeof(uint32_t)
#define NDIS_VLAN_INFO_PRI_MASK 0x0007
#define NDIS_VLAN_INFO_CFI_MASK 0x0008
#define NDIS_VLAN_INFO_ID_MASK 0xfff0
#define NDIS_VLAN_INFO_MAKE(id, pri, cfi) \
(((pri) & NDIS_VLAN_INFO_PRI_MASK) | \
(((cfi) & 0x1) << 3) | (((id) & 0xfff) << 4))
#define NDIS_VLAN_INFO_ID(inf) (((inf) & NDIS_VLAN_INFO_ID_MASK) >> 4)
#define NDIS_VLAN_INFO_CFI(inf) (((inf) & NDIS_VLAN_INFO_CFI_MASK) >> 3)
#define NDIS_VLAN_INFO_PRI(inf) ((inf) & NDIS_VLAN_INFO_PRI_MASK)
/* Reception checksum */
#define NDIS_RXCSUM_INFO_SIZE sizeof(uint32_t)
error: patch failed: drivers/net/netvsc/ndis.h:316
error: drivers/net/netvsc/ndis.h: patch does not apply
next parent reply other threads:[~2024-02-08 14:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <PA4PR83MB0526398D23186AB50C38D0EF97442@PA4PR83MB0526.EURPRD83.prod.outlook.com>
2024-02-08 13:51 ` qemudev [this message]
2024-02-08 14:16 ` checkpatch
2024-02-08 14:32 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=202402081351.418DpEjs1257103@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=alan.elder@microsoft.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).