dpdk: dpdk-input optimizations and fixes
[vpp.git] / src / plugins / dpdk / device / dpdk.h
index 092c7dc..84f86ae 100644 (file)
@@ -338,6 +338,9 @@ typedef struct
   /* per-thread recycle lists */
   u32 **recycle;
 
+  /* per-thread buffer templates */
+  vlib_buffer_t *buffer_templates;
+
   /* buffer flags template, configurable to enable/disable tcp / udp cksum */
   u32 buffer_flags_template;