Re: [dpdk-dev] [PATCH 0/9 v4] DPAA and FSLMC driver fixes and cleanup

2019-11-05 Thread Thomas Monjalon
05/11/2019 15:23, Nipun Gupta: > Hemant Agrawal (1): > bus/dpaa: moving qbman global init to bus > > Nipun Gupta (7): > net/dpaa: fix supported RSS types > net/dpaa: fix LS1043 alignment check > common/dpaax: fallback to check separate memory node for VM > net/dpaa2: add retry and timeou

[dpdk-dev] [PATCH 0/9 v4] DPAA and FSLMC driver fixes and cleanup

2019-11-05 Thread Nipun Gupta
These patches incllude various fixes and some cleanups related to DPAA and FSLMC drivers Changes in v4: - Rebased on master branch. Due to some other changes patches were not getting applied on master Changes in v3: - Report error instead of panic for low FPBR's in BMAN (patch #7) Changes i