]> git.proxmox.com Git - ovs.git/blobdiff - lib/dpif-netdev-perf.c
lib/tc: Support matching on ip tos
[ovs.git] / lib / dpif-netdev-perf.c
index 4c6c5cffffb08d54c8b9dbbbf94f5fff23bbfc91..13f1010c9b09e43ae8165a73b5042cdc461e11ee 100644 (file)
@@ -440,7 +440,7 @@ pmd_perf_stats_clear(struct pmd_perf_stats *s)
 
 /* Functions recording PMD metrics per iteration. */
 
-inline void
+void
 pmd_perf_start_iteration(struct pmd_perf_stats *s)
 OVS_REQUIRES(s->stats_mutex)
 {
@@ -462,7 +462,7 @@ OVS_REQUIRES(s->stats_mutex)
     }
 }
 
-inline void
+void
 pmd_perf_end_iteration(struct pmd_perf_stats *s, int rx_packets,
                        int tx_packets, bool full_metrics)
 {