* |SUCCESS| pw149491 [PATCH 1/2] app/test: remove use of non-standard array range initialization
[not found] <1735243903-26857-2-git-send-email-andremue@linux.microsoft.com>
@ 2024-12-26 20:12 ` checkpatch
2025-08-20 0:26 ` |WARNING| pw149491-156005 " qemudev
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-12-26 20:12 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/149491
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw149491-156005 [PATCH 1/2] app/test: remove use of non-standard array range initialization
[not found] <1735243903-26857-2-git-send-email-andremue@linux.microsoft.com>
2024-12-26 20:12 ` |SUCCESS| pw149491 [PATCH 1/2] app/test: remove use of non-standard array range initialization checkpatch
@ 2025-08-20 0:26 ` qemudev
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2025-08-20 0:26 UTC (permalink / raw)
To: test-report; +Cc: Andre Muezerie, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/149491
_apply patch failure_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Thu, 26 Dec 2024 12:11:42 -0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 38543d33bd47fc0ee21f59db80a8763620741879
Apply patch set 149491-156005 failed:
Checking patch drivers/net/octeon_ep/otx_ep_mbox.c...
Checking patch drivers/net/r8169/base/rtl8125a_mcu.c...
error: while searching for:
rtl_release_phy_mcu_patch_key_lock(struct rtl_hw *hw)
{
switch (hw->mcfg) {
case CFG_METHOD_48 ... CFG_METHOD_53:
rtl_mdio_direct_write_phy_ocp(hw, 0xA436, 0x0000);
rtl_mdio_direct_write_phy_ocp(hw, 0xA438, 0x0000);
rtl_clear_eth_phy_ocp_bit(hw, 0xB82E, BIT_0);
error: patch failed: drivers/net/r8169/base/rtl8125a_mcu.c:162
error: drivers/net/r8169/base/rtl8125a_mcu.c: patch does not apply
Checking patch drivers/net/r8169/base/rtl8126a.c...
error: while searching for:
hw_ephy_config_8126a(struct rtl_hw *hw)
{
switch (hw->mcfg) {
case CFG_METHOD_69 ... CFG_METHOD_71:
/* nothing to do */
break;
}
error: patch failed: drivers/net/r8169/base/rtl8126a.c:29
error: drivers/net/r8169/base/rtl8126a.c: patch does not apply
Checking patch drivers/net/r8169/r8169_ethdev.c...
error: while searching for:
rtl_nic_reset(hw);
switch (hw->mcfg) {
case CFG_METHOD_48 ... CFG_METHOD_57:
case CFG_METHOD_69 ... CFG_METHOD_71:
rtl_mac_ocp_write(hw, 0xE00A, hw->mcu_pme_setting);
break;
}
error: patch failed: drivers/net/r8169/r8169_ethdev.c:295
error: drivers/net/r8169/r8169_ethdev.c: patch does not apply
Checking patch drivers/net/r8169/r8169_hw.c...
error: while searching for:
rtl_enable_rxdvgate(struct rtl_hw *hw)
{
switch (hw->mcfg) {
case CFG_METHOD_48 ... CFG_METHOD_57:
case CFG_METHOD_69 ... CFG_METHOD_71:
RTL_W8(hw, 0xF2, RTL_R8(hw, 0xF2) | BIT_3);
rte_delay_ms(2);
}
error: patch failed: drivers/net/r8169/r8169_hw.c:345
error: drivers/net/r8169/r8169_hw.c: patch does not apply
Checking patch drivers/net/r8169/r8169_phy.c...
error: while searching for:
int i = 0;
switch (hw->mcfg) {
case CFG_METHOD_48 ... CFG_METHOD_57:
case CFG_METHOD_69 ... CFG_METHOD_71:
do {
tmp_phy_state = rtl_mdio_direct_read_phy_ocp(hw, 0xA420);
tmp_phy_state &= 0x7;
error: patch failed: drivers/net/r8169/r8169_phy.c:377
error: drivers/net/r8169/r8169_phy.c: patch does not apply
Checking patch drivers/net/r8169/r8169_rxtx.c...
error: while searching for:
/* Set TDFNR: TX Desc Fetch NumbeR */
switch (hw->mcfg) {
case CFG_METHOD_48 ... CFG_METHOD_57:
case CFG_METHOD_69 ... CFG_METHOD_71:
RTL_W8(hw, TDFNR, 0x10);
break;
}
error: patch failed: drivers/net/r8169/r8169_rxtx.c:1012
error: drivers/net/r8169/r8169_rxtx.c: patch does not apply
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-20 1:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1735243903-26857-2-git-send-email-andremue@linux.microsoft.com>
2024-12-26 20:12 ` |SUCCESS| pw149491 [PATCH 1/2] app/test: remove use of non-standard array range initialization checkpatch
2025-08-20 0:26 ` |WARNING| pw149491-156005 " qemudev
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).