From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Shani Peretz <shperetz@nvidia.com>, zhoumin@loongson.cn
Subject: |WARNING| pw154652-154653 [RFC PATCH 1/2] examples/flow_filtering: add match port affinity snippet
Date: Tue, 24 Jun 2025 14:48:18 +0800 [thread overview]
Message-ID: <202506240648.55O6mIBi1424327@localhost.localdomain> (raw)
In-Reply-To: <20250624071538.107876-2-shperetz@nvidia.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/154652
_apply patch failure_
Submitter: Shani Peretz <shperetz@nvidia.com>
Date: Tue, 24 Jun 2025 10:15:36 +0300
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 6890ee7ba76e92745d6c61b3b6b9d757ebaaa89d
Apply patch set 154652-154653 failed:
Checking patch examples/flow_filtering/common.h...
error: while searching for:
#ifndef COMMON_H
#define COMMON_H
extern bool enable_promiscuous_mode;
extern bool enable_flow_isolation;
extern struct rte_flow_attr flow_attr;
error: patch failed: examples/flow_filtering/common.h:5
error: examples/flow_filtering/common.h: patch does not apply
Checking patch examples/flow_filtering/flow_skeleton.c...
error: while searching for:
struct rte_flow_action actions[MAX_ACTION_NUM] = {0};
struct rte_flow_item patterns[MAX_PATTERN_NUM] = {0};
snippet_skeleton_flow_create_actions(actions);
snippet_skeleton_flow_create_patterns(patterns);
/* >8 End of setting the common action and pattern structures. */
error: patch failed: examples/flow_filtering/flow_skeleton.c:59
error: examples/flow_filtering/flow_skeleton.c: patch does not apply
Checking patch examples/flow_filtering/main.c...
Hunk #1 succeeded at 36 (offset -4 lines).
Hunk #2 succeeded at 62 (offset -4 lines).
Hunk #3 succeeded at 174 (offset -4 lines).
Hunk #4 succeeded at 185 (offset -4 lines).
Hunk #5 succeeded at 200 (offset -4 lines).
Checking patch examples/flow_filtering/meson.build...
error: while searching for:
'snippets/snippet_match_ipv4.c',
'snippets/snippet_match_gre.c',
'snippets/snippet_match_mpls.c',
'snippets/snippet_re_route_to_kernel.c',
)
error: patch failed: examples/flow_filtering/meson.build:15
error: examples/flow_filtering/meson.build: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_gre.c...
error: while searching for:
}
static void
snippet_match_gre_create_actions(struct rte_flow_action *action)
{
/* Create one action that moves the packet to the selected queue. */
struct rte_flow_action_queue *queue = calloc(1, sizeof(struct rte_flow_action_queue));
error: patch failed: examples/flow_filtering/snippets/snippet_match_gre.c:15
error: examples/flow_filtering/snippets/snippet_match_gre.c: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_gre.h...
error: while searching for:
#define snippet_init snippet_init_gre
static void
snippet_match_gre_create_actions(struct rte_flow_action *action);
#define snippet_skeleton_flow_create_actions snippet_match_gre_create_actions
static void
error: patch failed: examples/flow_filtering/snippets/snippet_match_gre.h:19
error: examples/flow_filtering/snippets/snippet_match_gre.h: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_ipv4.c...
error: while searching for:
#include <rte_errno.h>
#include <rte_flow.h>
#include "snippet_match_ipv4.h"
#include "../common.h"
void
snippet_init_ipv4(void)
error: patch failed: examples/flow_filtering/snippets/snippet_match_ipv4.c:7
error: examples/flow_filtering/snippets/snippet_match_ipv4.c: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_ipv4.h...
error: while searching for:
#define snippet_init snippet_init_ipv4
void
snippet_ipv4_flow_create_actions(struct rte_flow_action *action);
#define snippet_skeleton_flow_create_actions snippet_ipv4_flow_create_actions
void
error: patch failed: examples/flow_filtering/snippets/snippet_match_ipv4.h:17
error: examples/flow_filtering/snippets/snippet_match_ipv4.h: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_mpls.c...
error: while searching for:
}
static void
snippet_mpls_create_actions(struct rte_flow_action *actions)
{
/* Create one action that moves the packet to the selected queue. */
struct rte_flow_action_queue *queue;
error: patch failed: examples/flow_filtering/snippets/snippet_match_mpls.c:19
error: examples/flow_filtering/snippets/snippet_match_mpls.c: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_mpls.h...
error: while searching for:
#define snippet_init snippet_init_mpls
static void
snippet_mpls_create_actions(struct rte_flow_action *actions);
#define snippet_skeleton_flow_create_actions snippet_mpls_create_actions
static void
error: patch failed: examples/flow_filtering/snippets/snippet_match_mpls.h:19
error: examples/flow_filtering/snippets/snippet_match_mpls.h: patch does not apply
Checking patch examples/flow_filtering/snippets/snippet_match_port_affinity.c...
Checking patch examples/flow_filtering/snippets/snippet_match_port_affinity.h...
Checking patch examples/flow_filtering/snippets/snippet_re_route_to_kernel.c...
error: examples/flow_filtering/snippets/snippet_re_route_to_kernel.c: No such file or directory
Checking patch examples/flow_filtering/snippets/snippet_re_route_to_kernel.h...
error: examples/flow_filtering/snippets/snippet_re_route_to_kernel.h: No such file or directory
next parent reply other threads:[~2025-06-24 7:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250624071538.107876-2-shperetz@nvidia.com>
2025-06-24 6:48 ` qemudev [this message]
2025-06-24 7:15 ` |WARNING| pw154652 " 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=202506240648.55O6mIBi1424327@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=shperetz@nvidia.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).