automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw136497 [PATCH] net/mlx5/hws: add compare ESP sequence number support
       [not found] <20240207162023.1583557-1-michaelba@nvidia.com>
@ 2024-02-07 16:01 ` qemudev
  2024-02-07 16:22 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: qemudev @ 2024-02-07 16:01 UTC (permalink / raw)
  To: test-report; +Cc: Michael Baum, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/136497

_apply patch failure_

Submitter: Michael Baum <michaelba@nvidia.com>
Date: Wed, 7 Feb 2024 18:20:23 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: b9e20153ea808f12d89090655096c78b1918fc0e

Apply patch set 136497 failed:

Checking patch doc/guides/nics/mlx5.rst...
error: while searching for:
  - Only single item is supported per pattern template.
  - Only 32-bit comparison is supported or 16-bits for random field.
  - Only supported for ``RTE_FLOW_FIELD_META``, ``RTE_FLOW_FIELD_TAG``,
    ``RTE_FLOW_FIELD_RANDOM`` and ``RTE_FLOW_FIELD_VALUE``.
  - The field type ``RTE_FLOW_FIELD_VALUE`` must be the base (``b``) field.
  - The field type ``RTE_FLOW_FIELD_RANDOM`` can only be compared with

error: patch failed: doc/guides/nics/mlx5.rst:823
error: doc/guides/nics/mlx5.rst: patch does not apply
Checking patch drivers/net/mlx5/hws/mlx5dr_definer.c...
error: while searching for:

	value = (const uint32_t *)&b->value[0];

	if (a->field == RTE_FLOW_FIELD_RANDOM)
		*base = htobe32(*value << 16);
	else
		*base = htobe32(*value);

	MLX5_SET(ste_match_4dw_range_ctrl_dw, ctrl, base0, 1);
}

error: patch failed: drivers/net/mlx5/hws/mlx5dr_definer.c:396
error: drivers/net/mlx5/hws/mlx5dr_definer.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
	switch (arg_field) {
	case RTE_FLOW_FIELD_TAG:
	case RTE_FLOW_FIELD_META:
		break;
	case RTE_FLOW_FIELD_RANDOM:
		if (base_field == RTE_FLOW_FIELD_VALUE)

error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:6725
error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply


^ permalink raw reply	[flat|nested] 3+ messages in thread

* |SUCCESS| pw136497 [PATCH] net/mlx5/hws: add compare ESP sequence number support
       [not found] <20240207162023.1583557-1-michaelba@nvidia.com>
  2024-02-07 16:01 ` |WARNING| pw136497 [PATCH] net/mlx5/hws: add compare ESP sequence number support qemudev
@ 2024-02-07 16:22 ` checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2024-02-07 16:22 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/136497

_coding style OK_



^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw136497 [PATCH] net/mlx5/hws: add compare ESP sequence number support
@ 2024-02-07 17:41 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2024-02-07 17:41 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/136497

_apply patch failure_

Submitter: Michael Baum <michaelba@nvidia.com>
Date: Wednesday, February 07 2024 16:20:23 
Applied on: CommitID:b9e20153ea808f12d89090655096c78b1918fc0e
Apply patch set 136497 failed:

Cloning the DPDK mirror at: https://github.com/DPDK/dpdk.git (Attempt 1 of 3)
Trying to checkout branch: main
Checked out to main (a4ce111cc89f580b8c4aad51bdb061acbdfde86b)
Done: main commit a4ce111cc89f580b8c4aad51bdb061acbdfde86b
Trying to checkout branch: origin/next-net-mlx-for-next-net
Checked out to next-net-mlx-for-next-net (b9e20153ea808f12d89090655096c78b1918fc0e)
Applying patch...

Failed to apply patch:
Applying: net/mlx5/hws: add compare ESP sequence number support
error: sha1 information is lacking or useless (doc/guides/nics/mlx5.rst).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 net/mlx5/hws: add compare ESP sequence number support
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


Trying to checkout branch: main
Checked out to main (b9e20153ea808f12d89090655096c78b1918fc0e)
Applying patch...

Failed to apply patch:
Applying: net/mlx5/hws: add compare ESP sequence number support
error: sha1 information is lacking or useless (doc/guides/nics/mlx5.rst).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 net/mlx5/hws: add compare ESP sequence number support
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


https://lab.dpdk.org/results/dashboard/patchsets/29085/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-07 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240207162023.1583557-1-michaelba@nvidia.com>
2024-02-07 16:01 ` |WARNING| pw136497 [PATCH] net/mlx5/hws: add compare ESP sequence number support qemudev
2024-02-07 16:22 ` |SUCCESS| " checkpatch
2024-02-07 17:41 |WARNING| " dpdklab

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).