|WARNING| pw143400 [PATCH] net/octeon_ep: add device removal event callback

qemudev at loongson.cn qemudev at loongson.cn
Tue Aug 27 07:05:54 CEST 2024


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

_apply patch failure_

Submitter: Vamsi Krishna <vattunuru at marvell.com>
Date: Tue, 27 Aug 2024 11:02:59 +0530
DPDK git baseline: Repo:dpdk-next-net-mrvl
  Branch: for-next-net
  CommitID: cb9187bc5c2b4bab0ad80194ac3b60491de14e8c

Apply patch set 143400 failed:

Checking patch drivers/net/octeon_ep/cnxk_ep_vf.c...
Checking patch drivers/net/octeon_ep/otx2_ep_vf.c...
Checking patch drivers/net/octeon_ep/otx_ep_ethdev.c...
Hunk #7 succeeded at 732 (offset -2 lines).
Hunk #8 succeeded at 779 (offset -2 lines).
Hunk #9 succeeded at 817 (offset -2 lines).
error: while searching for:
		otx_ep_info("Using pkind %d.\n", otx_epvf->pkind);
	} else {
		otx_ep_err("Invalid chip id\n");
		return -EINVAL;
	}

	if (otx_ep_mbox_init(eth_dev))
		return -EINVAL;

	if (otx_ep_eth_dev_query_set_vf_mac(eth_dev,
				(struct rte_ether_addr *)&vf_mac_addr)) {
		otx_ep_err("set mac addr failed\n");
		return -ENODEV;
	}
	rte_ether_addr_copy(&vf_mac_addr, eth_dev->data->mac_addrs);

	return 0;
}

static int

error: patch failed: drivers/net/octeon_ep/otx_ep_ethdev.c:825
error: drivers/net/octeon_ep/otx_ep_ethdev.c: patch does not apply
Checking patch drivers/net/octeon_ep/otx_ep_mbox.c...
Hunk #1 succeeded at 28 (offset -3 lines).
Hunk #2 succeeded at 42 (offset -3 lines).
error: while searching for:
{
	struct otx_ep_device *otx_ep = (struct otx_ep_device *)eth_dev->data->dev_private;
	struct rte_pci_device *pdev = RTE_ETH_DEV_TO_PCI(eth_dev);

	otx_ep_mbox_version_check(otx_ep);


error: patch failed: drivers/net/octeon_ep/otx_ep_mbox.c:351
error: drivers/net/octeon_ep/otx_ep_mbox.c: patch does not apply
Checking patch drivers/net/octeon_ep/otx_ep_vf.c...



More information about the test-report mailing list