[ovs-dev] [dpdk-latest PATCH v1] dpdk: Update by new color definitions.

Ophir Munk ophirmu at mellanox.com
Tue Apr 16 06:41:53 UTC 2019


Follwoing dpdk new color definitions (see [1]) 'e_RTE_METER_GREEN'
was replaced with 'RTE_COLOR_GREEN'.

[1]
Commit c1656328dbc2: ("meter: replace color definitions")

Signed-off-by: Ophir Munk <ophirmu at mellanox.com>
---
 lib/netdev-dpdk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index 47153dc..f129b99 100644
--- a/lib/netdev-dpdk.c
+++ b/lib/netdev-dpdk.c
@@ -2031,7 +2031,7 @@ netdev_dpdk_policer_pkt_handle(struct rte_meter_srtcm *meter,
     uint32_t pkt_len = rte_pktmbuf_pkt_len(pkt) - sizeof(struct ether_hdr);
 
     return rte_meter_srtcm_color_blind_check(meter, profile, time, pkt_len) ==
-                                             e_RTE_METER_GREEN;
+                                             RTE_COLOR_GREEN;
 }
 
 static int
-- 
1.8.3.1



More information about the dev mailing list