Re: [ovs-discuss] "could not add network device ethX to ofproto (File exists)"

2018-04-25 Thread Ben Pfaff
On Fri, Apr 20, 2018 at 04:35:27PM +0200, Riccardo Ravaioli wrote: > Hi all, > > I bumped into a configuration error while trying to add a physical network > interface to a switch: > $ ovs-vsctl add-br myswitch > $ ovs-vsctl add-port myswitch eth9 > ovs-vsctl: Error detected while setting up 'eth9

Re: [ovs-discuss] Questions about modified ofproto.c

2018-04-25 Thread Ben Pfaff
Please don't drop the mailing list. On Thu, Apr 26, 2018 at 12:12:58AM +0800, 林志仁 wrote: > 2018-04-26 0:02 GMT+08:00 Ben Pfaff : > > > On Mon, Apr 23, 2018 at 10:56:19PM +0800, 林志仁 wrote: > > > I modified ofproto.c "handle_flow_stats_request" function. I added > > a > > > while loop to chec

[ovs-discuss] libnuma missing FreeBSD 11.1

2018-04-25 Thread fpostic--- via discuss
Hello, I'm trying to build Open vSwitch by following this guide : http://docs.openvswitch.org/en/latest/intro/install/dpdk/ uname -a gives : FreeBSD 11.1-RELEASE-p9 In the guide I skipped the part for installing DPDK from source and followed this guide instead : https://dpdk.org/doc/guides/f

Re: [ovs-discuss] Questions about modified ofproto.c

2018-04-25 Thread Ben Pfaff
On Mon, Apr 23, 2018 at 10:56:19PM +0800, 林志仁 wrote: > I modified ofproto.c "handle_flow_stats_request" function. I added a > while loop to check the flow table every 2 seconds. > > I want to ask "handle_openflow_" can handle other request, like packet - > in? If you make handle_flow_stats