From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id 0A6A068AE for ; Fri, 1 Aug 2014 16:34:11 +0200 (CEST) Received: by mail-we0-f178.google.com with SMTP id w61so4486115wes.37 for ; Fri, 01 Aug 2014 07:36:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=7x83MYKbBf6Wr/HFpaQjZFH55EmGIRuQzOUFiLQq5oQ=; b=Xf8NwhIR8dWZ3fnIwavEkl9b+V1ZyHLmDlUYETQDr/giQHsRSXZ0tobnCqku4MXcef +LNbzQzCzGmB5ptewCuxhguxnN/JZwX5Jda19miBS/KgvX9ggjoagIlhxnU+8KsBD8P6 6+UqfidlSngE3aeB9X0jpgAxd0zAuMvRLphEGc06y+0QX2fDIyAhY24i/fMUevZFTaPO hmkB+hw995wlzpKhuNXVrMHPj2M90abGFZnD5sm2fPv/SqsoVtzEQsEQ9i+uZaNL/3FO LvjmsSd+lg7CVnDNWwljbYjhfeXHP23QLXC0XYCkj3Qo+ls5wIKAs+9C2G1A6I7180il AKKg== X-Gm-Message-State: ALoCoQlmAm+mqCyHxXXYonBOQlEGR5B/25XLTn44F8261bYyqwnuaiD5bg2uFiyb3jLPi4+8RxwV X-Received: by 10.180.184.133 with SMTP id eu5mr2068486wic.26.1406903775355; Fri, 01 Aug 2014 07:36:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id da9sm9312601wib.5.2014.08.01.07.36.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Aug 2014 07:36:14 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Fri, 01 Aug 2014 16:36:02 +0200 Message-ID: <468968498.CWacib1tqv@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.7-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1406177865-9964-1-git-send-email-changchun.ouyang@intel.com> References: <1406177865-9964-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] virtio: Fix 2 compilation issues in virtio PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 14:34:11 -0000 2014-07-24 12:57, Ouyang Changchun: > Fix 2 compilation issues in virtio PMD when dump option is enabled. > > Signed-off-by: Changchun Ouyang Acked-by: Thomas Monjalon Applied for version 1.7.1. Thanks -- Thomas