|WARNING| pw160700-160705 [PATCH v6 1/8] net/nfb: prepare for indirect queue mapping scheme

qemudev at loongson.cn qemudev at loongson.cn
Mon Feb 2 16:00:39 CET 2026


Test-Label: loongarch-compilation
Test-Status: WARNING
https://dpdk.org/patch/160700

_apply patch failure_

Submitter: Martin Spinler <spinler at cesnet.cz>
Date: Mon,  2 Feb 2026 16:34:42 +0100
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 9dfa8661d50524b974467d34bd202612beb42fab

Apply patch set 160700-160705 failed:

Checking patch drivers/net/nfb/nfb.h...
error: while searching for:
struct pmd_priv {
	uint16_t max_rx_queues;
	uint16_t max_tx_queues;
};

#endif /* _NFB_H_ */

error: patch failed: drivers/net/nfb/nfb.h:60
error: drivers/net/nfb/nfb.h: patch does not apply
Checking patch drivers/net/nfb/nfb_ethdev.c...
error: while searching for:
static int
nfb_eth_dev_init(struct rte_eth_dev *dev)
{
	int ret;
	uint32_t mac_count;
	struct rte_eth_dev_data *data = dev->data;

error: patch failed: drivers/net/nfb/nfb_ethdev.c:509
error: drivers/net/nfb/nfb_ethdev.c: patch does not apply
Checking patch drivers/net/nfb/nfb_rx.c...
error: while searching for:
		struct rte_mempool *mb_pool)
{
	struct pmd_internals *internals = dev->process_private;

	struct ndp_rx_queue *rxq;
	int ret;

	rxq = rte_zmalloc_socket("ndp rx queue",
			sizeof(struct ndp_rx_queue),
			RTE_CACHE_LINE_SIZE, socket_id);

	if (rxq == NULL) {

error: patch failed: drivers/net/nfb/nfb_rx.c:61
error: drivers/net/nfb/nfb_rx.c: patch does not apply
Checking patch drivers/net/nfb/nfb_rx.h...
Hunk #1 succeeded at 29 (offset -1 lines).
Hunk #2 succeeded at 45 (offset -1 lines).
Hunk #3 succeeded at 58 (offset -1 lines).
Hunk #4 succeeded at 68 (offset -1 lines).
Checking patch drivers/net/nfb/nfb_tx.c...
error: while searching for:
	const struct rte_eth_txconf *tx_conf __rte_unused)
{
	struct pmd_internals *internals = dev->process_private;
	int ret;
	struct ndp_tx_queue *txq;

	txq = rte_zmalloc_socket("ndp tx queue",
		sizeof(struct ndp_tx_queue),
		RTE_CACHE_LINE_SIZE, socket_id);

	if (txq == NULL) {

error: patch failed: drivers/net/nfb/nfb_tx.c:54
error: drivers/net/nfb/nfb_tx.c: patch does not apply
Checking patch drivers/net/nfb/nfb_tx.h...



More information about the test-report mailing list