[Accel-config] Re: [PATCH v1 0/5] Fix some return value related issues
Dave Jiang <dave.jiang at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
On 2/22/2021 1:27 PM, ramesh.thomas(a)intel.com wrote: > From: Ramesh Thomas <ramesh.thomas(a)intel.com> > > Adds handling of kernel module initialization and status returned from > command handler and at place were batch enabling of devices are done. > > Ramesh Thomas (5): > accel-config: Remove redundant function > accel-config: Make command handler return status instead of exiting > out > accel-config: Check and return error if kernel module is not loaded > accel-config: Print error message associated with error at exit > accel-config: Print error message associated with error if enable > fails > > accfg/accel-config.c | 54 ++++++++++++++++++++++++++++++++++++++++---- > accfg/enable.c | 7 +++--- > util/main.c | 45 +++++------------------------------- > util/main.h | 2 +- > 4 files changed, 60 insertions(+), 48 deletions(-) Reviewed-by: Dave Jiang <dave.jiang(a)intel.com> for the series.