automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation
       [not found] <20241126092539.307780-1-bingz@nvidia.com>
@ 2024-11-26  9:26 ` checkpatch
  2024-11-26 12:18 ` dpdklab
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-11-26  9:26 UTC (permalink / raw)
  To: test-report; +Cc: Bing Zhao

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148847

_coding style issues_


WARNING:TYPO_SPELLING: 'unifiy' may be misspelled - perhaps 'unify'?
#120: 
template API to unifiy code logic. So for each rule creation, a stub

total: 0 errors, 1 warnings, 0 checks, 83 lines checked

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

* |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation
       [not found] <20241126092539.307780-1-bingz@nvidia.com>
  2024-11-26  9:26 ` |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation checkpatch
@ 2024-11-26 12:18 ` dpdklab
  2024-11-29  8:27 ` qemudev
  2024-11-29 10:39 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-11-26 12:18 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Bing Zhao <bingz@nvidia.com>
Date: Tuesday, November 26 2024 09:25:39 
Applied on: CommitID:4025e36fa5b7e44df07d53f8e7ddfeab5f1512a2
Apply patch set 148847 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation
       [not found] <20241126092539.307780-1-bingz@nvidia.com>
  2024-11-26  9:26 ` |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation checkpatch
  2024-11-26 12:18 ` dpdklab
@ 2024-11-29  8:27 ` qemudev
  2024-11-29 10:39 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-11-29  8:27 UTC (permalink / raw)
  To: test-report; +Cc: Bing Zhao, zhoumin

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

_apply patch failure_

Submitter: Bing Zhao <bingz@nvidia.com>
Date: Tue, 26 Nov 2024 11:25:39 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: 340a5718e98376d638a28073c654415405276af4

Apply patch set 148847 failed:

Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch drivers/net/mlx5/mlx5_flow.h...
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
Hunk #1 succeeded at 13504 (offset -13 lines).
Hunk #2 succeeded at 13517 (offset -13 lines).
Hunk #3 succeeded at 13530 (offset -13 lines).
error: while searching for:
		table_type = MLX5DR_TABLE_TYPE_NIC_TX;
	else
		table_type = MLX5DR_TABLE_TYPE_NIC_RX;
	/* TODO: consider to reuse the workspace per thread. */
	table = mlx5_malloc(MLX5_MEM_ZERO, sizeof(*table), 0, SOCKET_ID_ANY);
	if (!table)
		return rte_flow_error_set(error, ENOMEM, RTE_FLOW_ERROR_TYPE_ACTION,
					  actions, "Failed to allocate dummy table");
	at = __flow_hw_actions_template_create(dev, &template_attr, actions, masks, true, error);
	if (!at) {
		ret = -rte_errno;

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


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

* |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation
       [not found] <20241126092539.307780-1-bingz@nvidia.com>
                   ` (2 preceding siblings ...)
  2024-11-29  8:27 ` qemudev
@ 2024-11-29 10:39 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-11-29 10:39 UTC (permalink / raw)
  To: test-report; +Cc: Bing Zhao, zhoumin

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

_apply patch failure_

Submitter: Bing Zhao <bingz@nvidia.com>
Date: Tue, 26 Nov 2024 11:25:39 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: 340a5718e98376d638a28073c654415405276af4

Apply patch set 148847 failed:

Checking patch drivers/net/mlx5/mlx5_flow.c...
Checking patch drivers/net/mlx5/mlx5_flow.h...
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
Hunk #1 succeeded at 13504 (offset -13 lines).
Hunk #2 succeeded at 13517 (offset -13 lines).
Hunk #3 succeeded at 13530 (offset -13 lines).
error: while searching for:
		table_type = MLX5DR_TABLE_TYPE_NIC_TX;
	else
		table_type = MLX5DR_TABLE_TYPE_NIC_RX;
	/* TODO: consider to reuse the workspace per thread. */
	table = mlx5_malloc(MLX5_MEM_ZERO, sizeof(*table), 0, SOCKET_ID_ANY);
	if (!table)
		return rte_flow_error_set(error, ENOMEM, RTE_FLOW_ERROR_TYPE_ACTION,
					  actions, "Failed to allocate dummy table");
	at = __flow_hw_actions_template_create(dev, &template_attr, actions, masks, true, error);
	if (!at) {
		ret = -rte_errno;

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


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

end of thread, other threads:[~2024-11-29 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241126092539.307780-1-bingz@nvidia.com>
2024-11-26  9:26 ` |WARNING| pw148847 [PATCH] net/mlx5: fix the unneeded stub table allocation checkpatch
2024-11-26 12:18 ` dpdklab
2024-11-29  8:27 ` qemudev
2024-11-29 10:39 ` qemudev

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