
18 Sep
2018
18 Sep
'18
3:40 p.m.
On 09/14/2018 09:30 PM, Wang Huaqiang wrote:
Move all cache banks into one data structure, this allows us to add other cache component, such as cache monitor.
Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com> --- src/conf/capabilities.c | 36 +++++++++++++++++------------------- src/conf/capabilities.h | 10 ++++++++-- 2 files changed, 25 insertions(+), 21 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John