Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIR
[vpp.git] / src / plugins / dpdk / device / node.c
index 4edce1a..dd38272 100644 (file)
@@ -258,7 +258,7 @@ dpdk_process_flow_offload (dpdk_device_t * xd, dpdk_per_thread_data_t * ptd,
   /* TODO prefetch and quad-loop */
   for (n = 0; n < n_rx_packets; n++)
     {
-      if ((ptd->flags[n] & PKT_RX_FDIR) == 0)
+      if ((ptd->flags[n] & PKT_RX_FDIR_ID) == 0)
        continue;
 
       fle = pool_elt_at_index (xd->flow_lookup_entries,