DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
IfaceWrapper.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: dpdklibs/opmon/IfaceWrapper.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_2epb_2eh
6
7#include <limits>
8#include <string>
9#include <type_traits>
10
11#include "google/protobuf/port_def.inc"
12#if PROTOBUF_VERSION < 4024000
13#error "This file was generated by a newer version of protoc which is"
14#error "incompatible with your Protocol Buffer headers. Please update"
15#error "your headers."
16#endif // PROTOBUF_VERSION
17
18#if 4024004 < PROTOBUF_MIN_PROTOC_VERSION
19#error "This file was generated by an older version of protoc which is"
20#error "incompatible with your Protocol Buffer headers. Please"
21#error "regenerate this file with a newer version of protoc."
22#endif // PROTOBUF_MIN_PROTOC_VERSION
23#include "google/protobuf/port_undef.inc"
24#include "google/protobuf/io/coded_stream.h"
25#include "google/protobuf/arena.h"
26#include "google/protobuf/arenastring.h"
27#include "google/protobuf/generated_message_tctable_decl.h"
28#include "google/protobuf/generated_message_util.h"
29#include "google/protobuf/metadata_lite.h"
30#include "google/protobuf/generated_message_reflection.h"
31#include "google/protobuf/message.h"
32#include "google/protobuf/repeated_field.h" // IWYU pragma: export
33#include "google/protobuf/extension_set.h" // IWYU pragma: export
34#include "google/protobuf/unknown_field_set.h"
35// @@protoc_insertion_point(includes)
36
37// Must be included last.
38#include "google/protobuf/port_def.inc"
39
40#define PROTOBUF_INTERNAL_EXPORT_dpdklibs_2fopmon_2fIfaceWrapper_2eproto
41
42namespace google {
43namespace protobuf {
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47} // namespace protobuf
48} // namespace google
49
50// Internal implementation detail -- do not use these members.
52 static const ::uint32_t offsets[];
53};
54extern const ::google::protobuf::internal::DescriptorTable
56namespace dunedaq {
57namespace dpdklibs {
58namespace opmon {
59class EthStats;
60struct EthStatsDefaultTypeInternal;
61extern EthStatsDefaultTypeInternal _EthStats_default_instance_;
62class EthXStatsErrors;
63struct EthXStatsErrorsDefaultTypeInternal;
64extern EthXStatsErrorsDefaultTypeInternal _EthXStatsErrors_default_instance_;
65class EthXStatsInfo;
66struct EthXStatsInfoDefaultTypeInternal;
67extern EthXStatsInfoDefaultTypeInternal _EthXStatsInfo_default_instance_;
68class QueueEthXStats;
69struct QueueEthXStatsDefaultTypeInternal;
70extern QueueEthXStatsDefaultTypeInternal _QueueEthXStats_default_instance_;
71class QueueInfo;
72struct QueueInfoDefaultTypeInternal;
73extern QueueInfoDefaultTypeInternal _QueueInfo_default_instance_;
74class RTEWorkerInfo;
75struct RTEWorkerInfoDefaultTypeInternal;
76extern RTEWorkerInfoDefaultTypeInternal _RTEWorkerInfo_default_instance_;
77} // namespace opmon
78} // namespace dpdklibs
79} // namespace dunedaq
80namespace google {
81namespace protobuf {
82} // namespace protobuf
83} // namespace google
84
85namespace dunedaq {
86namespace dpdklibs {
87namespace opmon {
88
89// ===================================================================
90
91
92// -------------------------------------------------------------------
93
94class EthStats final :
95 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.EthStats) */ {
96 public:
97 inline EthStats() : EthStats(nullptr) {}
98 ~EthStats() override;
99 template<typename = void>
100 explicit PROTOBUF_CONSTEXPR EthStats(::google::protobuf::internal::ConstantInitialized);
101
102 EthStats(const EthStats& from);
103 EthStats(EthStats&& from) noexcept
104 : EthStats() {
105 *this = ::std::move(from);
106 }
107
108 inline EthStats& operator=(const EthStats& from) {
109 CopyFrom(from);
110 return *this;
111 }
112 inline EthStats& operator=(EthStats&& from) noexcept {
113 if (this == &from) return *this;
114 if (GetOwningArena() == from.GetOwningArena()
115 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
116 && GetOwningArena() != nullptr
117 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
118 ) {
119 InternalSwap(&from);
120 } else {
121 CopyFrom(from);
122 }
123 return *this;
124 }
125
126 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
127 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
128 }
129 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
130 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
131 }
132
133 static const ::google::protobuf::Descriptor* descriptor() {
134 return GetDescriptor();
135 }
136 static const ::google::protobuf::Descriptor* GetDescriptor() {
137 return default_instance().GetMetadata().descriptor;
138 }
139 static const ::google::protobuf::Reflection* GetReflection() {
140 return default_instance().GetMetadata().reflection;
141 }
142 static const EthStats& default_instance() {
144 }
145 static inline const EthStats* internal_default_instance() {
146 return reinterpret_cast<const EthStats*>(
148 }
149 static constexpr int kIndexInFileMessages =
150 0;
151
152 friend void swap(EthStats& a, EthStats& b) {
153 a.Swap(&b);
154 }
155 inline void Swap(EthStats* other) {
156 if (other == this) return;
157 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
158 if (GetOwningArena() != nullptr &&
159 GetOwningArena() == other->GetOwningArena()) {
160 #else // PROTOBUF_FORCE_COPY_IN_SWAP
161 if (GetOwningArena() == other->GetOwningArena()) {
162 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
163 InternalSwap(other);
164 } else {
165 ::google::protobuf::internal::GenericSwap(this, other);
166 }
167 }
169 if (other == this) return;
170 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
171 InternalSwap(other);
172 }
173
174 // implements Message ----------------------------------------------
175
176 EthStats* New(::google::protobuf::Arena* arena = nullptr) const final {
177 return CreateMaybeMessage<EthStats>(arena);
178 }
179 using ::google::protobuf::Message::CopyFrom;
180 void CopyFrom(const EthStats& from);
181 using ::google::protobuf::Message::MergeFrom;
182 void MergeFrom( const EthStats& from) {
183 EthStats::MergeImpl(*this, from);
184 }
185 private:
186 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
187 public:
188 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
189 bool IsInitialized() const final;
190
191 ::size_t ByteSizeLong() const final;
192 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
193 ::uint8_t* _InternalSerialize(
194 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
195 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
196
197 private:
198 void SharedCtor(::google::protobuf::Arena* arena);
199 void SharedDtor();
200 void SetCachedSize(int size) const final;
201 void InternalSwap(EthStats* other);
202
203 private:
204 friend class ::google::protobuf::internal::AnyMetadata;
205 static ::absl::string_view FullMessageName() {
206 return "dunedaq.dpdklibs.opmon.EthStats";
207 }
208 protected:
209 explicit EthStats(::google::protobuf::Arena* arena);
210 public:
211
212 static const ClassData _class_data_;
213 const ::google::protobuf::Message::ClassData*GetClassData() const final;
214
215 ::google::protobuf::Metadata GetMetadata() const final;
216
217 // nested types ----------------------------------------------------
218
219 // accessors -------------------------------------------------------
220
221 enum : int {
230 };
231 // uint64 ipackets = 1;
232 void clear_ipackets() ;
233 ::uint64_t ipackets() const;
234 void set_ipackets(::uint64_t value);
235
236 private:
237 ::uint64_t _internal_ipackets() const;
238 void _internal_set_ipackets(::uint64_t value);
239
240 public:
241 // uint64 opackets = 2;
242 void clear_opackets() ;
243 ::uint64_t opackets() const;
244 void set_opackets(::uint64_t value);
245
246 private:
247 ::uint64_t _internal_opackets() const;
248 void _internal_set_opackets(::uint64_t value);
249
250 public:
251 // uint64 ibytes = 10;
252 void clear_ibytes() ;
253 ::uint64_t ibytes() const;
254 void set_ibytes(::uint64_t value);
255
256 private:
257 ::uint64_t _internal_ibytes() const;
258 void _internal_set_ibytes(::uint64_t value);
259
260 public:
261 // uint64 obytes = 11;
262 void clear_obytes() ;
263 ::uint64_t obytes() const;
264 void set_obytes(::uint64_t value);
265
266 private:
267 ::uint64_t _internal_obytes() const;
268 void _internal_set_obytes(::uint64_t value);
269
270 public:
271 // uint64 imissed = 20;
272 void clear_imissed() ;
273 ::uint64_t imissed() const;
274 void set_imissed(::uint64_t value);
275
276 private:
277 ::uint64_t _internal_imissed() const;
278 void _internal_set_imissed(::uint64_t value);
279
280 public:
281 // uint64 ierrors = 21;
282 void clear_ierrors() ;
283 ::uint64_t ierrors() const;
284 void set_ierrors(::uint64_t value);
285
286 private:
287 ::uint64_t _internal_ierrors() const;
288 void _internal_set_ierrors(::uint64_t value);
289
290 public:
291 // uint64 oerrors = 22;
292 void clear_oerrors() ;
293 ::uint64_t oerrors() const;
294 void set_oerrors(::uint64_t value);
295
296 private:
297 ::uint64_t _internal_oerrors() const;
298 void _internal_set_oerrors(::uint64_t value);
299
300 public:
301 // uint64 rx_nombuf = 30;
302 void clear_rx_nombuf() ;
303 ::uint64_t rx_nombuf() const;
304 void set_rx_nombuf(::uint64_t value);
305
306 private:
307 ::uint64_t _internal_rx_nombuf() const;
308 void _internal_set_rx_nombuf(::uint64_t value);
309
310 public:
311 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.EthStats)
312 private:
313 class _Internal;
314
315 friend class ::google::protobuf::internal::TcParser;
316 static const ::google::protobuf::internal::TcParseTable<4, 8, 0, 0, 2> _table_;
317 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
320 struct Impl_ {
321 ::uint64_t ipackets_;
322 ::uint64_t opackets_;
323 ::uint64_t ibytes_;
324 ::uint64_t obytes_;
325 ::uint64_t imissed_;
326 ::uint64_t ierrors_;
327 ::uint64_t oerrors_;
328 ::uint64_t rx_nombuf_;
329 mutable ::google::protobuf::internal::CachedSize _cached_size_;
330 PROTOBUF_TSAN_DECLARE_MEMBER
331 };
332 union { Impl_ _impl_; };
333 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
334};// -------------------------------------------------------------------
335
336class QueueInfo final :
337 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.QueueInfo) */ {
338 public:
339 inline QueueInfo() : QueueInfo(nullptr) {}
340 ~QueueInfo() override;
341 template<typename = void>
342 explicit PROTOBUF_CONSTEXPR QueueInfo(::google::protobuf::internal::ConstantInitialized);
343
344 QueueInfo(const QueueInfo& from);
345 QueueInfo(QueueInfo&& from) noexcept
346 : QueueInfo() {
347 *this = ::std::move(from);
348 }
349
350 inline QueueInfo& operator=(const QueueInfo& from) {
351 CopyFrom(from);
352 return *this;
353 }
354 inline QueueInfo& operator=(QueueInfo&& from) noexcept {
355 if (this == &from) return *this;
356 if (GetOwningArena() == from.GetOwningArena()
357 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
358 && GetOwningArena() != nullptr
359 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
360 ) {
361 InternalSwap(&from);
362 } else {
363 CopyFrom(from);
364 }
365 return *this;
366 }
367
368 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
369 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
370 }
371 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
372 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
373 }
374
375 static const ::google::protobuf::Descriptor* descriptor() {
376 return GetDescriptor();
377 }
378 static const ::google::protobuf::Descriptor* GetDescriptor() {
379 return default_instance().GetMetadata().descriptor;
380 }
381 static const ::google::protobuf::Reflection* GetReflection() {
382 return default_instance().GetMetadata().reflection;
383 }
384 static const QueueInfo& default_instance() {
385 return *internal_default_instance();
386 }
387 static inline const QueueInfo* internal_default_instance() {
388 return reinterpret_cast<const QueueInfo*>(
389 &_QueueInfo_default_instance_);
390 }
391 static constexpr int kIndexInFileMessages =
392 1;
393
394 friend void swap(QueueInfo& a, QueueInfo& b) {
395 a.Swap(&b);
396 }
397 inline void Swap(QueueInfo* other) {
398 if (other == this) return;
399 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
400 if (GetOwningArena() != nullptr &&
401 GetOwningArena() == other->GetOwningArena()) {
402 #else // PROTOBUF_FORCE_COPY_IN_SWAP
403 if (GetOwningArena() == other->GetOwningArena()) {
404 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
405 InternalSwap(other);
406 } else {
407 ::google::protobuf::internal::GenericSwap(this, other);
408 }
409 }
411 if (other == this) return;
412 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
413 InternalSwap(other);
414 }
415
416 // implements Message ----------------------------------------------
417
418 QueueInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
419 return CreateMaybeMessage<QueueInfo>(arena);
420 }
421 using ::google::protobuf::Message::CopyFrom;
422 void CopyFrom(const QueueInfo& from);
423 using ::google::protobuf::Message::MergeFrom;
424 void MergeFrom( const QueueInfo& from) {
425 QueueInfo::MergeImpl(*this, from);
426 }
427 private:
428 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
429 public:
430 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
431 bool IsInitialized() const final;
432
433 ::size_t ByteSizeLong() const final;
434 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
435 ::uint8_t* _InternalSerialize(
436 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
437 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
438
439 private:
440 void SharedCtor(::google::protobuf::Arena* arena);
441 void SharedDtor();
442 void SetCachedSize(int size) const final;
443 void InternalSwap(QueueInfo* other);
444
445 private:
446 friend class ::google::protobuf::internal::AnyMetadata;
447 static ::absl::string_view FullMessageName() {
448 return "dunedaq.dpdklibs.opmon.QueueInfo";
449 }
450 protected:
451 explicit QueueInfo(::google::protobuf::Arena* arena);
452 public:
453
454 static const ClassData _class_data_;
455 const ::google::protobuf::Message::ClassData*GetClassData() const final;
456
457 ::google::protobuf::Metadata GetMetadata() const final;
458
459 // nested types ----------------------------------------------------
460
461 // accessors -------------------------------------------------------
462
463 enum : int {
464 kPacketsReceivedFieldNumber = 1,
465 kBytesReceivedFieldNumber = 2,
466 kFullRxBurstFieldNumber = 3,
467 kMaxBurstSizeFieldNumber = 4,
468 };
469 // uint64 packets_received = 1;
470 void clear_packets_received() ;
471 ::uint64_t packets_received() const;
472 void set_packets_received(::uint64_t value);
473
474 private:
475 ::uint64_t _internal_packets_received() const;
476 void _internal_set_packets_received(::uint64_t value);
477
478 public:
479 // uint64 bytes_received = 2;
480 void clear_bytes_received() ;
481 ::uint64_t bytes_received() const;
482 void set_bytes_received(::uint64_t value);
483
484 private:
485 ::uint64_t _internal_bytes_received() const;
486 void _internal_set_bytes_received(::uint64_t value);
487
488 public:
489 // uint64 full_rx_burst = 3;
490 void clear_full_rx_burst() ;
491 ::uint64_t full_rx_burst() const;
492 void set_full_rx_burst(::uint64_t value);
493
494 private:
495 ::uint64_t _internal_full_rx_burst() const;
496 void _internal_set_full_rx_burst(::uint64_t value);
497
498 public:
499 // uint32 max_burst_size = 4;
500 void clear_max_burst_size() ;
501 ::uint32_t max_burst_size() const;
502 void set_max_burst_size(::uint32_t value);
503
504 private:
505 ::uint32_t _internal_max_burst_size() const;
506 void _internal_set_max_burst_size(::uint32_t value);
507
508 public:
509 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.QueueInfo)
510 private:
511 class _Internal;
512
513 friend class ::google::protobuf::internal::TcParser;
514 static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 0, 2> _table_;
515 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
518 struct Impl_ {
520 ::uint64_t bytes_received_;
521 ::uint64_t full_rx_burst_;
522 ::uint32_t max_burst_size_;
523 mutable ::google::protobuf::internal::CachedSize _cached_size_;
524 PROTOBUF_TSAN_DECLARE_MEMBER
525 };
526 union { Impl_ _impl_; };
527 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
528};// -------------------------------------------------------------------
529
530class QueueEthXStats final :
531 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.QueueEthXStats) */ {
532 public:
533 inline QueueEthXStats() : QueueEthXStats(nullptr) {}
534 ~QueueEthXStats() override;
535 template<typename = void>
536 explicit PROTOBUF_CONSTEXPR QueueEthXStats(::google::protobuf::internal::ConstantInitialized);
537
538 QueueEthXStats(const QueueEthXStats& from);
540 : QueueEthXStats() {
541 *this = ::std::move(from);
542 }
543
545 CopyFrom(from);
546 return *this;
547 }
548 inline QueueEthXStats& operator=(QueueEthXStats&& from) noexcept {
549 if (this == &from) return *this;
550 if (GetOwningArena() == from.GetOwningArena()
551 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
552 && GetOwningArena() != nullptr
553 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
554 ) {
555 InternalSwap(&from);
556 } else {
557 CopyFrom(from);
558 }
559 return *this;
560 }
561
562 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
563 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
564 }
565 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
566 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
567 }
568
569 static const ::google::protobuf::Descriptor* descriptor() {
570 return GetDescriptor();
571 }
572 static const ::google::protobuf::Descriptor* GetDescriptor() {
573 return default_instance().GetMetadata().descriptor;
574 }
575 static const ::google::protobuf::Reflection* GetReflection() {
576 return default_instance().GetMetadata().reflection;
577 }
579 return *internal_default_instance();
580 }
582 return reinterpret_cast<const QueueEthXStats*>(
584 }
585 static constexpr int kIndexInFileMessages =
586 2;
587
588 friend void swap(QueueEthXStats& a, QueueEthXStats& b) {
589 a.Swap(&b);
590 }
591 inline void Swap(QueueEthXStats* other) {
592 if (other == this) return;
593 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
594 if (GetOwningArena() != nullptr &&
595 GetOwningArena() == other->GetOwningArena()) {
596 #else // PROTOBUF_FORCE_COPY_IN_SWAP
597 if (GetOwningArena() == other->GetOwningArena()) {
598 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
599 InternalSwap(other);
600 } else {
601 ::google::protobuf::internal::GenericSwap(this, other);
602 }
603 }
605 if (other == this) return;
606 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
607 InternalSwap(other);
608 }
609
610 // implements Message ----------------------------------------------
611
612 QueueEthXStats* New(::google::protobuf::Arena* arena = nullptr) const final {
613 return CreateMaybeMessage<QueueEthXStats>(arena);
614 }
615 using ::google::protobuf::Message::CopyFrom;
616 void CopyFrom(const QueueEthXStats& from);
617 using ::google::protobuf::Message::MergeFrom;
618 void MergeFrom( const QueueEthXStats& from) {
619 QueueEthXStats::MergeImpl(*this, from);
620 }
621 private:
622 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
623 public:
624 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
625 bool IsInitialized() const final;
626
627 ::size_t ByteSizeLong() const final;
628 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
629 ::uint8_t* _InternalSerialize(
630 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
631 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
632
633 private:
634 void SharedCtor(::google::protobuf::Arena* arena);
635 void SharedDtor();
636 void SetCachedSize(int size) const final;
637 void InternalSwap(QueueEthXStats* other);
638
639 private:
640 friend class ::google::protobuf::internal::AnyMetadata;
641 static ::absl::string_view FullMessageName() {
642 return "dunedaq.dpdklibs.opmon.QueueEthXStats";
643 }
644 protected:
645 explicit QueueEthXStats(::google::protobuf::Arena* arena);
646 public:
647
648 static const ClassData _class_data_;
649 const ::google::protobuf::Message::ClassData*GetClassData() const final;
650
651 ::google::protobuf::Metadata GetMetadata() const final;
652
653 // nested types ----------------------------------------------------
654
655 // accessors -------------------------------------------------------
656
657 enum : int {
658 kPacketsFieldNumber = 1,
659 kBytesFieldNumber = 2,
660 kErrorsFieldNumber = 3,
661 };
662 // uint64 packets = 1;
663 void clear_packets() ;
664 ::uint64_t packets() const;
665 void set_packets(::uint64_t value);
666
667 private:
668 ::uint64_t _internal_packets() const;
669 void _internal_set_packets(::uint64_t value);
670
671 public:
672 // uint64 bytes = 2;
673 void clear_bytes() ;
674 ::uint64_t bytes() const;
675 void set_bytes(::uint64_t value);
676
677 private:
678 ::uint64_t _internal_bytes() const;
679 void _internal_set_bytes(::uint64_t value);
680
681 public:
682 // uint64 errors = 3;
683 void clear_errors() ;
684 ::uint64_t errors() const;
685 void set_errors(::uint64_t value);
686
687 private:
688 ::uint64_t _internal_errors() const;
689 void _internal_set_errors(::uint64_t value);
690
691 public:
692 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.QueueEthXStats)
693 private:
694 class _Internal;
695
696 friend class ::google::protobuf::internal::TcParser;
697 static const ::google::protobuf::internal::TcParseTable<2, 3, 0, 0, 2> _table_;
698 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
701 struct Impl_ {
702 ::uint64_t packets_;
703 ::uint64_t bytes_;
704 ::uint64_t errors_;
705 mutable ::google::protobuf::internal::CachedSize _cached_size_;
706 PROTOBUF_TSAN_DECLARE_MEMBER
707 };
708 union { Impl_ _impl_; };
709 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
710};// -------------------------------------------------------------------
711
712class EthXStatsInfo final :
713 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.EthXStatsInfo) */ {
714 public:
715 inline EthXStatsInfo() : EthXStatsInfo(nullptr) {}
716 ~EthXStatsInfo() override;
717 template<typename = void>
718 explicit PROTOBUF_CONSTEXPR EthXStatsInfo(::google::protobuf::internal::ConstantInitialized);
719
720 EthXStatsInfo(const EthXStatsInfo& from);
722 : EthXStatsInfo() {
723 *this = ::std::move(from);
724 }
725
726 inline EthXStatsInfo& operator=(const EthXStatsInfo& from) {
727 CopyFrom(from);
728 return *this;
729 }
730 inline EthXStatsInfo& operator=(EthXStatsInfo&& from) noexcept {
731 if (this == &from) return *this;
732 if (GetOwningArena() == from.GetOwningArena()
733 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
734 && GetOwningArena() != nullptr
735 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
736 ) {
737 InternalSwap(&from);
738 } else {
739 CopyFrom(from);
740 }
741 return *this;
742 }
743
744 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
745 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
746 }
747 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
748 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
749 }
750
751 static const ::google::protobuf::Descriptor* descriptor() {
752 return GetDescriptor();
753 }
754 static const ::google::protobuf::Descriptor* GetDescriptor() {
755 return default_instance().GetMetadata().descriptor;
756 }
757 static const ::google::protobuf::Reflection* GetReflection() {
758 return default_instance().GetMetadata().reflection;
759 }
761 return *internal_default_instance();
762 }
764 return reinterpret_cast<const EthXStatsInfo*>(
766 }
767 static constexpr int kIndexInFileMessages =
768 3;
769
770 friend void swap(EthXStatsInfo& a, EthXStatsInfo& b) {
771 a.Swap(&b);
772 }
773 inline void Swap(EthXStatsInfo* other) {
774 if (other == this) return;
775 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
776 if (GetOwningArena() != nullptr &&
777 GetOwningArena() == other->GetOwningArena()) {
778 #else // PROTOBUF_FORCE_COPY_IN_SWAP
779 if (GetOwningArena() == other->GetOwningArena()) {
780 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
781 InternalSwap(other);
782 } else {
783 ::google::protobuf::internal::GenericSwap(this, other);
784 }
785 }
787 if (other == this) return;
788 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
789 InternalSwap(other);
790 }
791
792 // implements Message ----------------------------------------------
793
794 EthXStatsInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
795 return CreateMaybeMessage<EthXStatsInfo>(arena);
796 }
797 using ::google::protobuf::Message::CopyFrom;
798 void CopyFrom(const EthXStatsInfo& from);
799 using ::google::protobuf::Message::MergeFrom;
800 void MergeFrom( const EthXStatsInfo& from) {
801 EthXStatsInfo::MergeImpl(*this, from);
802 }
803 private:
804 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
805 public:
806 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
807 bool IsInitialized() const final;
808
809 ::size_t ByteSizeLong() const final;
810 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
811 ::uint8_t* _InternalSerialize(
812 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
813 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
814
815 private:
816 void SharedCtor(::google::protobuf::Arena* arena);
817 void SharedDtor();
818 void SetCachedSize(int size) const final;
819 void InternalSwap(EthXStatsInfo* other);
820
821 private:
822 friend class ::google::protobuf::internal::AnyMetadata;
823 static ::absl::string_view FullMessageName() {
824 return "dunedaq.dpdklibs.opmon.EthXStatsInfo";
825 }
826 protected:
827 explicit EthXStatsInfo(::google::protobuf::Arena* arena);
828 public:
829
830 static const ClassData _class_data_;
831 const ::google::protobuf::Message::ClassData*GetClassData() const final;
832
833 ::google::protobuf::Metadata GetMetadata() const final;
834
835 // nested types ----------------------------------------------------
836
837 // accessors -------------------------------------------------------
838
839 enum : int {
840 kGroupsSentFieldNumber = 1,
841 kTotalGroupsSentFieldNumber = 2,
842 kRxGoodPacketsFieldNumber = 3,
843 kRxGoodBytesFieldNumber = 4,
844 kRxDroppedPacketsFieldNumber = 5,
845 kRxUnicastPacketsFieldNumber = 11,
846 kRxMulticastPacketsFieldNumber = 12,
847 kRxBroadcastPacketsFieldNumber = 13,
848 kRxUnknownProtocolPacketsFieldNumber = 14,
849 kRxXonPacketsFieldNumber = 15,
850 kRxXoffPacketsFieldNumber = 16,
851 kRxSize64PacketsFieldNumber = 49,
852 kRxSize65To127PacketsFieldNumber = 50,
853 kRxSize128To255PacketsFieldNumber = 51,
854 kRxSize256To511PacketsFieldNumber = 52,
855 kRxSize512To1023PacketsFieldNumber = 53,
856 kRxSize1024To1522PacketsFieldNumber = 54,
857 kRxSize1523ToMaxPacketsFieldNumber = 55,
858 kRxMacShortPktDroppedFieldNumber = 60,
859 kTxGoodPacketsFieldNumber = 100,
860 kTxGoodBytesFieldNumber = 101,
861 kTxUnicastPacketsFieldNumber = 102,
862 kTxMulticastPacketsFieldNumber = 103,
863 kTxBroadcastPacketsFieldNumber = 104,
864 kTxDroppedPacketsFieldNumber = 105,
865 kTxLinkDownDroppedFieldNumber = 106,
866 kTxXonPacketsFieldNumber = 107,
867 kTxXoffPacketsFieldNumber = 108,
868 kTxSize64PacketsFieldNumber = 149,
869 kTxSize65To127PacketsFieldNumber = 150,
870 kTxSize128To255PacketsFieldNumber = 151,
871 kTxSize256To511PacketsFieldNumber = 152,
872 kTxSize512To1023PacketsFieldNumber = 153,
873 kTxSize1024To1522PacketsFieldNumber = 154,
874 kTxSize1523ToMaxPacketsFieldNumber = 155,
875 };
876 // uint64 groups_sent = 1;
877 void clear_groups_sent() ;
878 ::uint64_t groups_sent() const;
879 void set_groups_sent(::uint64_t value);
880
881 private:
882 ::uint64_t _internal_groups_sent() const;
883 void _internal_set_groups_sent(::uint64_t value);
884
885 public:
886 // uint64 total_groups_sent = 2;
887 void clear_total_groups_sent() ;
888 ::uint64_t total_groups_sent() const;
889 void set_total_groups_sent(::uint64_t value);
890
891 private:
892 ::uint64_t _internal_total_groups_sent() const;
893 void _internal_set_total_groups_sent(::uint64_t value);
894
895 public:
896 // uint64 rx_good_packets = 3;
897 void clear_rx_good_packets() ;
898 ::uint64_t rx_good_packets() const;
899 void set_rx_good_packets(::uint64_t value);
900
901 private:
902 ::uint64_t _internal_rx_good_packets() const;
903 void _internal_set_rx_good_packets(::uint64_t value);
904
905 public:
906 // uint64 rx_good_bytes = 4;
907 void clear_rx_good_bytes() ;
908 ::uint64_t rx_good_bytes() const;
909 void set_rx_good_bytes(::uint64_t value);
910
911 private:
912 ::uint64_t _internal_rx_good_bytes() const;
913 void _internal_set_rx_good_bytes(::uint64_t value);
914
915 public:
916 // uint64 rx_dropped_packets = 5;
917 void clear_rx_dropped_packets() ;
918 ::uint64_t rx_dropped_packets() const;
919 void set_rx_dropped_packets(::uint64_t value);
920
921 private:
922 ::uint64_t _internal_rx_dropped_packets() const;
923 void _internal_set_rx_dropped_packets(::uint64_t value);
924
925 public:
926 // uint64 rx_unicast_packets = 11;
927 void clear_rx_unicast_packets() ;
928 ::uint64_t rx_unicast_packets() const;
929 void set_rx_unicast_packets(::uint64_t value);
930
931 private:
932 ::uint64_t _internal_rx_unicast_packets() const;
933 void _internal_set_rx_unicast_packets(::uint64_t value);
934
935 public:
936 // uint64 rx_multicast_packets = 12;
937 void clear_rx_multicast_packets() ;
938 ::uint64_t rx_multicast_packets() const;
939 void set_rx_multicast_packets(::uint64_t value);
940
941 private:
942 ::uint64_t _internal_rx_multicast_packets() const;
943 void _internal_set_rx_multicast_packets(::uint64_t value);
944
945 public:
946 // uint64 rx_broadcast_packets = 13;
947 void clear_rx_broadcast_packets() ;
948 ::uint64_t rx_broadcast_packets() const;
949 void set_rx_broadcast_packets(::uint64_t value);
950
951 private:
952 ::uint64_t _internal_rx_broadcast_packets() const;
953 void _internal_set_rx_broadcast_packets(::uint64_t value);
954
955 public:
956 // uint64 rx_unknown_protocol_packets = 14;
957 void clear_rx_unknown_protocol_packets() ;
958 ::uint64_t rx_unknown_protocol_packets() const;
959 void set_rx_unknown_protocol_packets(::uint64_t value);
960
961 private:
962 ::uint64_t _internal_rx_unknown_protocol_packets() const;
963 void _internal_set_rx_unknown_protocol_packets(::uint64_t value);
964
965 public:
966 // uint64 rx_xon_packets = 15;
967 void clear_rx_xon_packets() ;
968 ::uint64_t rx_xon_packets() const;
969 void set_rx_xon_packets(::uint64_t value);
970
971 private:
972 ::uint64_t _internal_rx_xon_packets() const;
973 void _internal_set_rx_xon_packets(::uint64_t value);
974
975 public:
976 // uint64 rx_xoff_packets = 16;
977 void clear_rx_xoff_packets() ;
978 ::uint64_t rx_xoff_packets() const;
979 void set_rx_xoff_packets(::uint64_t value);
980
981 private:
982 ::uint64_t _internal_rx_xoff_packets() const;
983 void _internal_set_rx_xoff_packets(::uint64_t value);
984
985 public:
986 // uint64 rx_size_64_packets = 49;
987 void clear_rx_size_64_packets() ;
988 ::uint64_t rx_size_64_packets() const;
989 void set_rx_size_64_packets(::uint64_t value);
990
991 private:
992 ::uint64_t _internal_rx_size_64_packets() const;
993 void _internal_set_rx_size_64_packets(::uint64_t value);
994
995 public:
996 // uint64 rx_size_65_to_127_packets = 50;
997 void clear_rx_size_65_to_127_packets() ;
998 ::uint64_t rx_size_65_to_127_packets() const;
999 void set_rx_size_65_to_127_packets(::uint64_t value);
1000
1001 private:
1002 ::uint64_t _internal_rx_size_65_to_127_packets() const;
1003 void _internal_set_rx_size_65_to_127_packets(::uint64_t value);
1004
1005 public:
1006 // uint64 rx_size_128_to_255_packets = 51;
1007 void clear_rx_size_128_to_255_packets() ;
1008 ::uint64_t rx_size_128_to_255_packets() const;
1009 void set_rx_size_128_to_255_packets(::uint64_t value);
1010
1011 private:
1012 ::uint64_t _internal_rx_size_128_to_255_packets() const;
1013 void _internal_set_rx_size_128_to_255_packets(::uint64_t value);
1014
1015 public:
1016 // uint64 rx_size_256_to_511_packets = 52;
1017 void clear_rx_size_256_to_511_packets() ;
1018 ::uint64_t rx_size_256_to_511_packets() const;
1019 void set_rx_size_256_to_511_packets(::uint64_t value);
1020
1021 private:
1022 ::uint64_t _internal_rx_size_256_to_511_packets() const;
1023 void _internal_set_rx_size_256_to_511_packets(::uint64_t value);
1024
1025 public:
1026 // uint64 rx_size_512_to_1023_packets = 53;
1027 void clear_rx_size_512_to_1023_packets() ;
1028 ::uint64_t rx_size_512_to_1023_packets() const;
1029 void set_rx_size_512_to_1023_packets(::uint64_t value);
1030
1031 private:
1032 ::uint64_t _internal_rx_size_512_to_1023_packets() const;
1033 void _internal_set_rx_size_512_to_1023_packets(::uint64_t value);
1034
1035 public:
1036 // uint64 rx_size_1024_to_1522_packets = 54;
1037 void clear_rx_size_1024_to_1522_packets() ;
1038 ::uint64_t rx_size_1024_to_1522_packets() const;
1039 void set_rx_size_1024_to_1522_packets(::uint64_t value);
1040
1041 private:
1042 ::uint64_t _internal_rx_size_1024_to_1522_packets() const;
1043 void _internal_set_rx_size_1024_to_1522_packets(::uint64_t value);
1044
1045 public:
1046 // uint64 rx_size_1523_to_max_packets = 55;
1047 void clear_rx_size_1523_to_max_packets() ;
1048 ::uint64_t rx_size_1523_to_max_packets() const;
1049 void set_rx_size_1523_to_max_packets(::uint64_t value);
1050
1051 private:
1052 ::uint64_t _internal_rx_size_1523_to_max_packets() const;
1053 void _internal_set_rx_size_1523_to_max_packets(::uint64_t value);
1054
1055 public:
1056 // uint64 rx_mac_short_pkt_dropped = 60;
1057 void clear_rx_mac_short_pkt_dropped() ;
1058 ::uint64_t rx_mac_short_pkt_dropped() const;
1059 void set_rx_mac_short_pkt_dropped(::uint64_t value);
1060
1061 private:
1062 ::uint64_t _internal_rx_mac_short_pkt_dropped() const;
1063 void _internal_set_rx_mac_short_pkt_dropped(::uint64_t value);
1064
1065 public:
1066 // uint64 tx_good_packets = 100;
1067 void clear_tx_good_packets() ;
1068 ::uint64_t tx_good_packets() const;
1069 void set_tx_good_packets(::uint64_t value);
1070
1071 private:
1072 ::uint64_t _internal_tx_good_packets() const;
1073 void _internal_set_tx_good_packets(::uint64_t value);
1074
1075 public:
1076 // uint64 tx_good_bytes = 101;
1077 void clear_tx_good_bytes() ;
1078 ::uint64_t tx_good_bytes() const;
1079 void set_tx_good_bytes(::uint64_t value);
1080
1081 private:
1082 ::uint64_t _internal_tx_good_bytes() const;
1083 void _internal_set_tx_good_bytes(::uint64_t value);
1084
1085 public:
1086 // uint64 tx_unicast_packets = 102;
1087 void clear_tx_unicast_packets() ;
1088 ::uint64_t tx_unicast_packets() const;
1089 void set_tx_unicast_packets(::uint64_t value);
1090
1091 private:
1092 ::uint64_t _internal_tx_unicast_packets() const;
1093 void _internal_set_tx_unicast_packets(::uint64_t value);
1094
1095 public:
1096 // uint64 tx_multicast_packets = 103;
1097 void clear_tx_multicast_packets() ;
1098 ::uint64_t tx_multicast_packets() const;
1099 void set_tx_multicast_packets(::uint64_t value);
1100
1101 private:
1102 ::uint64_t _internal_tx_multicast_packets() const;
1103 void _internal_set_tx_multicast_packets(::uint64_t value);
1104
1105 public:
1106 // uint64 tx_broadcast_packets = 104;
1107 void clear_tx_broadcast_packets() ;
1108 ::uint64_t tx_broadcast_packets() const;
1109 void set_tx_broadcast_packets(::uint64_t value);
1110
1111 private:
1112 ::uint64_t _internal_tx_broadcast_packets() const;
1113 void _internal_set_tx_broadcast_packets(::uint64_t value);
1114
1115 public:
1116 // uint64 tx_dropped_packets = 105;
1117 void clear_tx_dropped_packets() ;
1118 ::uint64_t tx_dropped_packets() const;
1119 void set_tx_dropped_packets(::uint64_t value);
1120
1121 private:
1122 ::uint64_t _internal_tx_dropped_packets() const;
1123 void _internal_set_tx_dropped_packets(::uint64_t value);
1124
1125 public:
1126 // uint64 tx_link_down_dropped = 106;
1127 void clear_tx_link_down_dropped() ;
1128 ::uint64_t tx_link_down_dropped() const;
1129 void set_tx_link_down_dropped(::uint64_t value);
1130
1131 private:
1132 ::uint64_t _internal_tx_link_down_dropped() const;
1133 void _internal_set_tx_link_down_dropped(::uint64_t value);
1134
1135 public:
1136 // uint64 tx_xon_packets = 107;
1137 void clear_tx_xon_packets() ;
1138 ::uint64_t tx_xon_packets() const;
1139 void set_tx_xon_packets(::uint64_t value);
1140
1141 private:
1142 ::uint64_t _internal_tx_xon_packets() const;
1143 void _internal_set_tx_xon_packets(::uint64_t value);
1144
1145 public:
1146 // uint64 tx_xoff_packets = 108;
1147 void clear_tx_xoff_packets() ;
1148 ::uint64_t tx_xoff_packets() const;
1149 void set_tx_xoff_packets(::uint64_t value);
1150
1151 private:
1152 ::uint64_t _internal_tx_xoff_packets() const;
1153 void _internal_set_tx_xoff_packets(::uint64_t value);
1154
1155 public:
1156 // uint64 tx_size_64_packets = 149;
1157 void clear_tx_size_64_packets() ;
1158 ::uint64_t tx_size_64_packets() const;
1159 void set_tx_size_64_packets(::uint64_t value);
1160
1161 private:
1162 ::uint64_t _internal_tx_size_64_packets() const;
1163 void _internal_set_tx_size_64_packets(::uint64_t value);
1164
1165 public:
1166 // uint64 tx_size_65_to_127_packets = 150;
1167 void clear_tx_size_65_to_127_packets() ;
1168 ::uint64_t tx_size_65_to_127_packets() const;
1169 void set_tx_size_65_to_127_packets(::uint64_t value);
1170
1171 private:
1172 ::uint64_t _internal_tx_size_65_to_127_packets() const;
1173 void _internal_set_tx_size_65_to_127_packets(::uint64_t value);
1174
1175 public:
1176 // uint64 tx_size_128_to_255_packets = 151;
1177 void clear_tx_size_128_to_255_packets() ;
1178 ::uint64_t tx_size_128_to_255_packets() const;
1179 void set_tx_size_128_to_255_packets(::uint64_t value);
1180
1181 private:
1182 ::uint64_t _internal_tx_size_128_to_255_packets() const;
1183 void _internal_set_tx_size_128_to_255_packets(::uint64_t value);
1184
1185 public:
1186 // uint64 tx_size_256_to_511_packets = 152;
1187 void clear_tx_size_256_to_511_packets() ;
1188 ::uint64_t tx_size_256_to_511_packets() const;
1189 void set_tx_size_256_to_511_packets(::uint64_t value);
1190
1191 private:
1192 ::uint64_t _internal_tx_size_256_to_511_packets() const;
1193 void _internal_set_tx_size_256_to_511_packets(::uint64_t value);
1194
1195 public:
1196 // uint64 tx_size_512_to_1023_packets = 153;
1197 void clear_tx_size_512_to_1023_packets() ;
1198 ::uint64_t tx_size_512_to_1023_packets() const;
1199 void set_tx_size_512_to_1023_packets(::uint64_t value);
1200
1201 private:
1202 ::uint64_t _internal_tx_size_512_to_1023_packets() const;
1203 void _internal_set_tx_size_512_to_1023_packets(::uint64_t value);
1204
1205 public:
1206 // uint64 tx_size_1024_to_1522_packets = 154;
1207 void clear_tx_size_1024_to_1522_packets() ;
1208 ::uint64_t tx_size_1024_to_1522_packets() const;
1209 void set_tx_size_1024_to_1522_packets(::uint64_t value);
1210
1211 private:
1212 ::uint64_t _internal_tx_size_1024_to_1522_packets() const;
1213 void _internal_set_tx_size_1024_to_1522_packets(::uint64_t value);
1214
1215 public:
1216 // uint64 tx_size_1523_to_max_packets = 155;
1217 void clear_tx_size_1523_to_max_packets() ;
1218 ::uint64_t tx_size_1523_to_max_packets() const;
1219 void set_tx_size_1523_to_max_packets(::uint64_t value);
1220
1221 private:
1222 ::uint64_t _internal_tx_size_1523_to_max_packets() const;
1223 void _internal_set_tx_size_1523_to_max_packets(::uint64_t value);
1224
1225 public:
1226 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.EthXStatsInfo)
1227 private:
1228 class _Internal;
1229
1230 friend class ::google::protobuf::internal::TcParser;
1231 static const ::google::protobuf::internal::TcParseTable<5, 35, 0, 0, 19> _table_;
1232 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
1235 struct Impl_ {
1236 ::uint64_t groups_sent_;
1239 ::uint64_t rx_good_bytes_;
1256 ::uint64_t tx_good_bytes_;
1271 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1272 PROTOBUF_TSAN_DECLARE_MEMBER
1273 };
1274 union { Impl_ _impl_; };
1275 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
1276};// -------------------------------------------------------------------
1277
1278class EthXStatsErrors final :
1279 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.EthXStatsErrors) */ {
1280 public:
1281 inline EthXStatsErrors() : EthXStatsErrors(nullptr) {}
1282 ~EthXStatsErrors() override;
1283 template<typename = void>
1284 explicit PROTOBUF_CONSTEXPR EthXStatsErrors(::google::protobuf::internal::ConstantInitialized);
1285
1286 EthXStatsErrors(const EthXStatsErrors& from);
1288 : EthXStatsErrors() {
1289 *this = ::std::move(from);
1290 }
1291
1293 CopyFrom(from);
1294 return *this;
1295 }
1296 inline EthXStatsErrors& operator=(EthXStatsErrors&& from) noexcept {
1297 if (this == &from) return *this;
1298 if (GetOwningArena() == from.GetOwningArena()
1299 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1300 && GetOwningArena() != nullptr
1301 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1302 ) {
1303 InternalSwap(&from);
1304 } else {
1305 CopyFrom(from);
1306 }
1307 return *this;
1308 }
1309
1310 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1311 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1312 }
1313 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1314 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1315 }
1316
1317 static const ::google::protobuf::Descriptor* descriptor() {
1318 return GetDescriptor();
1319 }
1320 static const ::google::protobuf::Descriptor* GetDescriptor() {
1321 return default_instance().GetMetadata().descriptor;
1322 }
1323 static const ::google::protobuf::Reflection* GetReflection() {
1324 return default_instance().GetMetadata().reflection;
1325 }
1327 return *internal_default_instance();
1328 }
1330 return reinterpret_cast<const EthXStatsErrors*>(
1332 }
1333 static constexpr int kIndexInFileMessages =
1334 4;
1335
1337 a.Swap(&b);
1338 }
1339 inline void Swap(EthXStatsErrors* other) {
1340 if (other == this) return;
1341 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1342 if (GetOwningArena() != nullptr &&
1343 GetOwningArena() == other->GetOwningArena()) {
1344 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1345 if (GetOwningArena() == other->GetOwningArena()) {
1346 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1347 InternalSwap(other);
1348 } else {
1349 ::google::protobuf::internal::GenericSwap(this, other);
1350 }
1351 }
1353 if (other == this) return;
1354 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1355 InternalSwap(other);
1356 }
1357
1358 // implements Message ----------------------------------------------
1359
1360 EthXStatsErrors* New(::google::protobuf::Arena* arena = nullptr) const final {
1361 return CreateMaybeMessage<EthXStatsErrors>(arena);
1362 }
1363 using ::google::protobuf::Message::CopyFrom;
1364 void CopyFrom(const EthXStatsErrors& from);
1365 using ::google::protobuf::Message::MergeFrom;
1366 void MergeFrom( const EthXStatsErrors& from) {
1367 EthXStatsErrors::MergeImpl(*this, from);
1368 }
1369 private:
1370 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
1371 public:
1372 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1373 bool IsInitialized() const final;
1374
1375 ::size_t ByteSizeLong() const final;
1376 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
1377 ::uint8_t* _InternalSerialize(
1378 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
1379 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
1380
1381 private:
1382 void SharedCtor(::google::protobuf::Arena* arena);
1383 void SharedDtor();
1384 void SetCachedSize(int size) const final;
1385 void InternalSwap(EthXStatsErrors* other);
1386
1387 private:
1388 friend class ::google::protobuf::internal::AnyMetadata;
1389 static ::absl::string_view FullMessageName() {
1390 return "dunedaq.dpdklibs.opmon.EthXStatsErrors";
1391 }
1392 protected:
1393 explicit EthXStatsErrors(::google::protobuf::Arena* arena);
1394 public:
1395
1396 static const ClassData _class_data_;
1397 const ::google::protobuf::Message::ClassData*GetClassData() const final;
1398
1399 ::google::protobuf::Metadata GetMetadata() const final;
1400
1401 // nested types ----------------------------------------------------
1402
1403 // accessors -------------------------------------------------------
1404
1405 enum : int {
1406 kRxMissedErrorsFieldNumber = 1,
1407 kRxErrorsFieldNumber = 2,
1408 kRxErrorBytesFieldNumber = 3,
1409 kRxMbufAllocationErrorsFieldNumber = 4,
1410 kRxCrcErrorsFieldNumber = 5,
1411 kRxIllegalByteErrorsFieldNumber = 6,
1412 kRxJabberErrorsFieldNumber = 7,
1413 kMacLocalErrorsFieldNumber = 20,
1414 kMacRemoteErrorsFieldNumber = 21,
1415 kRxLenErrorsFieldNumber = 22,
1416 kRxUndersizedErrorsFieldNumber = 23,
1417 kRxOversizeErrorsFieldNumber = 24,
1418 kRxFragmentedErrorsFieldNumber = 25,
1419 kTxErrorsFieldNumber = 100,
1420 };
1421 // uint64 rx_missed_errors = 1;
1422 void clear_rx_missed_errors() ;
1423 ::uint64_t rx_missed_errors() const;
1424 void set_rx_missed_errors(::uint64_t value);
1425
1426 private:
1427 ::uint64_t _internal_rx_missed_errors() const;
1428 void _internal_set_rx_missed_errors(::uint64_t value);
1429
1430 public:
1431 // uint64 rx_errors = 2;
1432 void clear_rx_errors() ;
1433 ::uint64_t rx_errors() const;
1434 void set_rx_errors(::uint64_t value);
1435
1436 private:
1437 ::uint64_t _internal_rx_errors() const;
1438 void _internal_set_rx_errors(::uint64_t value);
1439
1440 public:
1441 // uint64 rx_error_bytes = 3;
1442 void clear_rx_error_bytes() ;
1443 ::uint64_t rx_error_bytes() const;
1444 void set_rx_error_bytes(::uint64_t value);
1445
1446 private:
1447 ::uint64_t _internal_rx_error_bytes() const;
1448 void _internal_set_rx_error_bytes(::uint64_t value);
1449
1450 public:
1451 // uint64 rx_mbuf_allocation_errors = 4;
1452 void clear_rx_mbuf_allocation_errors() ;
1453 ::uint64_t rx_mbuf_allocation_errors() const;
1454 void set_rx_mbuf_allocation_errors(::uint64_t value);
1455
1456 private:
1457 ::uint64_t _internal_rx_mbuf_allocation_errors() const;
1458 void _internal_set_rx_mbuf_allocation_errors(::uint64_t value);
1459
1460 public:
1461 // uint64 rx_crc_errors = 5;
1462 void clear_rx_crc_errors() ;
1463 ::uint64_t rx_crc_errors() const;
1464 void set_rx_crc_errors(::uint64_t value);
1465
1466 private:
1467 ::uint64_t _internal_rx_crc_errors() const;
1468 void _internal_set_rx_crc_errors(::uint64_t value);
1469
1470 public:
1471 // uint64 rx_illegal_byte_errors = 6;
1472 void clear_rx_illegal_byte_errors() ;
1473 ::uint64_t rx_illegal_byte_errors() const;
1474 void set_rx_illegal_byte_errors(::uint64_t value);
1475
1476 private:
1477 ::uint64_t _internal_rx_illegal_byte_errors() const;
1478 void _internal_set_rx_illegal_byte_errors(::uint64_t value);
1479
1480 public:
1481 // uint64 rx_jabber_errors = 7;
1482 void clear_rx_jabber_errors() ;
1483 ::uint64_t rx_jabber_errors() const;
1484 void set_rx_jabber_errors(::uint64_t value);
1485
1486 private:
1487 ::uint64_t _internal_rx_jabber_errors() const;
1488 void _internal_set_rx_jabber_errors(::uint64_t value);
1489
1490 public:
1491 // uint64 mac_local_errors = 20;
1492 void clear_mac_local_errors() ;
1493 ::uint64_t mac_local_errors() const;
1494 void set_mac_local_errors(::uint64_t value);
1495
1496 private:
1497 ::uint64_t _internal_mac_local_errors() const;
1498 void _internal_set_mac_local_errors(::uint64_t value);
1499
1500 public:
1501 // uint64 mac_remote_errors = 21;
1502 void clear_mac_remote_errors() ;
1503 ::uint64_t mac_remote_errors() const;
1504 void set_mac_remote_errors(::uint64_t value);
1505
1506 private:
1507 ::uint64_t _internal_mac_remote_errors() const;
1508 void _internal_set_mac_remote_errors(::uint64_t value);
1509
1510 public:
1511 // uint64 rx_len_errors = 22;
1512 void clear_rx_len_errors() ;
1513 ::uint64_t rx_len_errors() const;
1514 void set_rx_len_errors(::uint64_t value);
1515
1516 private:
1517 ::uint64_t _internal_rx_len_errors() const;
1518 void _internal_set_rx_len_errors(::uint64_t value);
1519
1520 public:
1521 // uint64 rx_undersized_errors = 23;
1522 void clear_rx_undersized_errors() ;
1523 ::uint64_t rx_undersized_errors() const;
1524 void set_rx_undersized_errors(::uint64_t value);
1525
1526 private:
1527 ::uint64_t _internal_rx_undersized_errors() const;
1528 void _internal_set_rx_undersized_errors(::uint64_t value);
1529
1530 public:
1531 // uint64 rx_oversize_errors = 24;
1532 void clear_rx_oversize_errors() ;
1533 ::uint64_t rx_oversize_errors() const;
1534 void set_rx_oversize_errors(::uint64_t value);
1535
1536 private:
1537 ::uint64_t _internal_rx_oversize_errors() const;
1538 void _internal_set_rx_oversize_errors(::uint64_t value);
1539
1540 public:
1541 // uint64 rx_fragmented_errors = 25;
1542 void clear_rx_fragmented_errors() ;
1543 ::uint64_t rx_fragmented_errors() const;
1544 void set_rx_fragmented_errors(::uint64_t value);
1545
1546 private:
1547 ::uint64_t _internal_rx_fragmented_errors() const;
1548 void _internal_set_rx_fragmented_errors(::uint64_t value);
1549
1550 public:
1551 // uint64 tx_errors = 100;
1552 void clear_tx_errors() ;
1553 ::uint64_t tx_errors() const;
1554 void set_tx_errors(::uint64_t value);
1555
1556 private:
1557 ::uint64_t _internal_tx_errors() const;
1558 void _internal_set_tx_errors(::uint64_t value);
1559
1560 public:
1561 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.EthXStatsErrors)
1562 private:
1563 class _Internal;
1564
1565 friend class ::google::protobuf::internal::TcParser;
1566 static const ::google::protobuf::internal::TcParseTable<4, 14, 0, 0, 7> _table_;
1567 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
1570 struct Impl_ {
1572 ::uint64_t rx_errors_;
1575 ::uint64_t rx_crc_errors_;
1580 ::uint64_t rx_len_errors_;
1584 ::uint64_t tx_errors_;
1585 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1586 PROTOBUF_TSAN_DECLARE_MEMBER
1587 };
1588 union { Impl_ _impl_; };
1589 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
1590};// -------------------------------------------------------------------
1591
1592class RTEWorkerInfo final :
1593 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.RTEWorkerInfo) */ {
1594 public:
1595 inline RTEWorkerInfo() : RTEWorkerInfo(nullptr) {}
1596 ~RTEWorkerInfo() override;
1597 template<typename = void>
1598 explicit PROTOBUF_CONSTEXPR RTEWorkerInfo(::google::protobuf::internal::ConstantInitialized);
1599
1600 RTEWorkerInfo(const RTEWorkerInfo& from);
1602 : RTEWorkerInfo() {
1603 *this = ::std::move(from);
1604 }
1605
1607 CopyFrom(from);
1608 return *this;
1609 }
1610 inline RTEWorkerInfo& operator=(RTEWorkerInfo&& from) noexcept {
1611 if (this == &from) return *this;
1612 if (GetOwningArena() == from.GetOwningArena()
1613 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1614 && GetOwningArena() != nullptr
1615 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1616 ) {
1617 InternalSwap(&from);
1618 } else {
1619 CopyFrom(from);
1620 }
1621 return *this;
1622 }
1623
1624 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1625 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1626 }
1627 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1628 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1629 }
1630
1631 static const ::google::protobuf::Descriptor* descriptor() {
1632 return GetDescriptor();
1633 }
1634 static const ::google::protobuf::Descriptor* GetDescriptor() {
1635 return default_instance().GetMetadata().descriptor;
1636 }
1637 static const ::google::protobuf::Reflection* GetReflection() {
1638 return default_instance().GetMetadata().reflection;
1639 }
1641 return *internal_default_instance();
1642 }
1644 return reinterpret_cast<const RTEWorkerInfo*>(
1646 }
1647 static constexpr int kIndexInFileMessages =
1648 5;
1649
1650 friend void swap(RTEWorkerInfo& a, RTEWorkerInfo& b) {
1651 a.Swap(&b);
1652 }
1653 inline void Swap(RTEWorkerInfo* other) {
1654 if (other == this) return;
1655 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1656 if (GetOwningArena() != nullptr &&
1657 GetOwningArena() == other->GetOwningArena()) {
1658 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1659 if (GetOwningArena() == other->GetOwningArena()) {
1660 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1661 InternalSwap(other);
1662 } else {
1663 ::google::protobuf::internal::GenericSwap(this, other);
1664 }
1665 }
1667 if (other == this) return;
1668 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1669 InternalSwap(other);
1670 }
1671
1672 // implements Message ----------------------------------------------
1673
1674 RTEWorkerInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
1675 return CreateMaybeMessage<RTEWorkerInfo>(arena);
1676 }
1677 using ::google::protobuf::Message::CopyFrom;
1678 void CopyFrom(const RTEWorkerInfo& from);
1679 using ::google::protobuf::Message::MergeFrom;
1680 void MergeFrom( const RTEWorkerInfo& from) {
1681 RTEWorkerInfo::MergeImpl(*this, from);
1682 }
1683 private:
1684 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
1685 public:
1686 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1687 bool IsInitialized() const final;
1688
1689 ::size_t ByteSizeLong() const final;
1690 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
1691 ::uint8_t* _InternalSerialize(
1692 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
1693 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
1694
1695 private:
1696 void SharedCtor(::google::protobuf::Arena* arena);
1697 void SharedDtor();
1698 void SetCachedSize(int size) const final;
1699 void InternalSwap(RTEWorkerInfo* other);
1700
1701 private:
1702 friend class ::google::protobuf::internal::AnyMetadata;
1703 static ::absl::string_view FullMessageName() {
1704 return "dunedaq.dpdklibs.opmon.RTEWorkerInfo";
1705 }
1706 protected:
1707 explicit RTEWorkerInfo(::google::protobuf::Arena* arena);
1708 public:
1709
1710 static const ClassData _class_data_;
1711 const ::google::protobuf::Message::ClassData*GetClassData() const final;
1712
1713 ::google::protobuf::Metadata GetMetadata() const final;
1714
1715 // nested types ----------------------------------------------------
1716
1717 // accessors -------------------------------------------------------
1718
1719 enum : int {
1720 kNumUnhandledNonIpv4FieldNumber = 1,
1721 kNumUnhandledNonUdpFieldNumber = 2,
1722 kNumUnhandledNonJumboUdpFieldNumber = 3,
1723 };
1724 // uint32 num_unhandled_non_ipv4 = 1;
1725 void clear_num_unhandled_non_ipv4() ;
1726 ::uint32_t num_unhandled_non_ipv4() const;
1727 void set_num_unhandled_non_ipv4(::uint32_t value);
1728
1729 private:
1730 ::uint32_t _internal_num_unhandled_non_ipv4() const;
1731 void _internal_set_num_unhandled_non_ipv4(::uint32_t value);
1732
1733 public:
1734 // uint32 num_unhandled_non_udp = 2;
1735 void clear_num_unhandled_non_udp() ;
1736 ::uint32_t num_unhandled_non_udp() const;
1737 void set_num_unhandled_non_udp(::uint32_t value);
1738
1739 private:
1740 ::uint32_t _internal_num_unhandled_non_udp() const;
1741 void _internal_set_num_unhandled_non_udp(::uint32_t value);
1742
1743 public:
1744 // uint32 num_unhandled_non_jumbo_udp = 3;
1745 void clear_num_unhandled_non_jumbo_udp() ;
1746 ::uint32_t num_unhandled_non_jumbo_udp() const;
1747 void set_num_unhandled_non_jumbo_udp(::uint32_t value);
1748
1749 private:
1750 ::uint32_t _internal_num_unhandled_non_jumbo_udp() const;
1751 void _internal_set_num_unhandled_non_jumbo_udp(::uint32_t value);
1752
1753 public:
1754 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
1755 private:
1756 class _Internal;
1757
1758 friend class ::google::protobuf::internal::TcParser;
1759 static const ::google::protobuf::internal::TcParseTable<2, 3, 0, 0, 2> _table_;
1760 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
1763 struct Impl_ {
1767 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1768 PROTOBUF_TSAN_DECLARE_MEMBER
1769 };
1770 union { Impl_ _impl_; };
1771 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
1772};
1773
1774// ===================================================================
1775
1776
1777
1778
1779// ===================================================================
1780
1781
1782#ifdef __GNUC__
1783#pragma GCC diagnostic push
1784#pragma GCC diagnostic ignored "-Wstrict-aliasing"
1785#endif // __GNUC__
1786// -------------------------------------------------------------------
1787
1788// EthStats
1789
1790// uint64 ipackets = 1;
1791inline void EthStats::clear_ipackets() {
1792 _impl_.ipackets_ = ::uint64_t{0u};
1793}
1794inline ::uint64_t EthStats::ipackets() const {
1795 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1796 return _internal_ipackets();
1797}
1798inline void EthStats::set_ipackets(::uint64_t value) {
1799 _internal_set_ipackets(value);
1800 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1801}
1802inline ::uint64_t EthStats::_internal_ipackets() const {
1803 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1804 return _impl_.ipackets_;
1805}
1806inline void EthStats::_internal_set_ipackets(::uint64_t value) {
1807 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1808 ;
1809 _impl_.ipackets_ = value;
1810}
1811
1812// uint64 opackets = 2;
1813inline void EthStats::clear_opackets() {
1814 _impl_.opackets_ = ::uint64_t{0u};
1815}
1816inline ::uint64_t EthStats::opackets() const {
1817 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.opackets)
1818 return _internal_opackets();
1819}
1820inline void EthStats::set_opackets(::uint64_t value) {
1821 _internal_set_opackets(value);
1822 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.opackets)
1823}
1824inline ::uint64_t EthStats::_internal_opackets() const {
1825 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1826 return _impl_.opackets_;
1827}
1828inline void EthStats::_internal_set_opackets(::uint64_t value) {
1829 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1830 ;
1831 _impl_.opackets_ = value;
1832}
1833
1834// uint64 ibytes = 10;
1835inline void EthStats::clear_ibytes() {
1836 _impl_.ibytes_ = ::uint64_t{0u};
1837}
1838inline ::uint64_t EthStats::ibytes() const {
1839 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1840 return _internal_ibytes();
1841}
1842inline void EthStats::set_ibytes(::uint64_t value) {
1843 _internal_set_ibytes(value);
1844 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1845}
1846inline ::uint64_t EthStats::_internal_ibytes() const {
1847 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1848 return _impl_.ibytes_;
1849}
1850inline void EthStats::_internal_set_ibytes(::uint64_t value) {
1851 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1852 ;
1853 _impl_.ibytes_ = value;
1854}
1855
1856// uint64 obytes = 11;
1857inline void EthStats::clear_obytes() {
1858 _impl_.obytes_ = ::uint64_t{0u};
1859}
1860inline ::uint64_t EthStats::obytes() const {
1861 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.obytes)
1862 return _internal_obytes();
1863}
1864inline void EthStats::set_obytes(::uint64_t value) {
1865 _internal_set_obytes(value);
1866 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.obytes)
1867}
1868inline ::uint64_t EthStats::_internal_obytes() const {
1869 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1870 return _impl_.obytes_;
1871}
1872inline void EthStats::_internal_set_obytes(::uint64_t value) {
1873 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1874 ;
1875 _impl_.obytes_ = value;
1876}
1877
1878// uint64 imissed = 20;
1879inline void EthStats::clear_imissed() {
1880 _impl_.imissed_ = ::uint64_t{0u};
1881}
1882inline ::uint64_t EthStats::imissed() const {
1883 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.imissed)
1884 return _internal_imissed();
1885}
1886inline void EthStats::set_imissed(::uint64_t value) {
1887 _internal_set_imissed(value);
1888 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.imissed)
1889}
1890inline ::uint64_t EthStats::_internal_imissed() const {
1891 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1892 return _impl_.imissed_;
1893}
1894inline void EthStats::_internal_set_imissed(::uint64_t value) {
1895 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1896 ;
1897 _impl_.imissed_ = value;
1898}
1899
1900// uint64 ierrors = 21;
1901inline void EthStats::clear_ierrors() {
1902 _impl_.ierrors_ = ::uint64_t{0u};
1903}
1904inline ::uint64_t EthStats::ierrors() const {
1905 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1906 return _internal_ierrors();
1907}
1908inline void EthStats::set_ierrors(::uint64_t value) {
1909 _internal_set_ierrors(value);
1910 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1911}
1912inline ::uint64_t EthStats::_internal_ierrors() const {
1913 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1914 return _impl_.ierrors_;
1915}
1916inline void EthStats::_internal_set_ierrors(::uint64_t value) {
1917 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1918 ;
1919 _impl_.ierrors_ = value;
1920}
1921
1922// uint64 oerrors = 22;
1923inline void EthStats::clear_oerrors() {
1924 _impl_.oerrors_ = ::uint64_t{0u};
1925}
1926inline ::uint64_t EthStats::oerrors() const {
1927 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1928 return _internal_oerrors();
1929}
1930inline void EthStats::set_oerrors(::uint64_t value) {
1931 _internal_set_oerrors(value);
1932 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1933}
1934inline ::uint64_t EthStats::_internal_oerrors() const {
1935 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1936 return _impl_.oerrors_;
1937}
1938inline void EthStats::_internal_set_oerrors(::uint64_t value) {
1939 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1940 ;
1941 _impl_.oerrors_ = value;
1942}
1943
1944// uint64 rx_nombuf = 30;
1945inline void EthStats::clear_rx_nombuf() {
1946 _impl_.rx_nombuf_ = ::uint64_t{0u};
1947}
1948inline ::uint64_t EthStats::rx_nombuf() const {
1949 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1950 return _internal_rx_nombuf();
1951}
1952inline void EthStats::set_rx_nombuf(::uint64_t value) {
1953 _internal_set_rx_nombuf(value);
1954 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1955}
1956inline ::uint64_t EthStats::_internal_rx_nombuf() const {
1957 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1958 return _impl_.rx_nombuf_;
1959}
1960inline void EthStats::_internal_set_rx_nombuf(::uint64_t value) {
1961 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1962 ;
1963 _impl_.rx_nombuf_ = value;
1964}
1965
1966// -------------------------------------------------------------------
1967
1968// QueueInfo
1969
1970// uint64 packets_received = 1;
1971inline void QueueInfo::clear_packets_received() {
1972 _impl_.packets_received_ = ::uint64_t{0u};
1973}
1974inline ::uint64_t QueueInfo::packets_received() const {
1975 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1976 return _internal_packets_received();
1977}
1978inline void QueueInfo::set_packets_received(::uint64_t value) {
1979 _internal_set_packets_received(value);
1980 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1981}
1982inline ::uint64_t QueueInfo::_internal_packets_received() const {
1983 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1984 return _impl_.packets_received_;
1985}
1986inline void QueueInfo::_internal_set_packets_received(::uint64_t value) {
1987 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1988 ;
1989 _impl_.packets_received_ = value;
1990}
1991
1992// uint64 bytes_received = 2;
1993inline void QueueInfo::clear_bytes_received() {
1994 _impl_.bytes_received_ = ::uint64_t{0u};
1995}
1996inline ::uint64_t QueueInfo::bytes_received() const {
1997 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
1998 return _internal_bytes_received();
1999}
2000inline void QueueInfo::set_bytes_received(::uint64_t value) {
2001 _internal_set_bytes_received(value);
2002 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
2003}
2004inline ::uint64_t QueueInfo::_internal_bytes_received() const {
2005 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2006 return _impl_.bytes_received_;
2007}
2008inline void QueueInfo::_internal_set_bytes_received(::uint64_t value) {
2009 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2010 ;
2011 _impl_.bytes_received_ = value;
2012}
2013
2014// uint64 full_rx_burst = 3;
2015inline void QueueInfo::clear_full_rx_burst() {
2016 _impl_.full_rx_burst_ = ::uint64_t{0u};
2017}
2018inline ::uint64_t QueueInfo::full_rx_burst() const {
2019 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
2020 return _internal_full_rx_burst();
2021}
2022inline void QueueInfo::set_full_rx_burst(::uint64_t value) {
2023 _internal_set_full_rx_burst(value);
2024 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
2025}
2026inline ::uint64_t QueueInfo::_internal_full_rx_burst() const {
2027 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2028 return _impl_.full_rx_burst_;
2029}
2030inline void QueueInfo::_internal_set_full_rx_burst(::uint64_t value) {
2031 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2032 ;
2033 _impl_.full_rx_burst_ = value;
2034}
2035
2036// uint32 max_burst_size = 4;
2037inline void QueueInfo::clear_max_burst_size() {
2038 _impl_.max_burst_size_ = 0u;
2039}
2040inline ::uint32_t QueueInfo::max_burst_size() const {
2041 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
2042 return _internal_max_burst_size();
2043}
2044inline void QueueInfo::set_max_burst_size(::uint32_t value) {
2045 _internal_set_max_burst_size(value);
2046 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
2047}
2048inline ::uint32_t QueueInfo::_internal_max_burst_size() const {
2049 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2050 return _impl_.max_burst_size_;
2051}
2052inline void QueueInfo::_internal_set_max_burst_size(::uint32_t value) {
2053 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2054 ;
2055 _impl_.max_burst_size_ = value;
2056}
2057
2058// -------------------------------------------------------------------
2059
2060// QueueEthXStats
2061
2062// uint64 packets = 1;
2063inline void QueueEthXStats::clear_packets() {
2064 _impl_.packets_ = ::uint64_t{0u};
2065}
2066inline ::uint64_t QueueEthXStats::packets() const {
2067 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
2068 return _internal_packets();
2069}
2070inline void QueueEthXStats::set_packets(::uint64_t value) {
2071 _internal_set_packets(value);
2072 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
2073}
2074inline ::uint64_t QueueEthXStats::_internal_packets() const {
2075 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2076 return _impl_.packets_;
2077}
2078inline void QueueEthXStats::_internal_set_packets(::uint64_t value) {
2079 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2080 ;
2081 _impl_.packets_ = value;
2082}
2083
2084// uint64 bytes = 2;
2085inline void QueueEthXStats::clear_bytes() {
2086 _impl_.bytes_ = ::uint64_t{0u};
2087}
2088inline ::uint64_t QueueEthXStats::bytes() const {
2089 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
2090 return _internal_bytes();
2091}
2092inline void QueueEthXStats::set_bytes(::uint64_t value) {
2093 _internal_set_bytes(value);
2094 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
2095}
2096inline ::uint64_t QueueEthXStats::_internal_bytes() const {
2097 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2098 return _impl_.bytes_;
2099}
2100inline void QueueEthXStats::_internal_set_bytes(::uint64_t value) {
2101 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2102 ;
2103 _impl_.bytes_ = value;
2104}
2105
2106// uint64 errors = 3;
2107inline void QueueEthXStats::clear_errors() {
2108 _impl_.errors_ = ::uint64_t{0u};
2109}
2110inline ::uint64_t QueueEthXStats::errors() const {
2111 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
2112 return _internal_errors();
2113}
2114inline void QueueEthXStats::set_errors(::uint64_t value) {
2115 _internal_set_errors(value);
2116 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
2117}
2118inline ::uint64_t QueueEthXStats::_internal_errors() const {
2119 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2120 return _impl_.errors_;
2121}
2122inline void QueueEthXStats::_internal_set_errors(::uint64_t value) {
2123 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2124 ;
2125 _impl_.errors_ = value;
2126}
2127
2128// -------------------------------------------------------------------
2129
2130// EthXStatsInfo
2131
2132// uint64 groups_sent = 1;
2133inline void EthXStatsInfo::clear_groups_sent() {
2134 _impl_.groups_sent_ = ::uint64_t{0u};
2135}
2136inline ::uint64_t EthXStatsInfo::groups_sent() const {
2137 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.groups_sent)
2138 return _internal_groups_sent();
2139}
2140inline void EthXStatsInfo::set_groups_sent(::uint64_t value) {
2141 _internal_set_groups_sent(value);
2142 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.groups_sent)
2143}
2144inline ::uint64_t EthXStatsInfo::_internal_groups_sent() const {
2145 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2146 return _impl_.groups_sent_;
2147}
2148inline void EthXStatsInfo::_internal_set_groups_sent(::uint64_t value) {
2149 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2150 ;
2151 _impl_.groups_sent_ = value;
2152}
2153
2154// uint64 total_groups_sent = 2;
2155inline void EthXStatsInfo::clear_total_groups_sent() {
2156 _impl_.total_groups_sent_ = ::uint64_t{0u};
2157}
2158inline ::uint64_t EthXStatsInfo::total_groups_sent() const {
2159 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.total_groups_sent)
2160 return _internal_total_groups_sent();
2161}
2162inline void EthXStatsInfo::set_total_groups_sent(::uint64_t value) {
2163 _internal_set_total_groups_sent(value);
2164 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.total_groups_sent)
2165}
2166inline ::uint64_t EthXStatsInfo::_internal_total_groups_sent() const {
2167 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2168 return _impl_.total_groups_sent_;
2169}
2170inline void EthXStatsInfo::_internal_set_total_groups_sent(::uint64_t value) {
2171 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2172 ;
2173 _impl_.total_groups_sent_ = value;
2174}
2175
2176// uint64 rx_good_packets = 3;
2177inline void EthXStatsInfo::clear_rx_good_packets() {
2178 _impl_.rx_good_packets_ = ::uint64_t{0u};
2179}
2180inline ::uint64_t EthXStatsInfo::rx_good_packets() const {
2181 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_packets)
2182 return _internal_rx_good_packets();
2183}
2184inline void EthXStatsInfo::set_rx_good_packets(::uint64_t value) {
2185 _internal_set_rx_good_packets(value);
2186 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_packets)
2187}
2188inline ::uint64_t EthXStatsInfo::_internal_rx_good_packets() const {
2189 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2190 return _impl_.rx_good_packets_;
2191}
2192inline void EthXStatsInfo::_internal_set_rx_good_packets(::uint64_t value) {
2193 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2194 ;
2195 _impl_.rx_good_packets_ = value;
2196}
2197
2198// uint64 rx_good_bytes = 4;
2199inline void EthXStatsInfo::clear_rx_good_bytes() {
2200 _impl_.rx_good_bytes_ = ::uint64_t{0u};
2201}
2202inline ::uint64_t EthXStatsInfo::rx_good_bytes() const {
2203 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_bytes)
2204 return _internal_rx_good_bytes();
2205}
2206inline void EthXStatsInfo::set_rx_good_bytes(::uint64_t value) {
2207 _internal_set_rx_good_bytes(value);
2208 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_bytes)
2209}
2210inline ::uint64_t EthXStatsInfo::_internal_rx_good_bytes() const {
2211 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2212 return _impl_.rx_good_bytes_;
2213}
2214inline void EthXStatsInfo::_internal_set_rx_good_bytes(::uint64_t value) {
2215 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2216 ;
2217 _impl_.rx_good_bytes_ = value;
2218}
2219
2220// uint64 rx_dropped_packets = 5;
2221inline void EthXStatsInfo::clear_rx_dropped_packets() {
2222 _impl_.rx_dropped_packets_ = ::uint64_t{0u};
2223}
2224inline ::uint64_t EthXStatsInfo::rx_dropped_packets() const {
2225 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_dropped_packets)
2226 return _internal_rx_dropped_packets();
2227}
2228inline void EthXStatsInfo::set_rx_dropped_packets(::uint64_t value) {
2229 _internal_set_rx_dropped_packets(value);
2230 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_dropped_packets)
2231}
2232inline ::uint64_t EthXStatsInfo::_internal_rx_dropped_packets() const {
2233 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2234 return _impl_.rx_dropped_packets_;
2235}
2236inline void EthXStatsInfo::_internal_set_rx_dropped_packets(::uint64_t value) {
2237 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2238 ;
2239 _impl_.rx_dropped_packets_ = value;
2240}
2241
2242// uint64 rx_unicast_packets = 11;
2243inline void EthXStatsInfo::clear_rx_unicast_packets() {
2244 _impl_.rx_unicast_packets_ = ::uint64_t{0u};
2245}
2246inline ::uint64_t EthXStatsInfo::rx_unicast_packets() const {
2247 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unicast_packets)
2248 return _internal_rx_unicast_packets();
2249}
2250inline void EthXStatsInfo::set_rx_unicast_packets(::uint64_t value) {
2251 _internal_set_rx_unicast_packets(value);
2252 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unicast_packets)
2253}
2254inline ::uint64_t EthXStatsInfo::_internal_rx_unicast_packets() const {
2255 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2256 return _impl_.rx_unicast_packets_;
2257}
2258inline void EthXStatsInfo::_internal_set_rx_unicast_packets(::uint64_t value) {
2259 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2260 ;
2261 _impl_.rx_unicast_packets_ = value;
2262}
2263
2264// uint64 rx_multicast_packets = 12;
2265inline void EthXStatsInfo::clear_rx_multicast_packets() {
2266 _impl_.rx_multicast_packets_ = ::uint64_t{0u};
2267}
2268inline ::uint64_t EthXStatsInfo::rx_multicast_packets() const {
2269 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_multicast_packets)
2270 return _internal_rx_multicast_packets();
2271}
2272inline void EthXStatsInfo::set_rx_multicast_packets(::uint64_t value) {
2273 _internal_set_rx_multicast_packets(value);
2274 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_multicast_packets)
2275}
2276inline ::uint64_t EthXStatsInfo::_internal_rx_multicast_packets() const {
2277 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2278 return _impl_.rx_multicast_packets_;
2279}
2280inline void EthXStatsInfo::_internal_set_rx_multicast_packets(::uint64_t value) {
2281 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2282 ;
2283 _impl_.rx_multicast_packets_ = value;
2284}
2285
2286// uint64 rx_broadcast_packets = 13;
2287inline void EthXStatsInfo::clear_rx_broadcast_packets() {
2288 _impl_.rx_broadcast_packets_ = ::uint64_t{0u};
2289}
2290inline ::uint64_t EthXStatsInfo::rx_broadcast_packets() const {
2291 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_broadcast_packets)
2292 return _internal_rx_broadcast_packets();
2293}
2294inline void EthXStatsInfo::set_rx_broadcast_packets(::uint64_t value) {
2295 _internal_set_rx_broadcast_packets(value);
2296 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_broadcast_packets)
2297}
2298inline ::uint64_t EthXStatsInfo::_internal_rx_broadcast_packets() const {
2299 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2300 return _impl_.rx_broadcast_packets_;
2301}
2302inline void EthXStatsInfo::_internal_set_rx_broadcast_packets(::uint64_t value) {
2303 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2304 ;
2305 _impl_.rx_broadcast_packets_ = value;
2306}
2307
2308// uint64 rx_unknown_protocol_packets = 14;
2309inline void EthXStatsInfo::clear_rx_unknown_protocol_packets() {
2310 _impl_.rx_unknown_protocol_packets_ = ::uint64_t{0u};
2311}
2312inline ::uint64_t EthXStatsInfo::rx_unknown_protocol_packets() const {
2313 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unknown_protocol_packets)
2314 return _internal_rx_unknown_protocol_packets();
2315}
2316inline void EthXStatsInfo::set_rx_unknown_protocol_packets(::uint64_t value) {
2317 _internal_set_rx_unknown_protocol_packets(value);
2318 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unknown_protocol_packets)
2319}
2320inline ::uint64_t EthXStatsInfo::_internal_rx_unknown_protocol_packets() const {
2321 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2322 return _impl_.rx_unknown_protocol_packets_;
2323}
2324inline void EthXStatsInfo::_internal_set_rx_unknown_protocol_packets(::uint64_t value) {
2325 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2326 ;
2327 _impl_.rx_unknown_protocol_packets_ = value;
2328}
2329
2330// uint64 rx_xon_packets = 15;
2331inline void EthXStatsInfo::clear_rx_xon_packets() {
2332 _impl_.rx_xon_packets_ = ::uint64_t{0u};
2333}
2334inline ::uint64_t EthXStatsInfo::rx_xon_packets() const {
2335 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xon_packets)
2336 return _internal_rx_xon_packets();
2337}
2338inline void EthXStatsInfo::set_rx_xon_packets(::uint64_t value) {
2339 _internal_set_rx_xon_packets(value);
2340 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xon_packets)
2341}
2342inline ::uint64_t EthXStatsInfo::_internal_rx_xon_packets() const {
2343 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2344 return _impl_.rx_xon_packets_;
2345}
2346inline void EthXStatsInfo::_internal_set_rx_xon_packets(::uint64_t value) {
2347 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2348 ;
2349 _impl_.rx_xon_packets_ = value;
2350}
2351
2352// uint64 rx_xoff_packets = 16;
2353inline void EthXStatsInfo::clear_rx_xoff_packets() {
2354 _impl_.rx_xoff_packets_ = ::uint64_t{0u};
2355}
2356inline ::uint64_t EthXStatsInfo::rx_xoff_packets() const {
2357 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xoff_packets)
2358 return _internal_rx_xoff_packets();
2359}
2360inline void EthXStatsInfo::set_rx_xoff_packets(::uint64_t value) {
2361 _internal_set_rx_xoff_packets(value);
2362 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xoff_packets)
2363}
2364inline ::uint64_t EthXStatsInfo::_internal_rx_xoff_packets() const {
2365 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2366 return _impl_.rx_xoff_packets_;
2367}
2368inline void EthXStatsInfo::_internal_set_rx_xoff_packets(::uint64_t value) {
2369 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2370 ;
2371 _impl_.rx_xoff_packets_ = value;
2372}
2373
2374// uint64 rx_size_64_packets = 49;
2375inline void EthXStatsInfo::clear_rx_size_64_packets() {
2376 _impl_.rx_size_64_packets_ = ::uint64_t{0u};
2377}
2378inline ::uint64_t EthXStatsInfo::rx_size_64_packets() const {
2379 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_64_packets)
2380 return _internal_rx_size_64_packets();
2381}
2382inline void EthXStatsInfo::set_rx_size_64_packets(::uint64_t value) {
2383 _internal_set_rx_size_64_packets(value);
2384 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_64_packets)
2385}
2386inline ::uint64_t EthXStatsInfo::_internal_rx_size_64_packets() const {
2387 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2388 return _impl_.rx_size_64_packets_;
2389}
2390inline void EthXStatsInfo::_internal_set_rx_size_64_packets(::uint64_t value) {
2391 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2392 ;
2393 _impl_.rx_size_64_packets_ = value;
2394}
2395
2396// uint64 rx_size_65_to_127_packets = 50;
2397inline void EthXStatsInfo::clear_rx_size_65_to_127_packets() {
2398 _impl_.rx_size_65_to_127_packets_ = ::uint64_t{0u};
2399}
2400inline ::uint64_t EthXStatsInfo::rx_size_65_to_127_packets() const {
2401 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_65_to_127_packets)
2402 return _internal_rx_size_65_to_127_packets();
2403}
2404inline void EthXStatsInfo::set_rx_size_65_to_127_packets(::uint64_t value) {
2405 _internal_set_rx_size_65_to_127_packets(value);
2406 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_65_to_127_packets)
2407}
2408inline ::uint64_t EthXStatsInfo::_internal_rx_size_65_to_127_packets() const {
2409 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2410 return _impl_.rx_size_65_to_127_packets_;
2411}
2412inline void EthXStatsInfo::_internal_set_rx_size_65_to_127_packets(::uint64_t value) {
2413 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2414 ;
2415 _impl_.rx_size_65_to_127_packets_ = value;
2416}
2417
2418// uint64 rx_size_128_to_255_packets = 51;
2419inline void EthXStatsInfo::clear_rx_size_128_to_255_packets() {
2420 _impl_.rx_size_128_to_255_packets_ = ::uint64_t{0u};
2421}
2422inline ::uint64_t EthXStatsInfo::rx_size_128_to_255_packets() const {
2423 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_128_to_255_packets)
2424 return _internal_rx_size_128_to_255_packets();
2425}
2426inline void EthXStatsInfo::set_rx_size_128_to_255_packets(::uint64_t value) {
2427 _internal_set_rx_size_128_to_255_packets(value);
2428 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_128_to_255_packets)
2429}
2430inline ::uint64_t EthXStatsInfo::_internal_rx_size_128_to_255_packets() const {
2431 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2432 return _impl_.rx_size_128_to_255_packets_;
2433}
2434inline void EthXStatsInfo::_internal_set_rx_size_128_to_255_packets(::uint64_t value) {
2435 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2436 ;
2437 _impl_.rx_size_128_to_255_packets_ = value;
2438}
2439
2440// uint64 rx_size_256_to_511_packets = 52;
2441inline void EthXStatsInfo::clear_rx_size_256_to_511_packets() {
2442 _impl_.rx_size_256_to_511_packets_ = ::uint64_t{0u};
2443}
2444inline ::uint64_t EthXStatsInfo::rx_size_256_to_511_packets() const {
2445 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_256_to_511_packets)
2446 return _internal_rx_size_256_to_511_packets();
2447}
2448inline void EthXStatsInfo::set_rx_size_256_to_511_packets(::uint64_t value) {
2449 _internal_set_rx_size_256_to_511_packets(value);
2450 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_256_to_511_packets)
2451}
2452inline ::uint64_t EthXStatsInfo::_internal_rx_size_256_to_511_packets() const {
2453 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2454 return _impl_.rx_size_256_to_511_packets_;
2455}
2456inline void EthXStatsInfo::_internal_set_rx_size_256_to_511_packets(::uint64_t value) {
2457 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2458 ;
2459 _impl_.rx_size_256_to_511_packets_ = value;
2460}
2461
2462// uint64 rx_size_512_to_1023_packets = 53;
2463inline void EthXStatsInfo::clear_rx_size_512_to_1023_packets() {
2464 _impl_.rx_size_512_to_1023_packets_ = ::uint64_t{0u};
2465}
2466inline ::uint64_t EthXStatsInfo::rx_size_512_to_1023_packets() const {
2467 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_512_to_1023_packets)
2468 return _internal_rx_size_512_to_1023_packets();
2469}
2470inline void EthXStatsInfo::set_rx_size_512_to_1023_packets(::uint64_t value) {
2471 _internal_set_rx_size_512_to_1023_packets(value);
2472 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_512_to_1023_packets)
2473}
2474inline ::uint64_t EthXStatsInfo::_internal_rx_size_512_to_1023_packets() const {
2475 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2476 return _impl_.rx_size_512_to_1023_packets_;
2477}
2478inline void EthXStatsInfo::_internal_set_rx_size_512_to_1023_packets(::uint64_t value) {
2479 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2480 ;
2481 _impl_.rx_size_512_to_1023_packets_ = value;
2482}
2483
2484// uint64 rx_size_1024_to_1522_packets = 54;
2485inline void EthXStatsInfo::clear_rx_size_1024_to_1522_packets() {
2486 _impl_.rx_size_1024_to_1522_packets_ = ::uint64_t{0u};
2487}
2488inline ::uint64_t EthXStatsInfo::rx_size_1024_to_1522_packets() const {
2489 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1024_to_1522_packets)
2490 return _internal_rx_size_1024_to_1522_packets();
2491}
2492inline void EthXStatsInfo::set_rx_size_1024_to_1522_packets(::uint64_t value) {
2493 _internal_set_rx_size_1024_to_1522_packets(value);
2494 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1024_to_1522_packets)
2495}
2496inline ::uint64_t EthXStatsInfo::_internal_rx_size_1024_to_1522_packets() const {
2497 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2498 return _impl_.rx_size_1024_to_1522_packets_;
2499}
2500inline void EthXStatsInfo::_internal_set_rx_size_1024_to_1522_packets(::uint64_t value) {
2501 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2502 ;
2503 _impl_.rx_size_1024_to_1522_packets_ = value;
2504}
2505
2506// uint64 rx_size_1523_to_max_packets = 55;
2507inline void EthXStatsInfo::clear_rx_size_1523_to_max_packets() {
2508 _impl_.rx_size_1523_to_max_packets_ = ::uint64_t{0u};
2509}
2510inline ::uint64_t EthXStatsInfo::rx_size_1523_to_max_packets() const {
2511 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1523_to_max_packets)
2512 return _internal_rx_size_1523_to_max_packets();
2513}
2514inline void EthXStatsInfo::set_rx_size_1523_to_max_packets(::uint64_t value) {
2515 _internal_set_rx_size_1523_to_max_packets(value);
2516 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1523_to_max_packets)
2517}
2518inline ::uint64_t EthXStatsInfo::_internal_rx_size_1523_to_max_packets() const {
2519 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2520 return _impl_.rx_size_1523_to_max_packets_;
2521}
2522inline void EthXStatsInfo::_internal_set_rx_size_1523_to_max_packets(::uint64_t value) {
2523 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2524 ;
2525 _impl_.rx_size_1523_to_max_packets_ = value;
2526}
2527
2528// uint64 rx_mac_short_pkt_dropped = 60;
2529inline void EthXStatsInfo::clear_rx_mac_short_pkt_dropped() {
2530 _impl_.rx_mac_short_pkt_dropped_ = ::uint64_t{0u};
2531}
2532inline ::uint64_t EthXStatsInfo::rx_mac_short_pkt_dropped() const {
2533 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_mac_short_pkt_dropped)
2534 return _internal_rx_mac_short_pkt_dropped();
2535}
2536inline void EthXStatsInfo::set_rx_mac_short_pkt_dropped(::uint64_t value) {
2537 _internal_set_rx_mac_short_pkt_dropped(value);
2538 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_mac_short_pkt_dropped)
2539}
2540inline ::uint64_t EthXStatsInfo::_internal_rx_mac_short_pkt_dropped() const {
2541 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2542 return _impl_.rx_mac_short_pkt_dropped_;
2543}
2544inline void EthXStatsInfo::_internal_set_rx_mac_short_pkt_dropped(::uint64_t value) {
2545 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2546 ;
2547 _impl_.rx_mac_short_pkt_dropped_ = value;
2548}
2549
2550// uint64 tx_good_packets = 100;
2551inline void EthXStatsInfo::clear_tx_good_packets() {
2552 _impl_.tx_good_packets_ = ::uint64_t{0u};
2553}
2554inline ::uint64_t EthXStatsInfo::tx_good_packets() const {
2555 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_packets)
2556 return _internal_tx_good_packets();
2557}
2558inline void EthXStatsInfo::set_tx_good_packets(::uint64_t value) {
2559 _internal_set_tx_good_packets(value);
2560 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_packets)
2561}
2562inline ::uint64_t EthXStatsInfo::_internal_tx_good_packets() const {
2563 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2564 return _impl_.tx_good_packets_;
2565}
2566inline void EthXStatsInfo::_internal_set_tx_good_packets(::uint64_t value) {
2567 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2568 ;
2569 _impl_.tx_good_packets_ = value;
2570}
2571
2572// uint64 tx_good_bytes = 101;
2573inline void EthXStatsInfo::clear_tx_good_bytes() {
2574 _impl_.tx_good_bytes_ = ::uint64_t{0u};
2575}
2576inline ::uint64_t EthXStatsInfo::tx_good_bytes() const {
2577 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_bytes)
2578 return _internal_tx_good_bytes();
2579}
2580inline void EthXStatsInfo::set_tx_good_bytes(::uint64_t value) {
2581 _internal_set_tx_good_bytes(value);
2582 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_bytes)
2583}
2584inline ::uint64_t EthXStatsInfo::_internal_tx_good_bytes() const {
2585 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2586 return _impl_.tx_good_bytes_;
2587}
2588inline void EthXStatsInfo::_internal_set_tx_good_bytes(::uint64_t value) {
2589 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2590 ;
2591 _impl_.tx_good_bytes_ = value;
2592}
2593
2594// uint64 tx_unicast_packets = 102;
2595inline void EthXStatsInfo::clear_tx_unicast_packets() {
2596 _impl_.tx_unicast_packets_ = ::uint64_t{0u};
2597}
2598inline ::uint64_t EthXStatsInfo::tx_unicast_packets() const {
2599 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_unicast_packets)
2600 return _internal_tx_unicast_packets();
2601}
2602inline void EthXStatsInfo::set_tx_unicast_packets(::uint64_t value) {
2603 _internal_set_tx_unicast_packets(value);
2604 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_unicast_packets)
2605}
2606inline ::uint64_t EthXStatsInfo::_internal_tx_unicast_packets() const {
2607 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2608 return _impl_.tx_unicast_packets_;
2609}
2610inline void EthXStatsInfo::_internal_set_tx_unicast_packets(::uint64_t value) {
2611 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2612 ;
2613 _impl_.tx_unicast_packets_ = value;
2614}
2615
2616// uint64 tx_multicast_packets = 103;
2617inline void EthXStatsInfo::clear_tx_multicast_packets() {
2618 _impl_.tx_multicast_packets_ = ::uint64_t{0u};
2619}
2620inline ::uint64_t EthXStatsInfo::tx_multicast_packets() const {
2621 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_multicast_packets)
2622 return _internal_tx_multicast_packets();
2623}
2624inline void EthXStatsInfo::set_tx_multicast_packets(::uint64_t value) {
2625 _internal_set_tx_multicast_packets(value);
2626 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_multicast_packets)
2627}
2628inline ::uint64_t EthXStatsInfo::_internal_tx_multicast_packets() const {
2629 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2630 return _impl_.tx_multicast_packets_;
2631}
2632inline void EthXStatsInfo::_internal_set_tx_multicast_packets(::uint64_t value) {
2633 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2634 ;
2635 _impl_.tx_multicast_packets_ = value;
2636}
2637
2638// uint64 tx_broadcast_packets = 104;
2639inline void EthXStatsInfo::clear_tx_broadcast_packets() {
2640 _impl_.tx_broadcast_packets_ = ::uint64_t{0u};
2641}
2642inline ::uint64_t EthXStatsInfo::tx_broadcast_packets() const {
2643 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_broadcast_packets)
2644 return _internal_tx_broadcast_packets();
2645}
2646inline void EthXStatsInfo::set_tx_broadcast_packets(::uint64_t value) {
2647 _internal_set_tx_broadcast_packets(value);
2648 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_broadcast_packets)
2649}
2650inline ::uint64_t EthXStatsInfo::_internal_tx_broadcast_packets() const {
2651 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2652 return _impl_.tx_broadcast_packets_;
2653}
2654inline void EthXStatsInfo::_internal_set_tx_broadcast_packets(::uint64_t value) {
2655 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2656 ;
2657 _impl_.tx_broadcast_packets_ = value;
2658}
2659
2660// uint64 tx_dropped_packets = 105;
2661inline void EthXStatsInfo::clear_tx_dropped_packets() {
2662 _impl_.tx_dropped_packets_ = ::uint64_t{0u};
2663}
2664inline ::uint64_t EthXStatsInfo::tx_dropped_packets() const {
2665 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_dropped_packets)
2666 return _internal_tx_dropped_packets();
2667}
2668inline void EthXStatsInfo::set_tx_dropped_packets(::uint64_t value) {
2669 _internal_set_tx_dropped_packets(value);
2670 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_dropped_packets)
2671}
2672inline ::uint64_t EthXStatsInfo::_internal_tx_dropped_packets() const {
2673 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2674 return _impl_.tx_dropped_packets_;
2675}
2676inline void EthXStatsInfo::_internal_set_tx_dropped_packets(::uint64_t value) {
2677 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2678 ;
2679 _impl_.tx_dropped_packets_ = value;
2680}
2681
2682// uint64 tx_link_down_dropped = 106;
2683inline void EthXStatsInfo::clear_tx_link_down_dropped() {
2684 _impl_.tx_link_down_dropped_ = ::uint64_t{0u};
2685}
2686inline ::uint64_t EthXStatsInfo::tx_link_down_dropped() const {
2687 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_link_down_dropped)
2688 return _internal_tx_link_down_dropped();
2689}
2690inline void EthXStatsInfo::set_tx_link_down_dropped(::uint64_t value) {
2691 _internal_set_tx_link_down_dropped(value);
2692 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_link_down_dropped)
2693}
2694inline ::uint64_t EthXStatsInfo::_internal_tx_link_down_dropped() const {
2695 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2696 return _impl_.tx_link_down_dropped_;
2697}
2698inline void EthXStatsInfo::_internal_set_tx_link_down_dropped(::uint64_t value) {
2699 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2700 ;
2701 _impl_.tx_link_down_dropped_ = value;
2702}
2703
2704// uint64 tx_xon_packets = 107;
2705inline void EthXStatsInfo::clear_tx_xon_packets() {
2706 _impl_.tx_xon_packets_ = ::uint64_t{0u};
2707}
2708inline ::uint64_t EthXStatsInfo::tx_xon_packets() const {
2709 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xon_packets)
2710 return _internal_tx_xon_packets();
2711}
2712inline void EthXStatsInfo::set_tx_xon_packets(::uint64_t value) {
2713 _internal_set_tx_xon_packets(value);
2714 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xon_packets)
2715}
2716inline ::uint64_t EthXStatsInfo::_internal_tx_xon_packets() const {
2717 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2718 return _impl_.tx_xon_packets_;
2719}
2720inline void EthXStatsInfo::_internal_set_tx_xon_packets(::uint64_t value) {
2721 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2722 ;
2723 _impl_.tx_xon_packets_ = value;
2724}
2725
2726// uint64 tx_xoff_packets = 108;
2727inline void EthXStatsInfo::clear_tx_xoff_packets() {
2728 _impl_.tx_xoff_packets_ = ::uint64_t{0u};
2729}
2730inline ::uint64_t EthXStatsInfo::tx_xoff_packets() const {
2731 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xoff_packets)
2732 return _internal_tx_xoff_packets();
2733}
2734inline void EthXStatsInfo::set_tx_xoff_packets(::uint64_t value) {
2735 _internal_set_tx_xoff_packets(value);
2736 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xoff_packets)
2737}
2738inline ::uint64_t EthXStatsInfo::_internal_tx_xoff_packets() const {
2739 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2740 return _impl_.tx_xoff_packets_;
2741}
2742inline void EthXStatsInfo::_internal_set_tx_xoff_packets(::uint64_t value) {
2743 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2744 ;
2745 _impl_.tx_xoff_packets_ = value;
2746}
2747
2748// uint64 tx_size_64_packets = 149;
2749inline void EthXStatsInfo::clear_tx_size_64_packets() {
2750 _impl_.tx_size_64_packets_ = ::uint64_t{0u};
2751}
2752inline ::uint64_t EthXStatsInfo::tx_size_64_packets() const {
2753 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_64_packets)
2754 return _internal_tx_size_64_packets();
2755}
2756inline void EthXStatsInfo::set_tx_size_64_packets(::uint64_t value) {
2757 _internal_set_tx_size_64_packets(value);
2758 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_64_packets)
2759}
2760inline ::uint64_t EthXStatsInfo::_internal_tx_size_64_packets() const {
2761 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2762 return _impl_.tx_size_64_packets_;
2763}
2764inline void EthXStatsInfo::_internal_set_tx_size_64_packets(::uint64_t value) {
2765 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2766 ;
2767 _impl_.tx_size_64_packets_ = value;
2768}
2769
2770// uint64 tx_size_65_to_127_packets = 150;
2771inline void EthXStatsInfo::clear_tx_size_65_to_127_packets() {
2772 _impl_.tx_size_65_to_127_packets_ = ::uint64_t{0u};
2773}
2774inline ::uint64_t EthXStatsInfo::tx_size_65_to_127_packets() const {
2775 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_65_to_127_packets)
2776 return _internal_tx_size_65_to_127_packets();
2777}
2778inline void EthXStatsInfo::set_tx_size_65_to_127_packets(::uint64_t value) {
2779 _internal_set_tx_size_65_to_127_packets(value);
2780 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_65_to_127_packets)
2781}
2782inline ::uint64_t EthXStatsInfo::_internal_tx_size_65_to_127_packets() const {
2783 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2784 return _impl_.tx_size_65_to_127_packets_;
2785}
2786inline void EthXStatsInfo::_internal_set_tx_size_65_to_127_packets(::uint64_t value) {
2787 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2788 ;
2789 _impl_.tx_size_65_to_127_packets_ = value;
2790}
2791
2792// uint64 tx_size_128_to_255_packets = 151;
2793inline void EthXStatsInfo::clear_tx_size_128_to_255_packets() {
2794 _impl_.tx_size_128_to_255_packets_ = ::uint64_t{0u};
2795}
2796inline ::uint64_t EthXStatsInfo::tx_size_128_to_255_packets() const {
2797 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_128_to_255_packets)
2798 return _internal_tx_size_128_to_255_packets();
2799}
2800inline void EthXStatsInfo::set_tx_size_128_to_255_packets(::uint64_t value) {
2801 _internal_set_tx_size_128_to_255_packets(value);
2802 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_128_to_255_packets)
2803}
2804inline ::uint64_t EthXStatsInfo::_internal_tx_size_128_to_255_packets() const {
2805 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2806 return _impl_.tx_size_128_to_255_packets_;
2807}
2808inline void EthXStatsInfo::_internal_set_tx_size_128_to_255_packets(::uint64_t value) {
2809 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2810 ;
2811 _impl_.tx_size_128_to_255_packets_ = value;
2812}
2813
2814// uint64 tx_size_256_to_511_packets = 152;
2815inline void EthXStatsInfo::clear_tx_size_256_to_511_packets() {
2816 _impl_.tx_size_256_to_511_packets_ = ::uint64_t{0u};
2817}
2818inline ::uint64_t EthXStatsInfo::tx_size_256_to_511_packets() const {
2819 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_256_to_511_packets)
2820 return _internal_tx_size_256_to_511_packets();
2821}
2822inline void EthXStatsInfo::set_tx_size_256_to_511_packets(::uint64_t value) {
2823 _internal_set_tx_size_256_to_511_packets(value);
2824 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_256_to_511_packets)
2825}
2826inline ::uint64_t EthXStatsInfo::_internal_tx_size_256_to_511_packets() const {
2827 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2828 return _impl_.tx_size_256_to_511_packets_;
2829}
2830inline void EthXStatsInfo::_internal_set_tx_size_256_to_511_packets(::uint64_t value) {
2831 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2832 ;
2833 _impl_.tx_size_256_to_511_packets_ = value;
2834}
2835
2836// uint64 tx_size_512_to_1023_packets = 153;
2837inline void EthXStatsInfo::clear_tx_size_512_to_1023_packets() {
2838 _impl_.tx_size_512_to_1023_packets_ = ::uint64_t{0u};
2839}
2840inline ::uint64_t EthXStatsInfo::tx_size_512_to_1023_packets() const {
2841 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_512_to_1023_packets)
2842 return _internal_tx_size_512_to_1023_packets();
2843}
2844inline void EthXStatsInfo::set_tx_size_512_to_1023_packets(::uint64_t value) {
2845 _internal_set_tx_size_512_to_1023_packets(value);
2846 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_512_to_1023_packets)
2847}
2848inline ::uint64_t EthXStatsInfo::_internal_tx_size_512_to_1023_packets() const {
2849 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2850 return _impl_.tx_size_512_to_1023_packets_;
2851}
2852inline void EthXStatsInfo::_internal_set_tx_size_512_to_1023_packets(::uint64_t value) {
2853 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2854 ;
2855 _impl_.tx_size_512_to_1023_packets_ = value;
2856}
2857
2858// uint64 tx_size_1024_to_1522_packets = 154;
2859inline void EthXStatsInfo::clear_tx_size_1024_to_1522_packets() {
2860 _impl_.tx_size_1024_to_1522_packets_ = ::uint64_t{0u};
2861}
2862inline ::uint64_t EthXStatsInfo::tx_size_1024_to_1522_packets() const {
2863 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1024_to_1522_packets)
2864 return _internal_tx_size_1024_to_1522_packets();
2865}
2866inline void EthXStatsInfo::set_tx_size_1024_to_1522_packets(::uint64_t value) {
2867 _internal_set_tx_size_1024_to_1522_packets(value);
2868 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1024_to_1522_packets)
2869}
2870inline ::uint64_t EthXStatsInfo::_internal_tx_size_1024_to_1522_packets() const {
2871 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2872 return _impl_.tx_size_1024_to_1522_packets_;
2873}
2874inline void EthXStatsInfo::_internal_set_tx_size_1024_to_1522_packets(::uint64_t value) {
2875 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2876 ;
2877 _impl_.tx_size_1024_to_1522_packets_ = value;
2878}
2879
2880// uint64 tx_size_1523_to_max_packets = 155;
2881inline void EthXStatsInfo::clear_tx_size_1523_to_max_packets() {
2882 _impl_.tx_size_1523_to_max_packets_ = ::uint64_t{0u};
2883}
2884inline ::uint64_t EthXStatsInfo::tx_size_1523_to_max_packets() const {
2885 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1523_to_max_packets)
2886 return _internal_tx_size_1523_to_max_packets();
2887}
2888inline void EthXStatsInfo::set_tx_size_1523_to_max_packets(::uint64_t value) {
2889 _internal_set_tx_size_1523_to_max_packets(value);
2890 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1523_to_max_packets)
2891}
2892inline ::uint64_t EthXStatsInfo::_internal_tx_size_1523_to_max_packets() const {
2893 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2894 return _impl_.tx_size_1523_to_max_packets_;
2895}
2896inline void EthXStatsInfo::_internal_set_tx_size_1523_to_max_packets(::uint64_t value) {
2897 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2898 ;
2899 _impl_.tx_size_1523_to_max_packets_ = value;
2900}
2901
2902// -------------------------------------------------------------------
2903
2904// EthXStatsErrors
2905
2906// uint64 rx_missed_errors = 1;
2907inline void EthXStatsErrors::clear_rx_missed_errors() {
2908 _impl_.rx_missed_errors_ = ::uint64_t{0u};
2909}
2910inline ::uint64_t EthXStatsErrors::rx_missed_errors() const {
2911 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_missed_errors)
2912 return _internal_rx_missed_errors();
2913}
2914inline void EthXStatsErrors::set_rx_missed_errors(::uint64_t value) {
2915 _internal_set_rx_missed_errors(value);
2916 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_missed_errors)
2917}
2918inline ::uint64_t EthXStatsErrors::_internal_rx_missed_errors() const {
2919 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2920 return _impl_.rx_missed_errors_;
2921}
2922inline void EthXStatsErrors::_internal_set_rx_missed_errors(::uint64_t value) {
2923 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2924 ;
2925 _impl_.rx_missed_errors_ = value;
2926}
2927
2928// uint64 rx_errors = 2;
2929inline void EthXStatsErrors::clear_rx_errors() {
2930 _impl_.rx_errors_ = ::uint64_t{0u};
2931}
2932inline ::uint64_t EthXStatsErrors::rx_errors() const {
2933 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_errors)
2934 return _internal_rx_errors();
2935}
2936inline void EthXStatsErrors::set_rx_errors(::uint64_t value) {
2937 _internal_set_rx_errors(value);
2938 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_errors)
2939}
2940inline ::uint64_t EthXStatsErrors::_internal_rx_errors() const {
2941 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2942 return _impl_.rx_errors_;
2943}
2944inline void EthXStatsErrors::_internal_set_rx_errors(::uint64_t value) {
2945 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2946 ;
2947 _impl_.rx_errors_ = value;
2948}
2949
2950// uint64 rx_error_bytes = 3;
2951inline void EthXStatsErrors::clear_rx_error_bytes() {
2952 _impl_.rx_error_bytes_ = ::uint64_t{0u};
2953}
2954inline ::uint64_t EthXStatsErrors::rx_error_bytes() const {
2955 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_error_bytes)
2956 return _internal_rx_error_bytes();
2957}
2958inline void EthXStatsErrors::set_rx_error_bytes(::uint64_t value) {
2959 _internal_set_rx_error_bytes(value);
2960 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_error_bytes)
2961}
2962inline ::uint64_t EthXStatsErrors::_internal_rx_error_bytes() const {
2963 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2964 return _impl_.rx_error_bytes_;
2965}
2966inline void EthXStatsErrors::_internal_set_rx_error_bytes(::uint64_t value) {
2967 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2968 ;
2969 _impl_.rx_error_bytes_ = value;
2970}
2971
2972// uint64 rx_mbuf_allocation_errors = 4;
2973inline void EthXStatsErrors::clear_rx_mbuf_allocation_errors() {
2974 _impl_.rx_mbuf_allocation_errors_ = ::uint64_t{0u};
2975}
2976inline ::uint64_t EthXStatsErrors::rx_mbuf_allocation_errors() const {
2977 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_mbuf_allocation_errors)
2978 return _internal_rx_mbuf_allocation_errors();
2979}
2980inline void EthXStatsErrors::set_rx_mbuf_allocation_errors(::uint64_t value) {
2981 _internal_set_rx_mbuf_allocation_errors(value);
2982 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_mbuf_allocation_errors)
2983}
2984inline ::uint64_t EthXStatsErrors::_internal_rx_mbuf_allocation_errors() const {
2985 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2986 return _impl_.rx_mbuf_allocation_errors_;
2987}
2988inline void EthXStatsErrors::_internal_set_rx_mbuf_allocation_errors(::uint64_t value) {
2989 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2990 ;
2991 _impl_.rx_mbuf_allocation_errors_ = value;
2992}
2993
2994// uint64 rx_crc_errors = 5;
2995inline void EthXStatsErrors::clear_rx_crc_errors() {
2996 _impl_.rx_crc_errors_ = ::uint64_t{0u};
2997}
2998inline ::uint64_t EthXStatsErrors::rx_crc_errors() const {
2999 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_crc_errors)
3000 return _internal_rx_crc_errors();
3001}
3002inline void EthXStatsErrors::set_rx_crc_errors(::uint64_t value) {
3003 _internal_set_rx_crc_errors(value);
3004 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_crc_errors)
3005}
3006inline ::uint64_t EthXStatsErrors::_internal_rx_crc_errors() const {
3007 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3008 return _impl_.rx_crc_errors_;
3009}
3010inline void EthXStatsErrors::_internal_set_rx_crc_errors(::uint64_t value) {
3011 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3012 ;
3013 _impl_.rx_crc_errors_ = value;
3014}
3015
3016// uint64 rx_illegal_byte_errors = 6;
3017inline void EthXStatsErrors::clear_rx_illegal_byte_errors() {
3018 _impl_.rx_illegal_byte_errors_ = ::uint64_t{0u};
3019}
3020inline ::uint64_t EthXStatsErrors::rx_illegal_byte_errors() const {
3021 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_illegal_byte_errors)
3022 return _internal_rx_illegal_byte_errors();
3023}
3024inline void EthXStatsErrors::set_rx_illegal_byte_errors(::uint64_t value) {
3025 _internal_set_rx_illegal_byte_errors(value);
3026 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_illegal_byte_errors)
3027}
3028inline ::uint64_t EthXStatsErrors::_internal_rx_illegal_byte_errors() const {
3029 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3030 return _impl_.rx_illegal_byte_errors_;
3031}
3032inline void EthXStatsErrors::_internal_set_rx_illegal_byte_errors(::uint64_t value) {
3033 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3034 ;
3035 _impl_.rx_illegal_byte_errors_ = value;
3036}
3037
3038// uint64 rx_jabber_errors = 7;
3039inline void EthXStatsErrors::clear_rx_jabber_errors() {
3040 _impl_.rx_jabber_errors_ = ::uint64_t{0u};
3041}
3042inline ::uint64_t EthXStatsErrors::rx_jabber_errors() const {
3043 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_jabber_errors)
3044 return _internal_rx_jabber_errors();
3045}
3046inline void EthXStatsErrors::set_rx_jabber_errors(::uint64_t value) {
3047 _internal_set_rx_jabber_errors(value);
3048 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_jabber_errors)
3049}
3050inline ::uint64_t EthXStatsErrors::_internal_rx_jabber_errors() const {
3051 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3052 return _impl_.rx_jabber_errors_;
3053}
3054inline void EthXStatsErrors::_internal_set_rx_jabber_errors(::uint64_t value) {
3055 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3056 ;
3057 _impl_.rx_jabber_errors_ = value;
3058}
3059
3060// uint64 mac_local_errors = 20;
3061inline void EthXStatsErrors::clear_mac_local_errors() {
3062 _impl_.mac_local_errors_ = ::uint64_t{0u};
3063}
3064inline ::uint64_t EthXStatsErrors::mac_local_errors() const {
3065 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_local_errors)
3066 return _internal_mac_local_errors();
3067}
3068inline void EthXStatsErrors::set_mac_local_errors(::uint64_t value) {
3069 _internal_set_mac_local_errors(value);
3070 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_local_errors)
3071}
3072inline ::uint64_t EthXStatsErrors::_internal_mac_local_errors() const {
3073 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3074 return _impl_.mac_local_errors_;
3075}
3076inline void EthXStatsErrors::_internal_set_mac_local_errors(::uint64_t value) {
3077 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3078 ;
3079 _impl_.mac_local_errors_ = value;
3080}
3081
3082// uint64 mac_remote_errors = 21;
3083inline void EthXStatsErrors::clear_mac_remote_errors() {
3084 _impl_.mac_remote_errors_ = ::uint64_t{0u};
3085}
3086inline ::uint64_t EthXStatsErrors::mac_remote_errors() const {
3087 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_remote_errors)
3088 return _internal_mac_remote_errors();
3089}
3090inline void EthXStatsErrors::set_mac_remote_errors(::uint64_t value) {
3091 _internal_set_mac_remote_errors(value);
3092 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_remote_errors)
3093}
3094inline ::uint64_t EthXStatsErrors::_internal_mac_remote_errors() const {
3095 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3096 return _impl_.mac_remote_errors_;
3097}
3098inline void EthXStatsErrors::_internal_set_mac_remote_errors(::uint64_t value) {
3099 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3100 ;
3101 _impl_.mac_remote_errors_ = value;
3102}
3103
3104// uint64 rx_len_errors = 22;
3105inline void EthXStatsErrors::clear_rx_len_errors() {
3106 _impl_.rx_len_errors_ = ::uint64_t{0u};
3107}
3108inline ::uint64_t EthXStatsErrors::rx_len_errors() const {
3109 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_len_errors)
3110 return _internal_rx_len_errors();
3111}
3112inline void EthXStatsErrors::set_rx_len_errors(::uint64_t value) {
3113 _internal_set_rx_len_errors(value);
3114 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_len_errors)
3115}
3116inline ::uint64_t EthXStatsErrors::_internal_rx_len_errors() const {
3117 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3118 return _impl_.rx_len_errors_;
3119}
3120inline void EthXStatsErrors::_internal_set_rx_len_errors(::uint64_t value) {
3121 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3122 ;
3123 _impl_.rx_len_errors_ = value;
3124}
3125
3126// uint64 rx_undersized_errors = 23;
3127inline void EthXStatsErrors::clear_rx_undersized_errors() {
3128 _impl_.rx_undersized_errors_ = ::uint64_t{0u};
3129}
3130inline ::uint64_t EthXStatsErrors::rx_undersized_errors() const {
3131 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_undersized_errors)
3132 return _internal_rx_undersized_errors();
3133}
3134inline void EthXStatsErrors::set_rx_undersized_errors(::uint64_t value) {
3135 _internal_set_rx_undersized_errors(value);
3136 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_undersized_errors)
3137}
3138inline ::uint64_t EthXStatsErrors::_internal_rx_undersized_errors() const {
3139 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3140 return _impl_.rx_undersized_errors_;
3141}
3142inline void EthXStatsErrors::_internal_set_rx_undersized_errors(::uint64_t value) {
3143 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3144 ;
3145 _impl_.rx_undersized_errors_ = value;
3146}
3147
3148// uint64 rx_oversize_errors = 24;
3149inline void EthXStatsErrors::clear_rx_oversize_errors() {
3150 _impl_.rx_oversize_errors_ = ::uint64_t{0u};
3151}
3152inline ::uint64_t EthXStatsErrors::rx_oversize_errors() const {
3153 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_oversize_errors)
3154 return _internal_rx_oversize_errors();
3155}
3156inline void EthXStatsErrors::set_rx_oversize_errors(::uint64_t value) {
3157 _internal_set_rx_oversize_errors(value);
3158 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_oversize_errors)
3159}
3160inline ::uint64_t EthXStatsErrors::_internal_rx_oversize_errors() const {
3161 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3162 return _impl_.rx_oversize_errors_;
3163}
3164inline void EthXStatsErrors::_internal_set_rx_oversize_errors(::uint64_t value) {
3165 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3166 ;
3167 _impl_.rx_oversize_errors_ = value;
3168}
3169
3170// uint64 rx_fragmented_errors = 25;
3171inline void EthXStatsErrors::clear_rx_fragmented_errors() {
3172 _impl_.rx_fragmented_errors_ = ::uint64_t{0u};
3173}
3174inline ::uint64_t EthXStatsErrors::rx_fragmented_errors() const {
3175 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_fragmented_errors)
3176 return _internal_rx_fragmented_errors();
3177}
3178inline void EthXStatsErrors::set_rx_fragmented_errors(::uint64_t value) {
3179 _internal_set_rx_fragmented_errors(value);
3180 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_fragmented_errors)
3181}
3182inline ::uint64_t EthXStatsErrors::_internal_rx_fragmented_errors() const {
3183 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3184 return _impl_.rx_fragmented_errors_;
3185}
3186inline void EthXStatsErrors::_internal_set_rx_fragmented_errors(::uint64_t value) {
3187 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3188 ;
3189 _impl_.rx_fragmented_errors_ = value;
3190}
3191
3192// uint64 tx_errors = 100;
3193inline void EthXStatsErrors::clear_tx_errors() {
3194 _impl_.tx_errors_ = ::uint64_t{0u};
3195}
3196inline ::uint64_t EthXStatsErrors::tx_errors() const {
3197 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.tx_errors)
3198 return _internal_tx_errors();
3199}
3200inline void EthXStatsErrors::set_tx_errors(::uint64_t value) {
3201 _internal_set_tx_errors(value);
3202 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.tx_errors)
3203}
3204inline ::uint64_t EthXStatsErrors::_internal_tx_errors() const {
3205 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3206 return _impl_.tx_errors_;
3207}
3208inline void EthXStatsErrors::_internal_set_tx_errors(::uint64_t value) {
3209 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3210 ;
3211 _impl_.tx_errors_ = value;
3212}
3213
3214// -------------------------------------------------------------------
3215
3216// RTEWorkerInfo
3217
3218// uint32 num_unhandled_non_ipv4 = 1;
3219inline void RTEWorkerInfo::clear_num_unhandled_non_ipv4() {
3220 _impl_.num_unhandled_non_ipv4_ = 0u;
3221}
3222inline ::uint32_t RTEWorkerInfo::num_unhandled_non_ipv4() const {
3223 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_ipv4)
3224 return _internal_num_unhandled_non_ipv4();
3225}
3226inline void RTEWorkerInfo::set_num_unhandled_non_ipv4(::uint32_t value) {
3227 _internal_set_num_unhandled_non_ipv4(value);
3228 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_ipv4)
3229}
3230inline ::uint32_t RTEWorkerInfo::_internal_num_unhandled_non_ipv4() const {
3231 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3232 return _impl_.num_unhandled_non_ipv4_;
3233}
3234inline void RTEWorkerInfo::_internal_set_num_unhandled_non_ipv4(::uint32_t value) {
3235 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3236 ;
3237 _impl_.num_unhandled_non_ipv4_ = value;
3238}
3239
3240// uint32 num_unhandled_non_udp = 2;
3241inline void RTEWorkerInfo::clear_num_unhandled_non_udp() {
3242 _impl_.num_unhandled_non_udp_ = 0u;
3243}
3244inline ::uint32_t RTEWorkerInfo::num_unhandled_non_udp() const {
3245 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_udp)
3246 return _internal_num_unhandled_non_udp();
3247}
3248inline void RTEWorkerInfo::set_num_unhandled_non_udp(::uint32_t value) {
3249 _internal_set_num_unhandled_non_udp(value);
3250 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_udp)
3251}
3252inline ::uint32_t RTEWorkerInfo::_internal_num_unhandled_non_udp() const {
3253 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3254 return _impl_.num_unhandled_non_udp_;
3255}
3256inline void RTEWorkerInfo::_internal_set_num_unhandled_non_udp(::uint32_t value) {
3257 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3258 ;
3259 _impl_.num_unhandled_non_udp_ = value;
3260}
3261
3262// uint32 num_unhandled_non_jumbo_udp = 3;
3263inline void RTEWorkerInfo::clear_num_unhandled_non_jumbo_udp() {
3264 _impl_.num_unhandled_non_jumbo_udp_ = 0u;
3265}
3266inline ::uint32_t RTEWorkerInfo::num_unhandled_non_jumbo_udp() const {
3267 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_jumbo_udp)
3268 return _internal_num_unhandled_non_jumbo_udp();
3269}
3270inline void RTEWorkerInfo::set_num_unhandled_non_jumbo_udp(::uint32_t value) {
3271 _internal_set_num_unhandled_non_jumbo_udp(value);
3272 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_jumbo_udp)
3273}
3274inline ::uint32_t RTEWorkerInfo::_internal_num_unhandled_non_jumbo_udp() const {
3275 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3276 return _impl_.num_unhandled_non_jumbo_udp_;
3277}
3278inline void RTEWorkerInfo::_internal_set_num_unhandled_non_jumbo_udp(::uint32_t value) {
3279 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3280 ;
3281 _impl_.num_unhandled_non_jumbo_udp_ = value;
3282}
3283
3284#ifdef __GNUC__
3285#pragma GCC diagnostic pop
3286#endif // __GNUC__
3287
3288// @@protoc_insertion_point(namespace_scope)
3289} // namespace opmon
3290} // namespace dpdklibs
3291} // namespace dunedaq
3292
3293
3294// @@protoc_insertion_point(global_scope)
3295
3296#include "google/protobuf/port_undef.inc"
3297
3298#endif // GOOGLE_PROTOBUF_INCLUDED_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_dpdklibs_2fopmon_2fIfaceWrapper_2eproto
static const ClassData _class_data_
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
EthStats(EthStats &&from) noexcept
void _internal_set_ibytes(::uint64_t value)
void _internal_set_obytes(::uint64_t value)
static constexpr int kIndexInFileMessages
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
void _internal_set_ipackets(::uint64_t value)
void MergeFrom(const EthStats &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void _internal_set_opackets(::uint64_t value)
const ::google::protobuf::Message::ClassData * GetClassData() const final
EthStats * New(::google::protobuf::Arena *arena=nullptr) const final
PROTOBUF_CONSTEXPR EthStats(::google::protobuf::internal::ConstantInitialized)
friend void swap(EthStats &a, EthStats &b)
void SetCachedSize(int size) const final
void _internal_set_ierrors(::uint64_t value)
EthStats & operator=(const EthStats &from)
static const ::google::protobuf::internal::TcParseTable< 4, 8, 0, 0, 2 > _table_
void _internal_set_oerrors(::uint64_t value)
void UnsafeArenaSwap(EthStats *other)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
EthStats & operator=(EthStats &&from) noexcept
void _internal_set_imissed(::uint64_t value)
void CopyFrom(const EthStats &from)
static const ::google::protobuf::Descriptor * descriptor()
::absl::string_view FullMessageName()
static const ::google::protobuf::Reflection * GetReflection()
static const ::google::protobuf::Descriptor * GetDescriptor()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void _internal_set_rx_nombuf(::uint64_t value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void SharedCtor(::google::protobuf::Arena *arena)
::google::protobuf::Metadata GetMetadata() const final
static const EthStats & default_instance()
static const EthStats * internal_default_instance()
static const ::google::protobuf::Descriptor * descriptor()
void UnsafeArenaSwap(EthXStatsErrors *other)
friend void swap(EthXStatsErrors &a, EthXStatsErrors &b)
EthXStatsErrors & operator=(const EthXStatsErrors &from)
EthXStatsErrors * New(::google::protobuf::Arena *arena=nullptr) const final
void MergeFrom(const EthXStatsErrors &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const EthXStatsErrors & default_instance()
static const ::google::protobuf::Descriptor * GetDescriptor()
EthXStatsErrors(EthXStatsErrors &&from) noexcept
static const ::google::protobuf::internal::TcParseTable< 4, 14, 0, 0, 7 > _table_
PROTOBUF_CONSTEXPR EthXStatsErrors(::google::protobuf::internal::ConstantInitialized)
static const EthXStatsErrors * internal_default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Reflection * GetReflection()
EthXStatsErrors & operator=(EthXStatsErrors &&from) noexcept
PROTOBUF_CONSTEXPR EthXStatsInfo(::google::protobuf::internal::ConstantInitialized)
friend void swap(EthXStatsInfo &a, EthXStatsInfo &b)
EthXStatsInfo & operator=(const EthXStatsInfo &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Reflection * GetReflection()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const EthXStatsInfo & default_instance()
EthXStatsInfo(EthXStatsInfo &&from) noexcept
static const ::google::protobuf::Descriptor * GetDescriptor()
void UnsafeArenaSwap(EthXStatsInfo *other)
EthXStatsInfo & operator=(EthXStatsInfo &&from) noexcept
static const ::google::protobuf::Descriptor * descriptor()
static const EthXStatsInfo * internal_default_instance()
EthXStatsInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::internal::TcParseTable< 5, 35, 0, 0, 19 > _table_
void MergeFrom(const EthXStatsInfo &from)
static const QueueEthXStats & default_instance()
void UnsafeArenaSwap(QueueEthXStats *other)
QueueEthXStats(QueueEthXStats &&from) noexcept
QueueEthXStats & operator=(const QueueEthXStats &from)
static const ::google::protobuf::Reflection * GetReflection()
QueueEthXStats * New(::google::protobuf::Arena *arena=nullptr) const final
friend void swap(QueueEthXStats &a, QueueEthXStats &b)
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
PROTOBUF_CONSTEXPR QueueEthXStats(::google::protobuf::internal::ConstantInitialized)
void MergeFrom(const QueueEthXStats &from)
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
QueueEthXStats & operator=(QueueEthXStats &&from) noexcept
static const QueueEthXStats * internal_default_instance()
static const ::google::protobuf::Reflection * GetReflection()
void MergeFrom(const QueueInfo &from)
void UnsafeArenaSwap(QueueInfo *other)
QueueInfo(QueueInfo &&from) noexcept
QueueInfo & operator=(const QueueInfo &from)
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const QueueInfo * internal_default_instance()
QueueInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_
static const QueueInfo & default_instance()
void SharedCtor(::google::protobuf::Arena *arena)
QueueInfo & operator=(QueueInfo &&from) noexcept
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void swap(QueueInfo &a, QueueInfo &b)
static const ::google::protobuf::Descriptor * descriptor()
PROTOBUF_CONSTEXPR QueueInfo(::google::protobuf::internal::ConstantInitialized)
void UnsafeArenaSwap(RTEWorkerInfo *other)
RTEWorkerInfo * New(::google::protobuf::Arena *arena=nullptr) const final
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * GetDescriptor()
static const RTEWorkerInfo * internal_default_instance()
static const RTEWorkerInfo & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
friend void swap(RTEWorkerInfo &a, RTEWorkerInfo &b)
void MergeFrom(const RTEWorkerInfo &from)
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
RTEWorkerInfo(RTEWorkerInfo &&from) noexcept
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
RTEWorkerInfo & operator=(const RTEWorkerInfo &from)
PROTOBUF_CONSTEXPR RTEWorkerInfo(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::Reflection * GetReflection()
RTEWorkerInfo & operator=(RTEWorkerInfo &&from) noexcept
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthStatsDefaultTypeInternal _EthStats_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueEthXStatsDefaultTypeInternal _QueueEthXStats_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthXStatsErrorsDefaultTypeInternal _EthXStatsErrors_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueInfoDefaultTypeInternal _QueueInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthXStatsInfoDefaultTypeInternal _EthXStatsInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RTEWorkerInfoDefaultTypeInternal _RTEWorkerInfo_default_instance_
The DUNE-DAQ namespace.
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_