From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 882B87F3D for ; Thu, 6 Nov 2014 23:04:32 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id bs8so2897711wib.5 for ; Thu, 06 Nov 2014 14:14:01 -0800 (PST) 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=3fSxaeoOl4uoWfVHnOn4Cco9jOjeBnMm9uF+kyxmAXo=; b=lJkzkcv0R2reVu86TC19xso56So7GgKZuAwHlAfZfhxftwIZCucHuYh17aX/sgDJJ1 8j7WOGQPP4GoWDSocdvzFOg5DU2H8LKsnHNESPv/TDr76liTK6FujNU0zCrbXhsPQj6z TiSbZTpp/GRYteX7kYFEPOKPrE3+SVQedPOQhKVOhNHbXm7WZtLRr6OZ8hyZPkDQBhq1 8k+tqfDkHUm9Pv+BtsGvlgAGTxan9KNKL4bQ0KDCj+ANlOJj/JWX8w2s7dZIb/uoexm8 uMfKDuZ+cxtQOJXYzlqdqmQmQAcsopQoGgIqbMeFQj1LkbJ5xCp4w2/USiyQbp1vNUHR 0zEw== X-Gm-Message-State: ALoCoQkxWRlb1wID3rL2OUAs5L7JhuTxa4DzPXNqvKSaMJxKKqx3ajTMI4qxnpS2QY0KV+YVMRlL X-Received: by 10.194.206.106 with SMTP id ln10mr9970342wjc.90.1415312041699; Thu, 06 Nov 2014 14:14:01 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id r2sm9882666wif.23.2014.11.06.14.14.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 14:14:01 -0800 (PST) From: Thomas Monjalon To: Huawei Xie Date: Thu, 06 Nov 2014 23:13:42 +0100 Message-ID: <4302566.SKt1lWaJrE@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20141106111807.GA31902@hmsreliant.think-freely.org> References: <1415230302-16310-1-git-send-email-huawei.xie@intel.com> <20141106111807.GA31902@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] lib/librte_vhost: code style fixes 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: Thu, 06 Nov 2014 22:04:32 -0000 > > fixes alignment issues, lengthy lines, misordered type and other coding style issues. > > > > Signed-off-by: Huawei Xie > > Acked-by: Neil Horman Both patches merged and applied. Thanks -- Thomas