From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: <pbhagavatula@marvell.com>, zhoumin@loongson.cn
Subject: |WARNING| pw126888-126890 [PATCH 1/3] event/cnxk: align TX queue buffer adjustment
Date: Wed, 17 May 2023 11:09:19 +0800 [thread overview]
Message-ID: <202305170309.34H39JY3999473@localhost.localdomain> (raw)
In-Reply-To: <20230516143752.4941-1-pbhagavatula@marvell.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126888
_apply patch failure_
Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Tue, 16 May 2023 20:07:50 +0530
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: a399d7b5a994e335c446d4b15d7622d71dd8848c
Apply patch set 126888-126890 failed:
Checking patch drivers/event/cnxk/cn10k_eventdev.c...
error: while searching for:
sq = &cnxk_eth_dev->sqs[tx_queue_id];
txq = eth_dev->data->tx_queues[tx_queue_id];
sqes_per_sqb = 1U << txq->sqes_per_sqb_log2;
sq->nb_sqb_bufs_adj =
sq->nb_sqb_bufs -
RTE_ALIGN_MUL_CEIL(sq->nb_sqb_bufs, sqes_per_sqb) /
sqes_per_sqb;
if (cnxk_eth_dev->tx_offloads & RTE_ETH_TX_OFFLOAD_SECURITY)
sq->nb_sqb_bufs_adj -= (cnxk_eth_dev->outb.nb_desc /
(sqes_per_sqb - 1));
txq->nb_sqb_bufs_adj = sq->nb_sqb_bufs_adj;
txq->nb_sqb_bufs_adj =
((100 - ROC_NIX_SQB_THRESH) * txq->nb_sqb_bufs_adj) / 100;
}
}
error: patch failed: drivers/event/cnxk/cn10k_eventdev.c:840
error: drivers/event/cnxk/cn10k_eventdev.c: patch does not apply
Checking patch drivers/event/cnxk/cn10k_tx_worker.h...
Checking patch drivers/event/cnxk/cn9k_eventdev.c...
error: while searching for:
sq = &cnxk_eth_dev->sqs[tx_queue_id];
txq = eth_dev->data->tx_queues[tx_queue_id];
sqes_per_sqb = 1U << txq->sqes_per_sqb_log2;
sq->nb_sqb_bufs_adj =
sq->nb_sqb_bufs -
RTE_ALIGN_MUL_CEIL(sq->nb_sqb_bufs, sqes_per_sqb) /
sqes_per_sqb;
if (cnxk_eth_dev->tx_offloads & RTE_ETH_TX_OFFLOAD_SECURITY)
sq->nb_sqb_bufs_adj -= (cnxk_eth_dev->outb.nb_desc /
(sqes_per_sqb - 1));
txq->nb_sqb_bufs_adj = sq->nb_sqb_bufs_adj;
txq->nb_sqb_bufs_adj =
((100 - ROC_NIX_SQB_THRESH) * txq->nb_sqb_bufs_adj) / 100;
}
}
error: patch failed: drivers/event/cnxk/cn9k_eventdev.c:893
error: drivers/event/cnxk/cn9k_eventdev.c: patch does not apply
Checking patch drivers/event/cnxk/cn9k_worker.h...
Hunk #1 succeeded at 763 (offset 52 lines).
Hunk #2 succeeded at 794 (offset 52 lines).
Checking patch drivers/net/cnxk/cn10k_tx.h...
Checking patch drivers/net/cnxk/cn9k_tx.h...
prev parent reply other threads:[~2023-05-17 3:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230516143752.4941-1-pbhagavatula@marvell.com>
2023-05-16 14:38 ` |SUCCESS| pw126888 " checkpatch
2023-05-17 3:09 ` qemudev [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202305170309.34H39JY3999473@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=pbhagavatula@marvell.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).