X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_acl%2Facl_run.h;h=4c843c130bc52c293ae3cb8820ef0bd09bc2ec2e;hb=efb25293859b380585c4ba9a5f9ff385a12b208f;hp=c191053c08e90b4873d6fa10616d62b09e26915a;hpb=589758eb1c367773cbe0b76ac5837bde76916511;p=dpdk.git diff --git a/lib/librte_acl/acl_run.h b/lib/librte_acl/acl_run.h index c191053c08..4c843c130b 100644 --- a/lib/librte_acl/acl_run.h +++ b/lib/librte_acl/acl_run.h @@ -256,10 +256,6 @@ acl_match_check(uint64_t transition, int slot, /* Fill the slot with the next trie or idle trie */ transition = acl_start_next_trie(flows, parms, slot, ctx); - - } else if (transition == ctx->idle) { - /* reset indirection table for idle slots */ - parms[slot].data_index = idle; } return transition;