examples/ip_pipeline: add hex parsing
[dpdk.git] / examples / ip_pipeline / pipeline_be.h
index f7269c0..0ba00f6 100644 (file)
@@ -271,4 +271,8 @@ struct pipeline_be_ops {
        pipeline_be_op_track f_track;
 };
 
+/* Parse hex string to uint8_t array */
+int
+parse_hex_string(char *src, uint8_t *dst, uint32_t *size);
+
 #endif