Re: [dpdk-dev] [PATCH v2 0/3] Reduce logging level for dpaax and fslmc

2018-10-24 Thread Thomas Monjalon
17/10/2018 12:10, Shreyansh Jain: > Shreyansh Jain (3): > common/dpaax: reduce logging level > bus/fslmc: ignore dpaax pa-va table errors > net/dpaa2: convert logs from errors to debug Applied, thanks

[dpdk-dev] [PATCH v2 0/3] Reduce logging level for dpaax and fslmc

2018-10-17 Thread Shreyansh Jain
Based on discussion in [1], some logs for dpaax have been reduced to DEBUG state only. All logs which are not part of exposed API (like dpaax_iova_table_populate), only dump DEBUG now. Other exposed API also don't dump ERR as this library needs to be transparent. Only WARN is used. Patch 1: .) ch