From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw118974 [PATCH] [v3] net/mlx5: add port representor item support
Date: Sun, 23 Oct 2022 22:08:03 -0400 (EDT) [thread overview]
Message-ID: <20221024020803.B5F7D10618C@noxus.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 3137 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/118974
_apply patch failure_
Submitter: Sean Zhang <xiazhang@nvidia.com>
Date: Monday, October 24 2022 01:48:14
Applied on: CommitID:269f027453ae7a9ac1bf0d6786388f598a139314
Apply patch set 118974 failed:
Checking patch drivers/net/mlx5/mlx5_flow.c...
Hunk #1 succeeded at 108 (offset -20 lines).
Hunk #2 succeeded at 565 (offset -20 lines).
Hunk #3 succeeded at 5443 (offset -73 lines).
Hunk #4 succeeded at 6103 (offset -73 lines).
Hunk #5 succeeded at 6916 (offset -74 lines).
Hunk #6 succeeded at 6930 (offset -74 lines).
Hunk #7 succeeded at 7019 (offset -74 lines).
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
Hunk #1 succeeded at 7059 (offset -126 lines).
error: while searching for:
mlx5_flow_get_thread_workspace())->rss_desc,
};
struct mlx5_dv_matcher_workspace wks_m = wks;
int ret = 0;
int tunnel;
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:13607
error: while searching for:
RTE_FLOW_ERROR_TYPE_ITEM,
NULL, "item not supported");
tunnel = !!(wks.item_flags & MLX5_FLOW_LAYER_TUNNEL);
switch (items->type) {
case RTE_FLOW_ITEM_TYPE_CONNTRACK:
flow_dv_translate_item_aso_ct(dev, match_mask,
match_value, items);
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:13616
error: while searching for:
wks.last_item = tunnel ? MLX5_FLOW_ITEM_INNER_FLEX :
MLX5_FLOW_ITEM_OUTER_FLEX;
break;
default:
ret = flow_dv_translate_items(dev, items, &wks_m,
match_mask, MLX5_SET_MATCHER_SW_M, error);
error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:13628
Applied patch drivers/net/mlx5/mlx5_flow.c cleanly.
Applying patch drivers/net/mlx5/mlx5_flow_dv.c with 3 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
Rejected hunk #4.
diff a/drivers/net/mlx5/mlx5_flow_dv.c b/drivers/net/mlx5/mlx5_flow_dv.c (rejected hunks)
@@ -13607,6 +13608,7 @@ flow_dv_translate_items_sws(struct rte_eth_dev *dev,
mlx5_flow_get_thread_workspace())->rss_desc,
};
struct mlx5_dv_matcher_workspace wks_m = wks;
+ int item_type;
int ret = 0;
int tunnel;
@@ -13616,7 +13618,8 @@ flow_dv_translate_items_sws(struct rte_eth_dev *dev,
RTE_FLOW_ERROR_TYPE_ITEM,
NULL, "item not supported");
tunnel = !!(wks.item_flags & MLX5_FLOW_LAYER_TUNNEL);
- switch (items->type) {
+ item_type = items->type;
+ switch (item_type) {
case RTE_FLOW_ITEM_TYPE_CONNTRACK:
flow_dv_translate_item_aso_ct(dev, match_mask,
match_value, items);
@@ -13628,6 +13631,12 @@ flow_dv_translate_items_sws(struct rte_eth_dev *dev,
wks.last_item = tunnel ? MLX5_FLOW_ITEM_INNER_FLEX :
MLX5_FLOW_ITEM_OUTER_FLEX;
break;
+ case MLX5_RTE_FLOW_ITEM_TYPE_SQ:
+ flow_dv_translate_item_sq(match_value, items,
+ MLX5_SET_MATCHER_SW_V);
+ flow_dv_translate_item_sq(match_mask, items,
+ MLX5_SET_MATCHER_SW_M);
+ break;
default:
ret = flow_dv_translate_items(dev, items, &wks_m,
match_mask, MLX5_SET_MATCHER_SW_M, error);
https://lab.dpdk.org/results/dashboard/patchsets/24138/
UNH-IOL DPDK Community Lab
reply other threads:[~2022-10-24 2:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20221024020803.B5F7D10618C@noxus.dpdklab.iol.unh.edu \
--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).