Re: [ovs-dev] [PATCH v3 13/13] ofproto: Support packet_outs in bundles.

2016-09-14 Thread Jarno Rajahalme
Series now pushed to master, Jarno > On Sep 14, 2016, at 2:57 PM, Jarno Rajahalme wrote: > >> >> On Sep 13, 2016, at 5:09 PM, Ben Pfaff mailto:b...@ovn.org>> >> wrote: >> >> On Mon, Sep 12, 2016 at 01:52:43PM -0700, Jarno Rajahalme wrote: >>> Add support for OFPT_PACKET_OUT messages in bun

Re: [ovs-dev] [PATCH v3 13/13] ofproto: Support packet_outs in bundles.

2016-09-14 Thread Jarno Rajahalme
> On Sep 13, 2016, at 5:09 PM, Ben Pfaff wrote: > > On Mon, Sep 12, 2016 at 01:52:43PM -0700, Jarno Rajahalme wrote: >> Add support for OFPT_PACKET_OUT messages in bundles. >> >> While ovs-ofctl already has a packet-out command, we did not have a >> string parser for it, as the parsing was done

Re: [ovs-dev] [PATCH v3 13/13] ofproto: Support packet_outs in bundles.

2016-09-13 Thread Ben Pfaff
On Mon, Sep 12, 2016 at 01:52:43PM -0700, Jarno Rajahalme wrote: > Add support for OFPT_PACKET_OUT messages in bundles. > > While ovs-ofctl already has a packet-out command, we did not have a > string parser for it, as the parsing was done directly from command > line arguments. > > This patch ad

[ovs-dev] [PATCH v3 13/13] ofproto: Support packet_outs in bundles.

2016-09-12 Thread Jarno Rajahalme
Add support for OFPT_PACKET_OUT messages in bundles. While ovs-ofctl already has a packet-out command, we did not have a string parser for it, as the parsing was done directly from command line arguments. This patch adds the string parser for packet-out messages, and adds a new ofctl/packet-out o