+16
−1
Loading
Users can utilize this option to generate something that can be
directly copy pasted into a config file. For example:
$ scripts/calc-iobuf.py -m 0xff -c nvmf.conf --format json | jq
{
"method": "iobuf_set_options",
"params": {
"small_bufsize": 8192,
"large_bufsize": 135168,
"small_pool_count": 5488,
"large_pool_count": 3696
}
}
Signed-off-by:
Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Id521a42119ece9003e397fce6598e68cb32fc6d7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18359
Reviewed-by:
Jim Harris <james.r.harris@intel.com>
Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by:
Ben Walker <benjamin.walker@intel.com>