[ovs-dev] [RFC v1] netdev-dpdk: Add flow_api support for netdev vports

2019-11-25 Thread Ophir Munk
Currently vport devices with dpif type "system" are rejected as part of netdev_offload_dpdk_init_flow_api() call. It is correct but we also need to specify what should be accepted. We should accept vport devices with dpif type "netdev". This commit add the acceptance of such devices to

[ovs-dev] [RFC v1] netdev-dpdk: Add flow_api support for netdev vports

2019-11-25 Thread Ophir Munk
v1: This patch follows the patch series in https://patchwork.ozlabs.org/project/openvswitch/list/?series=143209 ("netdev-offload: Prerequisites of vport offloading via DPDK"). It enables vport devices with dpif type "netdev" to be accecpted by dpdk flow API. Ophir Munk (1): netdev-dpdk: Add