automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120024-120025 [PATCH v2 1/2] net/mlx5: fix port private max LRO msg size
       [not found] <20221122051308.194-1-getelson@nvidia.com>
@ 2022-11-22  5:04 ` qemudev
  2022-11-22  5:14 ` |SUCCESS| pw120024 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2022-11-22  5:04 UTC (permalink / raw)
  To: test-report; +Cc: Gregory Etelson

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

_apply patch failure_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Tue, 22 Nov 2022 07:13:06 +0200
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: f8f957f824ae07056b9ddde8b924eb828cb899b0

Apply patch set 120024-120025 failed:

Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	uint32_t refcnt; /**< Reference counter. */
	/**< Verbs modify header action object. */
	uint8_t ft_type; /**< Flow table type, Rx or Tx. */
	uint8_t max_lro_msg_size;
	uint32_t link_speed_capa; /* Link speed capabilities. */
	struct mlx5_xstats_ctrl xstats_ctrl; /* Extended stats control. */
	struct mlx5_stats_ctrl stats_ctrl; /* Stats control. */

error: patch failed: drivers/net/mlx5/mlx5.h:1711
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_devx.c...
error: while searching for:
	if (lro) {
		MLX5_ASSERT(priv->sh->config.lro_allowed);
		tir_attr->lro_timeout_period_usecs = priv->config.lro_timeout;
		tir_attr->lro_max_msg_sz = priv->max_lro_msg_size;
		tir_attr->lro_enable_mask =
				MLX5_TIRC_LRO_ENABLE_MASK_IPV4_LRO |
				MLX5_TIRC_LRO_ENABLE_MASK_IPV6_LRO;

error: patch failed: drivers/net/mlx5/mlx5_devx.c:870
error: drivers/net/mlx5/mlx5_devx.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
error: while searching for:
	    MLX5_MAX_TCP_HDR_OFFSET)
		max_lro_size -= MLX5_MAX_TCP_HDR_OFFSET;
	max_lro_size = RTE_MIN(max_lro_size, MLX5_MAX_LRO_SIZE);
	max_lro_size /= MLX5_LRO_SEG_CHUNK_SIZE;
	if (priv->max_lro_msg_size)
		priv->max_lro_msg_size =
			RTE_MIN((uint32_t)priv->max_lro_msg_size, max_lro_size);

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:1533
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply


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

* |SUCCESS| pw120024 [PATCH v2 1/2] net/mlx5: fix port private max LRO msg size
       [not found] <20221122051308.194-1-getelson@nvidia.com>
  2022-11-22  5:04 ` |WARNING| pw120024-120025 [PATCH v2 1/2] net/mlx5: fix port private max LRO msg size qemudev
@ 2022-11-22  5:14 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-11-22  5:14 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2022-11-22  5:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221122051308.194-1-getelson@nvidia.com>
2022-11-22  5:04 ` |WARNING| pw120024-120025 [PATCH v2 1/2] net/mlx5: fix port private max LRO msg size qemudev
2022-11-22  5:14 ` |SUCCESS| pw120024 " checkpatch

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