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 CF1CBDAE8 for ; Fri, 1 Mar 2013 03:40:13 +0000 (UTC) Received: (qmail 45309 invoked by uid 500); 1 Mar 2013 03:40:13 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 45119 invoked by uid 500); 1 Mar 2013 03:40:12 -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 45093 invoked by uid 99); 1 Mar 2013 03:40:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 03:40:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.215.53] (HELO mail-la0-f53.google.com) (209.85.215.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 03:40:03 +0000 Received: by mail-la0-f53.google.com with SMTP id fr10so2478087lab.40 for ; Thu, 28 Feb 2013 19:39:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=yl/HHrSmy40gpQpJWRTaBwoaVJ+67M/tg2KsJAT7nJs=; b=UmaDMzra0OnkOP2F1LX6/r0umimgJJlQkAW6L3Zbfzt2btB2GCxDcx88NknDVvK0rM so/Wkh5mzA07XLWDnkCHFrn6yKawUVmEfRjDfkRlHWabJWqxQHIApT+GM+HLXYJOsQWJ wobfDuMt5jDqbRVf/g04euitsx99o7VLlJ+IyEdZqt7M3iBFYwyT11ws0VDHwRpPNl1u oTvXg481sDFNB7W8FfKN1T9aXhhNPLwopylv060wRrBVWdGo36TL7ibePlOdvGVNpHbo xg/0lDpbUMG/c+3JqaLvQXLIGlqTbRTcLc4Wi4ptXRiMJYA+m6FvhxEQ4BoVML9TOqKP apEw== MIME-Version: 1.0 X-Received: by 10.112.27.106 with SMTP id s10mr160396lbg.27.1362109182872; Thu, 28 Feb 2013 19:39:42 -0800 (PST) Sender: dcahill@midokura.jp Received: by 10.112.19.4 with HTTP; Thu, 28 Feb 2013 19:39:42 -0800 (PST) X-Originating-IP: [180.46.194.164] In-Reply-To: <20130226094901.1280.91871@reviews.apache.org> References: <20130226094901.1280.91871@reviews.apache.org> Date: Fri, 1 Mar 2013 12:39:42 +0900 X-Google-Sender-Auth: XTJ66JmIloRcCR2JbkqLL1IZeQs Message-ID: Subject: Re: Review Request: Add the ability to specify different VIF drivers per traffic type in KVM From: Dave Cahill To: Hugo Trippaers Cc: cloudstack , Dave Cahill Content-Type: multipart/alternative; boundary=bcaec554d952fdb12504d6d4c111 X-Gm-Message-State: ALoCoQnururjeSkAgc6EFsJuYIBZTqeH3NxfjFVDqwp+RxfOcMzhh+sCV1K3vtKHikef9vxvBNxV X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554d952fdb12504d6d4c111 Content-Type: text/plain; charset=ISO-8859-1 Hi, This patch was submitted 3 days ago, so sending a gentle reminder email as per ReviewBoard guidelines. :) [1] If there are any questions or issues, just let me know. Thanks, Dave. [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Review+Board+Guidelines On Tue, Feb 26, 2013 at 6:49 PM, Dave Cahill wrote: > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9604/ > Review request for cloudstack and Hugo Trippaers. > By Dave Cahill. > Description > > Feature spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Allow+specification+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. > > Testing > > Added unit tests to test all variations of this new configuration (no configuration, defaults, override some traffic etc). > > Built and deployed, spun up Advanced Isolated network with two VMs, verified internal and external connectivity. > > *Bugs: * CLOUDSTACK-1311 > Diffs > > - plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java > (99b8723) > - plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtVifDriverTest.java > (PRE-CREATION) > > View Diff > --bcaec554d952fdb12504d6d4c111--