Imported Upstream version 16.07-rc1
[deb_dpdk.git] / lib / librte_table / rte_table_acl.c
index c1eb848..8f1f8ce 100644 (file)
@@ -236,8 +236,6 @@ rte_table_acl_build(struct rte_table_acl *acl, struct rte_acl_ctx **acl_ctx)
                return -1;
        }
 
-       rte_acl_dump(ctx);
-
        *acl_ctx = ctx;
        return 0;
 }