automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw110231-110232 [PATCH] [2/2] net/mlx5: fix LRO configuration in drop RxQ
@ 2022-04-25  9:49 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-04-25  9:49 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]

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

_apply patch failure_

Submitter: Michael Baum <michaelba@nvidia.com>
Date: Monday, April 25 2022 09:30:20 
Applied on: CommitID:76076342ec8ef108a155938d46a88bb493fae60e
Apply patch set 110231-110232 failed:

Checking patch drivers/net/mlx5/mlx5_rxq.c...
error: while searching for:
			    dev->data->dev_conf.rxmode.offloads;
	bool is_extmem = false;

	if (mp) {
		/*
		 * The parameters should be checked on rte_eth_dev layer.

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:842
Applying patch drivers/net/mlx5/mlx5_rxq.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/mlx5/mlx5_rxq.c b/drivers/net/mlx5/mlx5_rxq.c	(rejected hunks)
@@ -842,6 +842,14 @@ mlx5_rx_queue_setup(struct rte_eth_dev *dev, uint16_t idx, uint16_t desc,
 			    dev->data->dev_conf.rxmode.offloads;
 	bool is_extmem = false;
 
+	if ((offloads & RTE_ETH_RX_OFFLOAD_TCP_LRO) &&
+	    !priv->sh->dev_cap.lro_supported) {
+		DRV_LOG(ERR,
+			"Port %u queue %u LRO is configured but not supported.",
+			dev->data->port_id, idx);
+		rte_errno = EINVAL;
+		return -rte_errno;
+	}
 	if (mp) {
 		/*
 		 * The parameters should be checked on rte_eth_dev layer.

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-25  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  9:49 |WARNING| pw110231-110232 [PATCH] [2/2] net/mlx5: fix LRO configuration in drop RxQ 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).