dpdk: add intf tag to dev{} subinput 05/35805/4
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Mon, 28 Mar 2022 16:39:58 +0000 (18:39 +0200)
committerDamjan Marion <dmarion@0xa5.net>
Thu, 26 Jan 2023 15:21:02 +0000 (15:21 +0000)
commit4fe09e9f297985e3f452f7722c138d393e8533af
tree4bda78838c89373b826a13ac9b9674d627b9c060
parent53badfc6839da351c1d1dd7f1422418b0696c580
dpdk: add intf tag to dev{} subinput

This patch allows to pass a tag when specifying
the dpdk `dev {  }` interface configuration.

It allows a control plane generating a vpp.conf
file to retreive the resulting mapping between
dpdk interfaces & sw_if_indices in VPP without
having to change the interface name exposed
to the user.

Type: feature

Change-Id: I55907417de0083b82d4a127172816cec3459acf3
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/dpdk/device/dpdk.h
src/plugins/dpdk/device/init.c