
On 11/03/2015 10:55 PM, Prabhakar Kushwaha wrote:
Current Management Complex Flibs does not support APIs for adding and destroying the objects.
Add APIs to create and destroy objects for DPBP, DPIO, DPNI and DPRC.
Signed-off-by: Prabhakar Kushwaha prabhakar@freescale.com
Changes for v2: Sending as it is Changes for v3: Sending as it is Changes for v4: Sending as it is
drivers/net/fsl-mc/dpbp.c | 41 +++++++++ drivers/net/fsl-mc/dpio/dpio.c | 40 +++++++++ drivers/net/fsl-mc/dpni.c | 40 +++++++++ drivers/net/fsl-mc/dprc.c | 46 ++++++++++ include/fsl-mc/fsl_dpbp.h | 48 +++++++++++ include/fsl-mc/fsl_dpio.h | 60 +++++++++++++ include/fsl-mc/fsl_dpni.h | 189 +++++++++++++++++++++++++++++++++++++++++ include/fsl-mc/fsl_dprc.h | 84 ++++++++++++++++++ 8 files changed, 548 insertions(+)
Applied to fsl-qoriq master. Thanks.
York