Skip to content

Commit 774c62c

Browse files
committed
[Client] Add DPDK_RX_RECEIVER_DISCARD_TYPE_ID counter type.
1 parent ba08f7b commit 774c62c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

aeron-client/src/main/c/aeron_counters.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
#define AERON_COUNTER_DPDK_EXTENDED_STATS_TYPE_ID (92)
166166
#define AERON_COUNTER_DPDK_RX_UNSUPPORTED_ETHERNET_TYPE_TYPE_ID (93)
167167
#define AERON_COUNTER_DPDK_RX_UNSUPPORTED_PROTOCOL_TYPE_ID (94)
168+
#define AERON_COUNTER_DPDK_RX_RECEIVER_DISCARD_TYPE_ID (95)
168169

169170
// Archive counters
170171

aeron-client/src/main/java/io/aeron/AeronCounters.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,12 @@ public final class AeronCounters
703703
@AeronCounter
704704
public static final int DPDK_RX_UNSUPPORTED_PROTOCOL_TYPE_ID = 94;
705705

706+
/**
707+
* DPDK_RX_RECEIVER_DISCARD_TYPE_ID.
708+
*/
709+
@AeronCounter
710+
public static final int DPDK_RX_RECEIVER_DISCARD_TYPE_ID = 95;
711+
706712
// Archive counters
707713
/**
708714
* The position a recording has reached when being archived.

0 commit comments

Comments
 (0)