|WARNING| pw129941 [PATCH] net/ice: write rx timestamp to the first mbuf segment in scattered rx
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Aug 8 14:21:51 CEST 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/129941
_apply patch failure_
Submitter: Martin Weiser <martin.weiser at 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
More information about the test-report
mailing list