Home
last modified time | relevance | path

Searched refs:jroot (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmd_flex_item.c201 static int flex_item_config(json_t *jroot, in flex_item_config() argument
208 json_object_foreach(jroot, key, jobj) { in flex_item_config()
319 json_t *jroot = json_load_file(filename, 0, &json_error); in flex_item_build_config() local
321 if (!jroot) { in flex_item_build_config()
325 ret = flex_item_config(jroot, &fp->flex_conf); in flex_item_build_config()
326 json_decref(jroot); in flex_item_build_config()