From 190a8c661fdc0d668e4e5a2717a17105aa4e6c6e Mon Sep 17 00:00:00 2001 From: rupesh-chiluka-marvell Date: Wed, 12 Jun 2024 21:40:12 +0530 Subject: [PATCH] added workflow test_on_test_branch.yml - third time --- .github/workflows/test_on_test_branch.yml | 1 + confdefs.h | 57 +++++++++++++++++++++++ targets/pna_nic/pna_nic.h | 1 - 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 confdefs.h diff --git a/.github/workflows/test_on_test_branch.yml b/.github/workflows/test_on_test_branch.yml index 48325c65..144b103e 100644 --- a/.github/workflows/test_on_test_branch.yml +++ b/.github/workflows/test_on_test_branch.yml @@ -4,6 +4,7 @@ on: push: branches: - pna_dev_test + - pna_dev_v1 jobs: check-changes: diff --git a/confdefs.h b/confdefs.h new file mode 100644 index 00000000..c759a967 --- /dev/null +++ b/confdefs.h @@ -0,0 +1,57 @@ +/* confdefs.h */ +#define PACKAGE_NAME "bm" +#define PACKAGE_TARNAME "bm" +#define PACKAGE_VERSION "1.15.0-9631fc66" +#define PACKAGE_STRING "bm 1.15.0-9631fc66" +#define PACKAGE_BUGREPORT "antonin@barefootnetworks.com" +#define PACKAGE_URL "" +#define PACKAGE "bm" +#define VERSION "1.15.0-9631fc66" +#define DEBUG_ON /**/ +#define LOG_DEBUG_ON /**/ +#define LOG_TRACE_ON /**/ +#define ELOG_ON /**/ +#define WP4_16_STACKS /**/ +#define HAVE_STDIO_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UNISTD_H 1 +#define STDC_HEADERS 1 +#define HAVE_DLFCN_H 1 +#define LT_OBJDIR ".libs/" +#define HAVE_CXX11 1 +#define THRIFT_ON /**/ +#define THRIFT_VERSION 1300 +#define HAVE_PI_PI_H 1 +#define HAVE_PI_TARGET_PI_IMP_H 1 +#define HAVE_PI_P4INFO_H 1 +#define HAVE_ALGORITHM 1 +#define HAVE_ARRAY 1 +#define HAVE_CASSERT 1 +#define HAVE_CMATH 1 +#define HAVE_QUEUE 1 +#define HAVE_CSTDIO 1 +#define HAVE_STRING 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_CTIME 1 +#define HAVE_TUPLE 1 +#define HAVE_UNISTD_H 1 +#define HAVE_UNORDERED_MAP 1 +#define HAVE_UTILITY 1 +#define HAVE_VECTOR 1 +#define HAVE_LIBNANOMSG 1 +#define NANOMSG_ON /**/ +#define HAVE_PTHREAD_PRIO_INHERIT 1 +#define HAVE_PTHREAD 1 +#define HAVE_LIBGMP 1 +#define HAVE_LIBPCAP 1 +#define HAVE_DLFCN_H 1 +#define HAVE_DLOPEN /**/ +#define ENABLE_MODULES /**/ +#define HAVE_LIBBOOST_THREAD 1 diff --git a/targets/pna_nic/pna_nic.h b/targets/pna_nic/pna_nic.h index b45c1e8b..c929f638 100644 --- a/targets/pna_nic/pna_nic.h +++ b/targets/pna_nic/pna_nic.h @@ -106,7 +106,6 @@ class PnaNic : public Switch { Queue > output_buffer; TransmitFn my_transmit_fn; clock::time_point start; - // bool with_queueing_metadata{false}; }; } // namespace bm::pna