<div dir="ltr"><div>If a port is bound with a VLAN segmentation type, it will get a VLAN id and a name of a physical network that it corresponds to. In the current plugin, each agent is configured with a mapping between physical networks and OVS bridges. The agent takes the bound port information and sets up rules to forward traffic from the VM port to the OVS bridge corresponding to the physical network. The bridge usually then has a physical interface added to it for the tagged traffic to use to reach the rest of the network.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 26, 2015 at 4:19 PM, Ben Pfaff <span dir="ltr"><<a href="mailto:blp@nicira.com" target="_blank">blp@nicira.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What kind of VLAN support would you need?<br>
<span class=""><br>
On Thu, Feb 26, 2015 at 02:05:41PM -0800, Kevin Benton wrote:<br>
> If OVN chooses not to support VLANs, we will still need the current OVS<br>
> reference anyway so it definitely won't be wasted work.<br>
><br>
> On Thu, Feb 26, 2015 at 2:56 AM, Miguel Angel Ajo Pelayo <<br>
> <a href="mailto:majopela@redhat.com">majopela@redhat.com</a>> wrote:<br>
><br>
> ><br>
> > Sharing thoughts that I was having:<br>
> ><br>
</span>> > May be during the next summit it???s worth discussing the future of the<br>
> > reference agent(s), I feel we???ll be replicating a lot of work across<br>
<span class="">> > OVN/OVS/RYU(ofagent) and may be other plugins,<br>
> ><br>
</span>> > I guess until OVN and it???s integration are ready we can???t stop, so it makes<br>
<span class="">> > sense to keep development at our side, also having an independent plugin<br>
> > can help us iterate faster for new features, yet I expect that OVN will be<br>
> > more fluent at working with OVS and OpenFlow, as their designers have<br>
</span>> > a very deep knowledge of OVS under the hood, and it???s C. ;)<br>
> ><br>
> > Best regards,<br>
> ><br>
> > On 26/2/2015, at 7:57, Miguel ??ngel Ajo <<a href="mailto:majopela@redhat.com">majopela@redhat.com</a>> wrote:<br>
<span class="">> ><br>
> > On Thursday, 26 de February de 2015 at 7:48, Miguel ??ngel Ajo wrote:<br>
> ><br>
> > Inline comments follow after this, but I wanted to respond to Brian<br>
> > questionwhich has been cut out:<br>
</span>> > We???re talking here of doing a preliminary analysis of the networking<br>
<span class="">> > performance,before writing any real code at neutron level.<br>
> ><br>
> > If that looks right, then we should go into a preliminary (and orthogonal<br>
> > to iptables/LB)implementation. At that moment we will be able to examine<br>
> > the scalability of the solutionin regards of switching openflow rules,<br>
> > which is going to be severely affectedby the way we use to handle OF rules<br>
> > in the bridge:<br>
</span>> > * via OpenFlow, making the agent a ???real" OF controller, with the<br>
<span class="">> > current effort to use the ryu framework plugin to do that. * via<br>
> > cmdline (would be alleviated with the current rootwrap work, but the former<br>
> > one would be preferred).<br>
> > Also, ipset groups can be moved into conjunctive groups in OF (thanks Ben<br>
</span>> > Pfaff for theexplanation, if you???re reading this ;-))<br>
> > Best,Miguel ??ngel<br>
<span class="">> ><br>
> ><br>
> > On Wednesday, 25 de February de 2015 at 20:34, Tapio Tallgren wrote:<br>
> ><br>
> > Hi,<br>
> ><br>
> > The RFC2544 with near zero packet loss is a pretty standard performance<br>
> > benchmark. It is also used in the OPNFV project (<br>
> > <a href="https://wiki.opnfv.org/characterize_vswitch_performance_for_telco_nfv_use_cases" target="_blank">https://wiki.opnfv.org/characterize_vswitch_performance_for_telco_nfv_use_cases</a><br>
> > ).<br>
> ><br>
> > Does this mean that OpenStack will have stateful firewalls (or security<br>
> > groups)? Any other ideas planned, like ebtables type filtering?<br>
> ><br>
> > What I am proposing is in the terms of maintaining the statefulness we<br>
> > have nowregards security groups (RELATED/ESTABLISHED connections are<br>
> > allowed back on open ports) while adding a new firewall driver working only<br>
> > with OVS+OF (no iptables or linux bridge).<br>
> ><br>
> > That will be possible (without auto-populating OF rules in oposite<br>
> > directions) due to<br>
> > the new connection tracker functionality to be eventually merged into ovs.<br>
> ><br>
> ><br>
> > -Tapio<br>
> ><br>
> > On Wed, Feb 25, 2015 at 5:07 PM, Rick Jones <<a href="mailto:rick.jones2@hp.com">rick.jones2@hp.com</a>> wrote:<br>
> ><br>
</span>> > On 02/25/2015 05:52 AM, Miguel ??ngel Ajo wrote:<br>
> ><br>
> > I???m writing a plan/script to benchmark OVS+OF(CT) vs<br>
> > OVS+LB+iptables+ipsets,<br>
> > so we can make sure there???s a real difference before jumping into any<br>
<span class="">> > OpenFlow security group filters when we have connection tracking in OVS.<br>
> ><br>
> > The plan is to keep all of it in a single multicore host, and make<br>
> > all the measures within it, to make sure we just measure the<br>
> > difference due to the software layers.<br>
> ><br>
</span>> > Suggestions or ideas on what to measure are welcome, there???s an initial<br>
<span class="">> > draft here:<br>
> ><br>
> > <a href="https://github.com/mangelajo/ovs-experiments/tree/master/ovs-ct" target="_blank">https://github.com/mangelajo/ovs-experiments/tree/master/ovs-ct</a><br>
> ><br>
> ><br>
> > Conditions to be benchmarked<br>
> ><br>
> > Initial connection establishment time<br>
> > Max throughput on the same CPU<br>
> ><br>
> > Large MTUs and stateless offloads can mask a multitude of path-length<br>
> > sins. And there is a great deal more to performance than Mbit/s. While<br>
> > some of that may be covered by the first item via the likes of say netperf<br>
> > TCP_CRR or TCP_CC testing, I would suggest that in addition to a focus on<br>
> > Mbit/s (which I assume is the focus of the second item) there is something<br>
> > for packet per second performance. Something like netperf TCP_RR and<br>
> > perhaps aggregate TCP_RR or UDP_RR testing.<br>
> ><br>
> > Doesn't have to be netperf, that is simply the hammer I wield :)<br>
> ><br>
> > What follows may be a bit of perfect being the enemy of the good, or<br>
> > mission creep...<br>
> ><br>
> > On the same CPU would certainly simplify things, but it will almost<br>
> > certainly exhibit different processor data cache behaviour than actually<br>
> > going through a physical network with a multi-core system. Physical NICs<br>
> > will possibly (probably?) have RSS going, which may cause cache lines to be<br>
> > pulled around. The way packets will be buffered will differ as well. Etc<br>
> > etc. How well the different solutions scale with cores is definitely a<br>
> > difference of interest between the two sofware layers.<br>
> ><br>
> ><br>
> ><br>
</span>> > Hi rick, thanks for your feedback here, I???ll take it into consideration,<br>
<span class="">> > specially about the small packet pps measurements, and<br>
> > really using physical hosts.<br>
> ><br>
> > Although I may start with an AIO setup for simplicity, we should<br>
> > get more conclusive results from at least two hosts and decent NICs.<br>
> ><br>
> > I will put all this together in the document, and loop you in for review.<br>
> ><br>
> > rick<br>
> ><br>
> ><br>
> > __________________________________________________________________________<br>
> > OpenStack Development Mailing List (not for usage questions)<br>
> > Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
</span>> > <<a href="http://OpenStack-dev-request@lists.openstack.org/?subject:unsubscribe" target="_blank">http://OpenStack-dev-request@lists.openstack.org/?subject:unsubscribe</a>><br>
<div class="HOEnZb"><div class="h5">> > <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > -Tapio<br>
> ><br>
> > __________________________________________________________________________<br>
> > OpenStack Development Mailing List (not for usage questions)<br>
> > Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> > <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
> ><br>
> ><br>
> ><br>
> > __________________________________________________________________________<br>
> > OpenStack Development Mailing List (not for usage questions)<br>
> > Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> > <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
> ><br>
> ><br>
> > __________________________________________________________________________<br>
> > OpenStack Development Mailing List (not for usage questions)<br>
> > Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> > <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
> ><br>
> ><br>
> > Miguel Angel Ajo<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > __________________________________________________________________________<br>
> > OpenStack Development Mailing List (not for usage questions)<br>
> > Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> > <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> Kevin Benton<br>
<br>
> __________________________________________________________________________<br>
> OpenStack Development Mailing List (not for usage questions)<br>
> Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div>Kevin Benton</div></div>
</div>