Following patch adds DPDK netdev-class to userspace datapath. Now OVS can use DPDK port for IO by just configuring DPDK port and then adding dpdk type port to userspace datapath. Refer to INSTALL.DPDK doc for further info. This is based a patch from Gerald Rogers. Signed-off-by: Gerald...
[ovs-dev] [PATCH 0/2] netdev: Don't allow adding loopback ... Alexandru Copot [ovs-dev] [PATCH 1/2] netdev: update IFF_LOOPBACK fla... Alexandru Copot [ovs-dev] [PATCH 2/2] dpif-netdev: Do not allow addin... Alexandru Copot Re: [ovs-dev] [PATCH 0/2] netdev: Don't...
* 'datapath_type', call netdev_open(name, dpif_port_open_type(datapath_type, * port_type). The netdev can be used to get and set important data related to * the port, such as: * * - MTU (netdev_get_mtu(), netdev_set_mtu()). * * - Ethernet address (netdev_get_etheraddr...