[Accel-config] Re: [PATCH v1 0/4] accel_config: Add wq max_batch_size and max_transfer_size support
Dave Jiang <dave.jiang at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
On 10/28/2020 9:54 AM, ramesh.thomas(a)intel.com wrote: > 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 Reviewed-by: Dave Jiang <dave.jiang(a)intel.com> for the series. > > 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(-) >