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 899FB5957 for ; Mon, 24 Nov 2014 23:09:45 +0100 (CET) Received: by mail-wi0-f181.google.com with SMTP id r20so7463349wiv.2 for ; Mon, 24 Nov 2014 14:20:35 -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=+6ixWPYhcNuOsMDjhO2CXuBdF+/sbS59uINe/zkGHxY=; b=AHk4G7etaYq8uf0FxDMJI+HIKZPjnzYB/bHbWioOhHE9Yrz/MHc79G5ULGLbUEK8mF uwnByAgjulrQKXY1OjyT5jy5yX4QBU3/emXcTfjGMdbdm4gMSA2whiP9abX8iXMFeRc8 s74GZzPfQxPPwaH6wYFcK19xhg1slrbvxyG3lu06bKVtIsxZNTuJz/wgnBqTGHRqZLWg 83hUZgkvPc2bRMY8ANWDFY2h5s/Tj9DvB/IkASPHJHOOpxklgS758U6Vs0zIzC/kfWEn 2oSMb6PGe1cLb8IrKhtb+BAPR5enbPq093uMap1PGzPDunSZsIiekB39kPWKK1efbNM6 SORg== X-Gm-Message-State: ALoCoQmeg70psRqQO9OIhhSok2YRVm2MksWtzegMS6Yw1FI7lwQSBaYWdhClllGUjuxcmzHfv5Sq X-Received: by 10.180.90.237 with SMTP id bz13mr26094030wib.15.1416867635145; Mon, 24 Nov 2014 14:20:35 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hn2sm247449wjc.5.2014.11.24.14.20.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 14:20:34 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Mon, 24 Nov 2014 23:20:10 +0100 Message-ID: <12900952.nb83Kz7Ga1@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1416067424-31699-9-git-send-email-helin.zhang@intel.com> References: <1415283932-20724-1-git-send-email-helin.zhang@intel.com> <1416067424-31699-1-git-send-email-helin.zhang@intel.com> <1416067424-31699-9-git-send-email-helin.zhang@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 v6 8/8] i40evf: support of updating/querying redirection table 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, 24 Nov 2014 22:09:45 -0000 Helin, I fixed these errors before applying: WARNING:MISSING_SPACE: break quoted strings at a space character #134: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1705: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS_RETA_SIZE_64); WARNING:MISSING_SPACE: break quoted strings at a space character #177: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1748: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS_RETA_SIZE_64); You should update your checkpatch, it checks more and more things. It's really useful ;) -- Thomas