]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_sched/rte_sched_common.h
ethdev: add flow tag
[dpdk.git] / lib / librte_sched / rte_sched_common.h
index 8c191a9b83821709715ea0822ac5e26a3388666a..b58282de88078197799321a84539b4d93af42d2b 100644 (file)
@@ -14,12 +14,6 @@ extern "C" {
 
 #define __rte_aligned_16 __attribute__((__aligned__(16)))
 
-static inline uint32_t
-rte_sched_min_val_2_u32(uint32_t x, uint32_t y)
-{
-       return (x < y)? x : y;
-}
-
 #if 0
 static inline uint32_t
 rte_min_pos_4_u16(uint16_t *x)