aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/marvell/pp2/pp2.c
diff options
context:
space:
mode:
authorJianlin Lv <Jianlin.Lv@arm.com>2019-09-27 09:35:41 +0800
committerDamjan Marion <dmarion@me.com>2019-10-07 20:22:00 +0000
commit859b59133c143b09fed86af1d409d320fa45424f (patch)
treef06e0a48070ce080c893f8b673574d5addacf586 /src/plugins/marvell/pp2/pp2.c
parent3a1ef47c39eacdb2177cedca48db543d1c514f9c (diff)
api: Add API support for marvell PP2 plugin
Support create/delete interface with PP2 api Type: feature Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com> Change-Id: Ia9c0ac0f237fd9f71f5480d736d6bcabee763fff
Diffstat (limited to 'src/plugins/marvell/pp2/pp2.c')
-rw-r--r--src/plugins/marvell/pp2/pp2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/marvell/pp2/pp2.c b/src/plugins/marvell/pp2/pp2.c
index 411e28b212b..36b191a178b 100644
--- a/src/plugins/marvell/pp2/pp2.c
+++ b/src/plugins/marvell/pp2/pp2.c
@@ -300,6 +300,7 @@ mrvl_pp2_create_if (mrvl_pp2_create_if_args_t * args)
sw = vnet_get_hw_sw_interface (vnm, ppif->hw_if_index);
ppif->sw_if_index = sw->sw_if_index;
ppif->per_interface_next_index = ~0;
+ args->sw_if_index = sw->sw_if_index;
vnet_hw_interface_set_input_node (vnm, ppif->hw_if_index,
mrvl_pp2_input_node.index);
vnet_hw_interface_assign_rx_thread (vnm, ppif->hw_if_index, 0, ~0);