* |SUCCESS| pw129941 [PATCH] net/ice: write rx timestamp to the first mbuf segment in scattered rx
[not found] <9edcb5d7-3e62-4299-a9d4-703a8ca1789a@allegro-packets.com>
@ 2023-08-08 9:42 ` checkpatch
2023-08-08 9:55 ` |WARNING| " qemudev
1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-08-08 9:42 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/129941
_coding style OK_
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw129941 [PATCH] net/ice: write rx timestamp to the first mbuf segment in scattered rx
[not found] <9edcb5d7-3e62-4299-a9d4-703a8ca1789a@allegro-packets.com>
2023-08-08 9:42 ` |SUCCESS| pw129941 [PATCH] net/ice: write rx timestamp to the first mbuf segment in scattered rx checkpatch
@ 2023-08-08 9:55 ` qemudev
1 sibling, 0 replies; 3+ messages in thread
From: qemudev @ 2023-08-08 9:55 UTC (permalink / raw)
To: test-report; +Cc: Martin Weiser, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/129941
_apply patch failure_
Submitter: Martin Weiser <martin.weiser@allegro-packets.com>
Date: Tue, 8 Aug 2023 11:41:07 +0200
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: main
CommitID: fbafb3676c482dab60c0b5465b47f2ea33893a36
Apply patch set 129941 failed:
Checking patch drivers/net/ice/ice_rxtx.c...
error: while searching for:
}
rxq->hw_time_update = rte_get_timer_cycles() /
(rte_get_timer_hz() / 1000);
*RTE_MBUF_DYNFIELD(rxm,
(ice_timestamp_dynfield_offset),
rte_mbuf_timestamp_t *) = ts_ns;
pkt_flags |= ice_timestamp_dynflag;
error: patch failed: drivers/net/ice/ice_rxtx.c:2150
error: drivers/net/ice/ice_rxtx.c: patch does not apply
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw129941 [PATCH] net/ice: write rx timestamp to the first mbuf segment in scattered rx
@ 2023-08-08 12:21 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-08-08 12:21 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/129941
_apply patch failure_
Submitter: Martin Weiser <martin.weiser@allegro-packets.com>
Date: Tuesday, August 08 2023 09:41:07
Applied on: CommitID:fbafb3676c482dab60c0b5465b47f2ea33893a36
Apply patch set 129941 failed:
Checking patch drivers/net/ice/ice_rxtx.c...
error: while searching for:
}
rxq->hw_time_update = rte_get_timer_cycles() /
(rte_get_timer_hz() / 1000);
*RTE_MBUF_DYNFIELD(rxm,
(ice_timestamp_dynfield_offset),
rte_mbuf_timestamp_t *) = ts_ns;
pkt_flags |= ice_timestamp_dynflag;
error: patch failed: drivers/net/ice/ice_rxtx.c:2150
Applying patch drivers/net/ice/ice_rxtx.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/ice/ice_rxtx.c b/drivers/net/ice/ice_rxtx.c (rejected hunks)
@@ -2150,7 +2150,7 @@ ice_recv_scattered_pkts(void *rx_queue,
}
rxq->hw_time_update = rte_get_timer_cycles() /
(rte_get_timer_hz() / 1000);
- *RTE_MBUF_DYNFIELD(rxm,
+ *RTE_MBUF_DYNFIELD(first_seg,
(ice_timestamp_dynfield_offset),
rte_mbuf_timestamp_t *) = ts_ns;
pkt_flags |= ice_timestamp_dynflag;
https://lab.dpdk.org/results/dashboard/patchsets/27248/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-08 12:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <9edcb5d7-3e62-4299-a9d4-703a8ca1789a@allegro-packets.com>
2023-08-08 9:42 ` |SUCCESS| pw129941 [PATCH] net/ice: write rx timestamp to the first mbuf segment in scattered rx checkpatch
2023-08-08 9:55 ` |WARNING| " qemudev
2023-08-08 12:21 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).