[Accel-config] [PATCH v1 0/6] Update API to get 256 bits op_cap
ramesh.thomas at intel.com
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
From: Ramesh Thomas <ramesh.thomas(a)intel.com> Remove existing API that assumes op_cap is 64 bits. New API returns 256 bits. Update json implementation to use the new API and print 256 bits. Fix some issues found in other areas of code during implementation. Ramesh Thomas (6): accel-config: Remove duplicated function accel-config: Fix an inconsistent error return value accel-config: Free some allocated memory that were not being freed accel-config: Remove existing op_cap API to be replaced with new one accel-config: Add new API to support 256 bits op_cap accel-config: Call new op_cap API in json implementation accfg/lib/libaccel-config.sym | 7 +++-- accfg/lib/libaccfg.c | 56 ++++++++++++++++++++++++++--------- accfg/libaccel_config.h | 7 ++++- accfg/list.c | 2 +- util/json.c | 35 +++++++--------------- util/json.h | 2 -- 6 files changed, 64 insertions(+), 45 deletions(-) -- 2.26.3