Enabling Prox to be compatible with Titanium Cloud 15/41715/1
authorDeepak S <deepak.s@linux.intel.com>
Tue, 12 Sep 2017 08:00:19 +0000 (01:00 -0700)
committerDeepak S <deepak.s@linux.intel.com>
Tue, 12 Sep 2017 08:00:19 +0000 (01:00 -0700)
Change-Id: I65e8b2d1cea2a1edfa738671e460b6a0170d3363
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
VNFs/DPPD-PROX/prox_port_cfg.c

index 831a8ff..7e0c2c7 100644 (file)
@@ -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;