From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id B4BB52E89 for ; Wed, 5 Nov 2014 21:32:49 +0100 (CET) Received: by mail-wi0-f181.google.com with SMTP id n3so3199665wiv.8 for ; Wed, 05 Nov 2014 12:42:14 -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=UiFjSi+3UpaPTqloPtXThVLvSgE+hS8WbaGplXI7cB4=; b=XobLp31VNaXn38aypxPUZjcJnxlfeRa0/jJ6AcySR96PQXnQLH5UB/u6YfkxgzJZ2g mb+cYK/yC9LWtBa/7fvXf6kaJR0PNJcLmYwEb+zpb+fQjEjd3O91RlV8zQvfIpToGc5u 6SUG0SRDaJ6hdsl1wuEtwDIE7Wj/AgFMyN6Kqwfir4rgm2xybTgSYLLngJfX3fu/Yu+4 auCXoD9GxamJZQpJk1oMlFo97gew4rNQXzvPCYcvLnoAin/JhapCrch5fSdhG9fmxdJc X7o6HBXQHiETfMJLvKbknR6TlJdP1rrKHkKnZ6YkXSXIaCswunn4l3E0wVB56WQp1dk+ el8Q== X-Gm-Message-State: ALoCoQnZQ2ZKyytFEzv5n632Ym+AbQMYz2ABeBF7A1+L/N9y2u0pwmfDPNbCFqlFCgnXBipEge1B X-Received: by 10.180.14.165 with SMTP id q5mr933196wic.0.1415220133999; Wed, 05 Nov 2014 12:42:13 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v10sm5806211wiy.21.2014.11.05.12.42.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Nov 2014 12:42:13 -0800 (PST) From: Thomas Monjalon To: Huawei Xie Date: Wed, 05 Nov 2014 21:41:48 +0100 Message-ID: <6180706.cUEATDuu1O@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415206995-1086-1-git-send-email-huawei.xie@intel.com> References: <1415206995-1086-1-git-send-email-huawei.xie@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] 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: Wed, 05 Nov 2014 20:32:50 -0000 Hi Huawei, checkpatch.pl reports some errors of types PREFER_PR_LEVEL and MISORDERED_TYPE. -- Thomas