build: always link whole DPDK static libraries
[dpdk.git] / examples / ip_pipeline / tmgr.h
index 1fcf66e..ee50cf7 100644 (file)
@@ -40,7 +40,7 @@ struct tmgr_port *
 tmgr_port_find(const char *name);
 
 struct tmgr_port_params {
-       uint32_t rate;
+       uint64_t rate;
        uint32_t n_subports_per_port;
        uint32_t frame_overhead;
        uint32_t mtu;