]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/tmgr.h
examples/ip_pipeline: add config flexibility to TM
[dpdk.git] / examples / ip_pipeline / tmgr.h
index 0b497e79572d8f0f38bdc3d2b1f5ecb270501514..8703a2e0018b3655cc82ac7db2a706cb414d32d8 100644 (file)
@@ -39,11 +39,11 @@ tmgr_port_find(const char *name);
 struct tmgr_port_params {
        uint32_t rate;
        uint32_t n_subports_per_port;
-       uint32_t n_pipes_per_subport;
-       uint16_t qsize[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
        uint32_t frame_overhead;
        uint32_t mtu;
        uint32_t cpu_id;
+       uint32_t n_pipes_per_subport;
+       uint16_t qsize[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
 };
 
 int