From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 2/3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch Date: Tue, 2 Sep 2014 23:01:53 -0700 Message-ID: <20140902230153.0f4f4375@urahara> References: <1409648131-4301-1-git-send-email-huawei.xie@intel.com> <1409648131-4301-3-git-send-email-huawei.xie@intel.com> <54068D47.4090401@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Xie, Huawei" Return-path: In-Reply-To: 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" On Wed, 3 Sep 2014 05:39:24 +0000 "Xie, Huawei" wrote: > Thanks Tetsuya: > Some of them are due to 80 character limitation. Is it ok to break the limitation for better indentation? Many of these comments could just be removed or shortened. Often removing comments makes code clearer and less buggy, because there is no risk that comment does not match code.