[dpdk-dev] [PATCH 1/7] ofproto: Consider datapath_type when looking for internal ports.

2016-08-05 Thread Mark Kavanagh
From: Daniele Di Proietto Interfaces with type "internal" end up having a netdev with type "tap" in the dpif-netdev datapath, so a strcmp will fail to match internal interfaces. We can translate the types with ofproto_port_open_type() before calling strcmp to fix this.

[dpdk-dev] [PATCH 1/7] ofproto: Consider datapath_type when looking for internal ports.

2016-08-05 Thread Kavanagh, Mark B
2016 3:30 PM >To: dev at dpdk.org; diproiettod at vmware.com >Cc: i.maximets at samsung.com >Subject: [dpdk-dev] [PATCH 1/7] ofproto: Consider datapath_type when looking >for internal >ports. > >From: Daniele Di Proietto > >Interfaces with type "internal" end u