Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5686E2FF for ; Fri, 1 Mar 2013 19:36:45 +0000 (UTC) Received: (qmail 69422 invoked by uid 500); 1 Mar 2013 19:36:45 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 69384 invoked by uid 500); 1 Mar 2013 19:36:45 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 69371 invoked by uid 99); 1 Mar 2013 19:36:45 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 19:36:45 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 2B3781C7C6B; Fri, 1 Mar 2013 19:36:37 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8790281216180461386==" MIME-Version: 1.0 Subject: Re: Review Request: Add the ability to specify different VIF drivers per traffic type in KVM From: "Hugo Trippaers" To: "Wido den Hollander" , "Marcus Sorensen" , "Hugo Trippaers" Cc: "cloudstack" , "Dave Cahill" Date: Fri, 01 Mar 2013 19:36:37 -0000 Message-ID: <20130301193637.17326.32218@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Hugo Trippaers" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/9604/ X-Sender: "Hugo Trippaers" References: <20130301074638.17206.78754@reviews.apache.org> In-Reply-To: <20130301074638.17206.78754@reviews.apache.org> Reply-To: "Hugo Trippaers" --===============8790281216180461386== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9604/#review17256 ----------------------------------------------------------- Dave, looks good. Couple of questions though, there is some bridge specific code in LibvirtCo= mputingResource that checks existence of interfaces and such. Shouldn't th= at code also be modified to support multiple drivers per nic? Also currently there is only the native bridge and openvswitch in here. The= actual recommendation is to use only one of them as far as i know. What is= the compelling reason to allow for this difference? In most cases where op= envswitch is used this means configuring vswitch either via the native inte= rface or via the brcompat layer. While possible to combine the two it could= lead to disastrous results when interfaces start overlapping. E.g. both op= envswitch and bridge create an interface called br0 (i've been there ;-) ) - Hugo Trippaers On March 1, 2013, 7:46 a.m., Dave Cahill wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9604/ > ----------------------------------------------------------- > = > (Updated March 1, 2013, 7:46 a.m.) > = > = > Review request for cloudstack, Hugo Trippaers, Wido den Hollander, and Ma= rcus Sorensen. > = > = > Description > ------- > = > Feature spec: = > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Allow+specificatio= n+of+different+VIF+drivers+per+traffic+type+in+KVM > = > Jira ticket: = > https://issues.apache.org/jira/browse/CLOUDSTACK-1311 > = > Adds the ability to specify different VIF drivers per traffic type in KVM. > = > = > This addresses bug CLOUDSTACK-1311. > = > = > Diffs > ----- > = > plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtCo= mputingResource.java 99b8723 = > plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtV= ifDriverTest.java PRE-CREATION = > = > Diff: https://reviews.apache.org/r/9604/diff/ > = > = > Testing > ------- > = > Added unit tests to test all variations of this new configuration (no con= figuration, defaults, override some traffic etc). > = > Built and deployed, spun up Advanced Isolated network with two VMs, verif= ied internal and external connectivity. > = > = > Thanks, > = > Dave Cahill > = > --===============8790281216180461386==--