]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/app.h
examples/ip_pipeline: add pcap file dump
[dpdk.git] / examples / ip_pipeline / app.h
index 0c22f7f1d09cd6b4e203a8200554f9947e1918ec..55a9841775e0b9a8e22ddef47cee317d34cb0f99 100644 (file)
@@ -156,6 +156,8 @@ struct app_pktq_source_params {
 struct app_pktq_sink_params {
        char *name;
        uint8_t parsed;
+       char *file_name; /* Full path of PCAP file to be copied to mbufs */
+       uint32_t n_pkts_to_dump;
 };
 
 struct app_msgq_params {