Add the acceptance of geneve devices to
netdev_dpdk_flow_api() API, to allow offloading of
DPDK geneve devices.

Signed-off-by: Chaoyong He <[email protected]>
Reviewed-by: Louis Peens <[email protected]>
---
 lib/netdev-dpdk.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index f9535bf..ccadbe2 100644
--- a/lib/netdev-dpdk.c
+++ b/lib/netdev-dpdk.c
@@ -5147,7 +5147,8 @@ netdev_dpdk_flow_api_supported(struct netdev *netdev)
     bool ret = false;
 
     if ((!strcmp(netdev_get_type(netdev), "vxlan") ||
-         !strcmp(netdev_get_type(netdev), "gre")) &&
+         !strcmp(netdev_get_type(netdev), "gre") ||
+         !strcmp(netdev_get_type(netdev), "geneve")) &&
         !strcmp(netdev_get_dpif_type(netdev), "netdev")) {
         ret = true;
         goto out;
-- 
1.8.3.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to