Specifically: DLT_VPP_DISPATCH and LINKTYPE_VPP_DISPATCH; update
DLT_MATCHING_MAX and LINKTYPE_MATCHING_MAX
Signed-off-by: Dave Barach <[email protected]>
*/
#define LINKTYPE_EBHSCR 279
+/*
+ * The http://fd.io vpp graph dispatch tracer produces pcap trace files
+ * in the format documented here:
+ * https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vnet.html#graph-dispatcher-pcap-tracing
+ */
+#define LINKTYPE_VPP_DISPATCH 280
-#define LINKTYPE_MATCHING_MAX 279 /* highest value in the "matching" range */
+#define LINKTYPE_MATCHING_MAX 280 /* highest value in the "matching" range */
/*
* The DLT_ and LINKTYPE_ values in the "matching" range should be the
*/
#define DLT_EBHSCR 279
+/*
+ * The http://fd.io vpp graph dispatch tracer produces pcap trace files
+ * in the format documented here:
+ * https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vnet.html#graph-dispatcher-pcap-tracing
+ */
+#define DLT_VPP_DISPATCH 280
+
/*
* In case the code that includes this file (directly or indirectly)
* has also included OS files that happen to define DLT_MATCHING_MAX,
#ifdef DLT_MATCHING_MAX
#undef DLT_MATCHING_MAX
#endif
-#define DLT_MATCHING_MAX 279 /* highest value in the "matching" range */
+#define DLT_MATCHING_MAX 280 /* highest value in the "matching" range */
/*
* DLT and savefile link type values are split into a class and