From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id F01532A9 for ; Tue, 28 Oct 2014 14:45:01 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id q5so9390273wiv.7 for ; Tue, 28 Oct 2014 06:53:49 -0700 (PDT) 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=+ZfgggK8bvSOyV5prz2BbaCvU12Xgy0JKgZW0l9zWbs=; b=HEHhxR9ld2BhamMu1ahPrZ41IGbp5R58HgIe4nWKgT+pGu1hwOrXbUD9ReQofVETPB KBmY2rNUEY9miKWH1k1hi/S5s9BpemUheR6u4COaOK/DDh6QEIlx/Loek6J6PWqVFy9Z PgYYN3mbBNj30PD0DwPPjNeTjauBDog5lcUHojjhGYhwS6WfsICWB+tRjaT18PKDZybu e+2i9l7ZBrMbMjyYMNnhS4yjb2wOshceICnySLTkfm676OERx1M+/7xRB5zk5SJDCS1O 4fK6TsgVUu+FULHjfeNfw7uLEWOrXWd5d6FfvAJMi794sRKeCZ5n0AdvBwr9xl8Odu85 geTg== X-Gm-Message-State: ALoCoQkybCS3GPsQ1ohUGWVyI8C8A9d+aXKT1Rry+Pq73hVHdD3b9Q500MW/BiWJRc6MOLwiXqbR X-Received: by 10.194.122.71 with SMTP id lq7mr4617482wjb.66.1414504429239; Tue, 28 Oct 2014 06:53:49 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ws2sm1919732wjc.32.2014.10.28.06.53.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Oct 2014 06:53:48 -0700 (PDT) From: Thomas Monjalon To: Jingjing Wu Date: Tue, 28 Oct 2014 14:53:30 +0100 Message-ID: <11987971.DLf8pQdGfe@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1413939687-11177-16-git-send-email-jingjing.wu@intel.com> References: <1411711418-12881-1-git-send-email-jingjing.wu@intel.com> <1413939687-11177-1-git-send-email-jingjing.wu@intel.com> <1413939687-11177-16-git-send-email-jingjing.wu@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 v4 15/21] testpmd: add test command to flush flow director 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: Tue, 28 Oct 2014 13:45:02 -0000 2014-10-22 09:01, Jingjing Wu: > + "flush_flow_diretor (port_id)\n" Typo: diretor I know it's hard to write so much code in a small timeframe without any typo. Especially when you are not english native. But I'd like such simple errors would have been already reviewed after the fourth version of a patchset. -- Thomas