Re: [dpdk-dev] [PATCH] common/dpaax: fix uninitialized table case

2018-10-24 Thread Thomas Monjalon
17/10/2018 11:05, Shreyansh Jain: > There is a possibility that either because of missing device tree entry > or lack of memory, the PA-VA table might not be available. But, the > table being transparent, the callers don't necessary check for its > initialization state. This is explicitly done duri

[dpdk-dev] [PATCH] common/dpaax: fix uninitialized table case

2018-10-17 Thread Shreyansh Jain
There is a possibility that either because of missing device tree entry or lack of memory, the PA-VA table might not be available. But, the table being transparent, the callers don't necessary check for its initialization state. This is explicitly done during update and translation call. Fixes: 2f