Re: [dpdk-dev] [PATCH v4 18/20] bus/fslmc: add support to detect soc version

2017-05-26 Thread Ferruh Yigit
On 5/26/2017 7:51 AM, Hemant Agrawal wrote: > This is required to configure the stashing destination > based on the cluster size. > > Signed-off-by: Hemant Agrawal <...> > diff --git a/drivers/bus/fslmc/mc/dpmng.c b/drivers/bus/fslmc/mc/dpmng.c > new file mode 100644 > index 000..7fe1787 >

[dpdk-dev] [PATCH v4 18/20] bus/fslmc: add support to detect soc version

2017-05-25 Thread Hemant Agrawal
This is required to configure the stashing destination based on the cluster size. Signed-off-by: Hemant Agrawal --- drivers/bus/fslmc/Makefile | 1 + drivers/bus/fslmc/mc/dpmng.c| 81 +++ drivers/bus/fslmc/mc/fsl_dpmng.h| 99 +