Re: [ovs-discuss] OFPFC_DELETE and OFPFC_DELETE_STRICT commands don't delete openflow rules

2021-07-14 Thread Ben Pfaff
On Wed, Jul 14, 2021 at 06:34:46PM +0200, Alejandro Llorens Carrodeguas wrote: > We’re having trouble deleting OpenFlow rules using the OFPFC_DELETE or > OFPFC_DELETE_STRICT commands that send a Ryu controller to the OVS switch. Thanks for the report. So far, you've just told us that these

Re: [ovs-discuss] How to use masked_set_action?

2021-07-14 Thread Ben Pfaff
On Wed, Jul 14, 2021 at 08:51:44AM +0800, taoyunupt wrote: > Hi, > I found some info from vswitch.xml,it says "Masked data can improve > performance by allowing megaflows to match on fewer fields." > I do not know What kinds of flow atcion will use 'masked_set_action'. > Can you

[ovs-discuss] [ovn/ovs] OVS hardware offloading

2021-07-14 Thread Ammad Syed
Hi, I am using OVN with openstack neutron on ubuntu 20.04. I want to enable hardware offloading on ovs. I have used below command to to enable offload. ovs-vsctl set Open_vSwitch . other_config:hw-offload=true By reviewing below URL.

[ovs-discuss] [OVN] OVN NB "NAT" to accept CIDRs in logical_ip

2021-07-14 Thread Rodolfo Alonso Hernandez
Hello all: First of all, a bit of context. This question/request is related to [1]. The problem we have in OpenStack is that we are trying to create a VIP but not with a /32 IP address but with a CIDR. Since [2][3], is it possible to define VIPs in Neutron using OVN by creating an unassigned

[ovs-discuss] OFPFC_DELETE and OFPFC_DELETE_STRICT commands don't delete openflow rules

2021-07-14 Thread Alejandro Llorens Carrodeguas
Hello, We’re having trouble deleting OpenFlow rules using the OFPFC_DELETE or OFPFC_DELETE_STRICT commands that send a Ryu controller to the OVS switch. What you did that make the problem appear: The Ryu controller sends OFPFC_DELETE or OFPFC_DELETE_STRICT commands to the OVS switch in

Re: [ovs-discuss] [ovn/ovs] OVS hardware offloading

2021-07-14 Thread Frode Nordahl
Hello Ammad, On Wed, Jul 14, 2021 at 9:39 AM Ammad Syed wrote: > I am using OVN with openstack neutron on ubuntu 20.04. I want to enable > hardware offloading on ovs. I have used below command to to enable offload. > > ovs-vsctl set Open_vSwitch . other_config:hw-offload=true > > By reviewing

[ovs-discuss] [ovn/ovs] OVS hardware offloading

2021-07-14 Thread Ammad Syed
Hi, I am using OVN with openstack neutron on ubuntu 20.04. I want to enable hardware offloading on ovs. I have used below command to to enable offload. ovs-vsctl set Open_vSwitch . other_config:hw-offload=true By reviewing below URL.