From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id AC5A758DA for ; Mon, 26 May 2014 15:00:40 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id q59so7847044wes.24 for ; Mon, 26 May 2014 06:00:51 -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=ADTtzyQWcuEwJ83SOUChNQ0AIkwq6QBO0slszUS3LdM=; b=ibEM9k0lHEseNsxSFsjgxCZKjc4xCQIvHu9WVbSJjtyRzslvwe64PerQEf0ra9Wn2r 1lkneg388odCpPvE6SAd1l3mTq8aLU03lJIAQQHjrmmfoepCUjfHlHmGbZR2WDKW2guS +5oW3y/doqoqJh3MWMj9bpp4h8XZ56MZuB4yXAtVKKZP/nWzStd7johsu1/fd4y00wm7 Kqa02YS5bw1cuDDW10ulcKFEwRIl8iM03eq+7sF5SPEUeoEbzJuvf9f5HPtj6KUTAyyO kK+XyRhpOvwqhM+J/ho+M1uXCfLXhGu4cRKerMvvbDkEIS0PdWzSmOYHN5XjnpYbuPxf sBFg== X-Gm-Message-State: ALoCoQn5UWbWAdDkj04hcjf9rXPOvR7ju3kjdtq0709ME1m0l7fTdddgRLapDmOI0f2VXyrDKApU X-Received: by 10.180.85.163 with SMTP id i3mr28179655wiz.14.1401109250478; Mon, 26 May 2014 06:00:50 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id c7sm26749278wjf.19.2014.05.26.06.00.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 May 2014 06:00:49 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Mon, 26 May 2014 15:00:47 +0200 Message-ID: <9674909.q8HfoWEbI7@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1401108837-21582-1-git-send-email-changchun.ouyang@intel.com> References: <1401108837-21582-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 v3] virtio: Support multiple queues feature in DPDK based virtio-net frontend. 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: Mon, 26 May 2014 13:00:41 -0000 2014-05-26 20:53, Ouyang Changchun: > This v3 patch continues fixing some errors and warnings reported by > checkpatch.pl. Thank you for cleaning code. > This patch supports multiple queues feature in DPDK based virtio-net Please do not mix cleaning and feature in the same patch. It makes difficult to read the changes implied by the new feature. -- Thomas