This patch series adds support for 32 inputs / outputs per each model. Changes required to enable the required support include:
1. Splitiing model metadata fields into structures. 2. Update model metadata to v2301 which supports 32 I/O. 3. Update ML driver code to support metadata v2301 . Srikanth Yalavarthi (3): ml/cnxk: split metadata fields into sections ml/cnxk: update model metadata to v2301 ml/cnxk: add support for 32 I/O per model drivers/ml/cnxk/cn10k_ml_model.c | 401 +++++++++++++++++------- drivers/ml/cnxk/cn10k_ml_model.h | 512 +++++++++++++++++-------------- drivers/ml/cnxk/cn10k_ml_ops.c | 133 ++++++-- 3 files changed, 659 insertions(+), 387 deletions(-) -- 2.17.1