Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/101192 _apply patch failure_ Submitter: Kundapura, Ganapati Date: Tuesday, October 12 2021 10:25:26 Applied on: CommitID:e0ae3db0c043cbdc4cc22bb60206f21ec4a82a02 Apply patch set 101192 failed: Checking patch doc/guides/rel_notes/release_21_11.rst... Hunk #1 succeeded at 141 (offset 11 lines). Checking patch lib/eventdev/rte_event_eth_rx_adapter.c... error: while searching for: #include #include #include #include "rte_eventdev.h" #include "eventdev_pmd.h" error: patch failed: lib/eventdev/rte_event_eth_rx_adapter.c:18 Hunk #2 succeeded at 2633 (offset -220 lines). error: while searching for: if (rx_adapter->service_inited) *stats = rx_adapter->stats; stats->rx_packets += dev_stats_sum.rx_packets; stats->rx_enq_count += dev_stats_sum.rx_enq_count; return 0; } error: patch failed: lib/eventdev/rte_event_eth_rx_adapter.c:2887 Hunk #4 succeeded at 2760 (offset -297 lines). Checking patch lib/eventdev/rte_event_eth_rx_adapter.h... Hunk #1 succeeded at 231 (offset -1 lines). Applied patch doc/guides/rel_notes/release_21_11.rst cleanly. Applying patch lib/eventdev/rte_event_eth_rx_adapter.c with 2 rejects... Rejected hunk #1. Hunk #2 applied cleanly. Rejected hunk #3. Hunk #4 applied cleanly. Applied patch lib/eventdev/rte_event_eth_rx_adapter.h cleanly. diff a/lib/eventdev/rte_event_eth_rx_adapter.c b/lib/eventdev/rte_event_eth_rx_adapter.c (rejected hunks) @@ -18,6 +18,7 @@ #include #include #include +#include #include "rte_eventdev.h" #include "eventdev_pmd.h" @@ -2887,8 +2889,11 @@ rte_event_eth_rx_adapter_stats_get(uint8_t id, if (rx_adapter->service_inited) *stats = rx_adapter->stats; + buf = &rx_adapter->event_enqueue_buffer; stats->rx_packets += dev_stats_sum.rx_packets; stats->rx_enq_count += dev_stats_sum.rx_enq_count; + stats->rx_event_buf_count = buf->count; + stats->rx_event_buf_size = buf->events_size; return 0; } https://lab.dpdk.org/results/dashboard/patchsets/19331/ UNH-IOL DPDK Community Lab