X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_lpm%2Frte_lpm.h;h=03da2d37e0f767cdcae5936cf3276e2be2af1e7e;hb=0f9ac2afa62ebacd24f36a3b98272b7146be3edd;hp=a9568fcdd4b87fd937689f384ba086c2a1e3c58b;hpb=8a9f8564e9f916d469492f5c5a4dc5886e814e05;p=dpdk.git diff --git a/lib/librte_lpm/rte_lpm.h b/lib/librte_lpm/rte_lpm.h index a9568fcdd4..03da2d37e0 100644 --- a/lib/librte_lpm/rte_lpm.h +++ b/lib/librte_lpm/rte_lpm.h @@ -218,8 +218,6 @@ rte_lpm_free(struct rte_lpm *lpm); * the lpm object to add RCU QSBR * @param cfg * RCU QSBR configuration - * @param dq - * handler of created RCU QSBR defer queue * @return * On success - 0 * On error - 1 with error code set in rte_errno. @@ -229,8 +227,7 @@ rte_lpm_free(struct rte_lpm *lpm); * - ENOMEM - memory allocation failure */ __rte_experimental -int rte_lpm_rcu_qsbr_add(struct rte_lpm *lpm, struct rte_lpm_rcu_config *cfg, - struct rte_rcu_qsbr_dq **dq); +int rte_lpm_rcu_qsbr_add(struct rte_lpm *lpm, struct rte_lpm_rcu_config *cfg); /** * Add a rule to the LPM table.