From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] virtio: Support multiple queues feature in DPDK based virtio-net frontend. Date: Mon, 26 May 2014 15:00:47 +0200 Message-ID: <9674909.q8HfoWEbI7@xps13> References: <1401108837-21582-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ouyang Changchun Return-path: In-Reply-To: <1401108837-21582-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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