summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-09-12 01:00:19 -0700
committerDeepak S <deepak.s@linux.intel.com>2017-09-12 01:00:19 -0700
commit71a854fb279a807e9cde9a7afa3a75d843bd69ed (patch)
tree096bd8cc9765391262e94fd52e0fad99375386d4
parent9e4d303ca87c498ec5aef9d37f3c6f556eeddaae (diff)
Enabling Prox to be compatible with Titanium Cloud
Change-Id: I65e8b2d1cea2a1edfa738671e460b6a0170d3363 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
-rw-r--r--VNFs/DPPD-PROX/prox_port_cfg.c1
1 files changed, 1 insertions, 0 deletions
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;