From: Deepak S Date: Tue, 12 Sep 2017 08:00:19 +0000 (-0700) Subject: Enabling Prox to be compatible with Titanium Cloud X-Git-Tag: opnfv-5.0.RC1~37 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F41715%2F1;p=samplevnf.git Enabling Prox to be compatible with Titanium Cloud Change-Id: I65e8b2d1cea2a1edfa738671e460b6a0170d3363 Signed-off-by: Deepak S --- diff --git a/VNFs/DPPD-PROX/prox_port_cfg.c b/VNFs/DPPD-PROX/prox_port_cfg.c index 831a8ff9..7e0c2c70 100644 --- a/VNFs/DPPD-PROX/prox_port_cfg.c +++ b/VNFs/DPPD-PROX/prox_port_cfg.c @@ -302,6 +302,7 @@ static void init_port(struct prox_port_cfg *port_cfg) !strcmp(port_cfg->short_name, "i40e") || #endif !strcmp(port_cfg->short_name, "i40e_vf") || + !strcmp(port_cfg->short_name, "avp") || /* Wind River */ !strcmp(port_cfg->driver_name, "") || /* NULL device */ !strcmp(port_cfg->short_name, "vmxnet3")) { port_cfg->port_conf.intr_conf.lsc = 0;