Re: [dpdk-dev] [PATCH v2 2/3] bus/fslmc: ignore dpaax pa-va table errors

2018-10-23 Thread Jerin Jacob
-Original Message- > Date: Wed, 17 Oct 2018 10:10:36 + > From: Shreyansh Jain > To: "tho...@monjalon.net" > CC: "dev@dpdk.org" , Shreyansh Jain > Subject: [dpdk-dev] [PATCH v2 2/3] bus/fslmc: ignore dpaax pa-va table > errors > x-mailer: git

[dpdk-dev] [PATCH v2 2/3] bus/fslmc: ignore dpaax pa-va table errors

2018-10-17 Thread Shreyansh Jain
Presence of PA-VA Table is transparent to the drivers. Ignoring the return values from table update call. Signed-off-by: Shreyansh Jain --- drivers/bus/fslmc/fslmc_bus.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/bus/fslmc/fslmc_bus.c b/drivers/bus/fslmc/