[Accel-config] [PATCH v1 0/4] accel_config: Add wq max_batch_size and max_transfer_size support
ramesh.thomas at intel.com
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
From: Ramesh Thomas <ramesh.thomas(a)intel.com> This patchset adds support in accel-config and libaccel-config for wq attributes max_transfer_size and max_batch_size Ramesh Thomas (4): accel-config: Add new wq functions in lib accel-config: config and json changes accel-config: New attrs to config-wq command accel-config: Unit tests accfg/config.c | 34 ++++++++++--- accfg/config_attr.c | 39 ++++++++++++++- accfg/lib/libaccel-config.sym | 8 +++ accfg/lib/libaccfg.c | 46 +++++++++++++++++ accfg/lib/private.h | 2 + accfg/libaccel_config.h | 6 +++ test/dsa.c | 2 + test/dsa.h | 2 + test/libaccfg.c | 94 +++++++++++++++++++++++++++++++++++ util/json.c | 8 +++ 10 files changed, 232 insertions(+), 9 deletions(-) -- 2.26.2