Re: [ovs-discuss] a question about xlate_actions

2011-11-01 Thread danderson415
On Mon, Oct 31, 2011 at 9:13 AM, Ben Pfaff wrote: > On Sat, Oct 29, 2011 at 01:09:17PM -0700, danderson415 wrote: > > I am reading ovs code(1.1.0pre2). In ofproto.c function xlate_actions(), > it > > translates ofp actions to odp actions. What I am confused about is why it > > set the fields in r

Re: [ovs-discuss] ARP Behavior in XenServer Host

2011-11-01 Thread Ben Pfaff
On Fri, Sep 09, 2011 at 12:11:11PM -0700, Ben Pfaff wrote: > Justin, you've also experienced the pain of in-band control. Would > you mind reviewing David's analysis? Justin, did you ever get a chance to look this over? ___ discuss mailing list discuss@

Re: [ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-11-01 Thread Ben Pfaff
On Tue, Nov 01, 2011 at 03:31:05PM +0400, Alexey I. Froloff wrote: > On Mon, Oct 31, 2011 at 09:07:32AM -0700, Ben Pfaff wrote: > > Do you think that these scripts are ready to incorporate into > > OVS? > - Why you software called "beta"? > - Coz it's beta than nothin'! > > These scripts are fine

Re: [ovs-discuss] Query regarding arp packet

2011-11-01 Thread Ben Pfaff
On Mon, Oct 31, 2011 at 09:58:16PM -0700, junaid khalid wrote: > On Mon, Oct 31, 2011 at 11:07 AM, Ben Pfaff wrote: > > > On Sat, Oct 29, 2011 at 01:36:33AM -0700, junaid khalid wrote: > > > I have an issue regarding the ARP packet. I am generating an arp request > > > from my controller with the

Re: [ovs-discuss] [PATCH] Fix build on FreeBSD.

2011-11-01 Thread Ben Pfaff
On Tue, Nov 01, 2011 at 01:25:49PM +0100, Edward Tomasz Napiera?a wrote: > Patch below fixes build on FreeBSD; tested on 10.0-CURRENT. > > Signed-off-by: Edward Tomasz Napierala Pushed. Thank you for the contribution! ___ discuss mailing list discuss@

Re: [ovs-discuss] OFPP_CONTROLLER in ofp_packet_out

2011-11-01 Thread Ben Pfaff
On Tue, Nov 01, 2011 at 12:11:01PM +0100, Pino de Candia wrote: > Until we upgraded to v1.2.2 we were unnecessarily setting > in_port=OFPP_CONTROLLER in ofp_packet_out messages (with a single > action ofp_action_output to a non-virtual port number). v1.2.2 these > packets and its log shows a messag

[ovs-discuss] [PATCH] Fix build on FreeBSD.

2011-11-01 Thread Edward Tomasz NapieraƂa
Patch below fixes build on FreeBSD; tested on 10.0-CURRENT. Signed-off-by: Edward Tomasz Napierala --- configure.ac|1 + lib/meta-flow.h |2 ++ lib/odp-util.c |1 + lib/ofp-util.c |2 ++ lib/packets.c |1 + ofproto/in-band.h

Re: [ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-11-01 Thread Alexey I. Froloff
On Tue, Nov 01, 2011 at 03:31:05PM +0400, Alexey I. Froloff wrote: > P.S. Your maillist software behaves strange. When I'm in Cc: > field I don't receive message for a list, only one personal > message. I am filtering messages for lists by List-Id: header > and this behavior breaks threads for me

Re: [ovs-discuss] RFC: RedHat net-scripts for Open vSwitch

2011-11-01 Thread Alexey I. Froloff
On Mon, Oct 31, 2011 at 09:07:32AM -0700, Ben Pfaff wrote: > > Before submitting patch to openvswitch, I'd like to test it more > > throughly. If you're brave enough, you can join. > Did you get any feedback? Nope. Either these scripts work fine or no one tried it ;-) > Do you think that these s

[ovs-discuss] OFPP_CONTROLLER in ofp_packet_out

2011-11-01 Thread Pino de Candia
Hi Folks, My question may be related to the discussion in this thread: http://openvswitch.org/pipermail/discuss/2011-September/005553.html Until we upgraded to v1.2.2 we were unnecessarily setting in_port=OFPP_CONTROLLER in ofp_packet_out messages (with a single action ofp_action_output to a no

Re: [ovs-discuss] Packet Out with mod_dl_dst results in packets disappearing.

2011-11-01 Thread Jari Sundell
On Tue, Nov 1, 2011 at 2:47 AM, Ben Pfaff wrote: > On Mon, Oct 31, 2011 at 03:37:53PM +0900, Jari Sundell wrote: >> While working on a project I encountered some weird behavior, which >> I'm unsure if is a bug or a mistake on my part. (Running on ovs pulled >> from git a week or so ago) >> >> The