Re: [ovs-dev] [BUG] [ovs-2.17.1] [ovs-vswitchd] Miss setting port number in openflow while delete port and add port

2024-05-27 Thread Adrián Moreno
On Thu, May 23, 2024 at 04:21:48PM GMT, Simon Jones wrote: > Hi all, > > I found a bug in OVS-DPDK(ovs-2.17.1, dpdk-21.11). > Which is Miss setting port number in openflow while delete port and add > port. Hi Simon. See my comments inline. > > 1. The process of problem is: > ``` > add bridge; >

[ovs-dev] [BUG] [ovs-2.17.1] [ovs-vswitchd] Miss setting port number in openflow while delete port and add port

2024-05-23 Thread Simon Jones
Hi all, I found a bug in OVS-DPDK(ovs-2.17.1, dpdk-21.11). Which is Miss setting port number in openflow while delete port and add port. 1. The process of problem is: ``` add bridge; add port; add openflow, use port as in_port and output; delete port; openflow is error in port filed; add port;