X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_kvargs%2Frte_kvargs.h;h=71c9630d9d78889d2abd129c70b2baf95cb4e850;hb=9ac92a2693b0396a51e02aa13dba20b356d49359;hp=94003e20d6757b82f0053473cad7c016e0fd34c3;hpb=95418a30be0d3f1495db702d44c50139742663fc;p=dpdk.git diff --git a/lib/librte_kvargs/rte_kvargs.h b/lib/librte_kvargs/rte_kvargs.h index 94003e20d6..71c9630d9d 100644 --- a/lib/librte_kvargs/rte_kvargs.h +++ b/lib/librte_kvargs/rte_kvargs.h @@ -120,7 +120,8 @@ void rte_kvargs_free(struct rte_kvargs *kvlist); * @param kvlist * The rte_kvargs structure * @param key_match - * The key on which the handler should be called + * The key on which the handler should be called, or NULL to process handler + * on all associations * @param handler * The function to call for each matching key * @param opaque_arg @@ -139,7 +140,7 @@ int rte_kvargs_process(const struct rte_kvargs *kvlist, * @param kvlist * The rte_kvargs structure * @param key_match - * The key that should match + * The key that should match, or NULL to count all associations * @return * The number of entries