From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 81F0B91CC for ; Fri, 30 Oct 2015 19:14:39 +0100 (CET) Received: by wmeg8 with SMTP id g8so17844698wme.0 for ; Fri, 30 Oct 2015 11:14:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=zr9o9IayJ7MhI4/aIFnEiSYxBoWm3LT8gXFo7VDjxuI=; b=nDEj1lVH3IozPwynWKUCEwFqE04uj0mrHBF6x5j5QROAYRaU1uolKZnu07WU15DOna Vek2To9N0lmmhaTJwSbv4LHcU7k/NjBYIzTn7xTlTUqECs1i++5m7UUQ/GSVuNOZ21cQ mShSY+Ob5OHyEL+Bw8y+IiskN37Fi6kR2umGwEYBDmxYVwF37Q+z45+k2Dh5v5y3ObMG l84m7AuG98KyPN4zTZX66jU6NFTGc/GZ6A3yPWvhoo4ctOMhiq6Q4bqt6vKtfV1y/Gm/ JsuLqQYwkqIaP1V6tVxj4feo5Auoxwl4cjo69LY11GgKp3e4j3om0zafynxj3oFJxT3g 8DTw== 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=zr9o9IayJ7MhI4/aIFnEiSYxBoWm3LT8gXFo7VDjxuI=; b=IdgZJqEYTsQEbCZ+E+vzhCvpsWPYeN6CIP0hXmxrQEPc96ERoSQOfO5e7T1Qhqf1CH YdHKj8v+9L/3U25mBtw16xFHHNCjf08GiRHhNSdqwpzZuwrMIKRAYcNUWB206jNlYcc0 ApUN6jGkBe1ozm8B+/lnBVPU4yw8snQGCDYFjXfZbHsMhypYPC2B5c/UKWS56+etbGsj VgZCo6nR4kom0eVV9C+rziIBR3dKwM8z0Aieu3UcX2Z04VGU+hqm/NMRm2C6e3RfYf67 7pjqGILsF7yfMr9ey6cbqOarTmVw8jCokMcvXTd7mmDavqJYt8jDPLSrnjlcMDTJA25J D8Lw== X-Gm-Message-State: ALoCoQk/46ygcBgeuqTz8a2ErFPiY8Td/Et2mv7rhiE4Qh4tmJdsjSO6SUt7JUh8s8hRJvq6FM0x X-Received: by 10.28.139.143 with SMTP id n137mr4786387wmd.8.1446228879350; Fri, 30 Oct 2015 11:14:39 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id m137sm4082225wmb.2.2015.10.30.11.14.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 11:14:38 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Fri, 30 Oct 2015 19:13:28 +0100 Message-ID: <2709513.ceVRxQjn5E@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446130409-8217-3-git-send-email-huawei.xie@intel.com> References: <1443537953-23917-1-git-send-email-huawei.xie@intel.com> <1446130409-8217-1-git-send-email-huawei.xie@intel.com> <1446130409-8217-3-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 2/8] virtio: add software rx ring, fake_buf into virtqueue 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, 30 Oct 2015 18:14:39 -0000 2015-10-29 22:53, Huawei Xie: > +static int use_simple_rxtx; error: =E2=80=98use_simple_rxtx=E2=80=99 defined but not used I'll try to move it in the next patch.