From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 44B30AFCF for ; Thu, 15 May 2014 23:33:17 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id hm4so10531828wib.16 for ; Thu, 15 May 2014 14:33:25 -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=1izNKRRtrEAh+7VcivMc8P7X8AVmzU9+zU70BI9m8Ws=; b=C+66CKiGGjB+5YD8suilFzS3MRdRMn82npNfYg96lX/36fUC8OCuJ3Azu8aBL4L/E3 lWVW6+3BYxoXMsDXghQip/QtAyofmuETXLPZgTwnDqc97jXvV45Li+xbRoE7kHmgrvC/ RxJ5SMGLg0WvQVgzheIa0ItBvGpbrjgq2K0R8N/FqfbUSKngiyHzcoI7UOme8NVctO6Q vE5UOGrK6+CWevl1EegngZLIavE732hFcr4Zl54rIfdsRGSZW6//kIT2PD2fm221yXLy J73Ty4WLqWKlgebpX4hcCllGHNvQ/RLv0xyGNHdRNMgedmDjNC9h4w94pWZihi5pPLGm gkEQ== X-Gm-Message-State: ALoCoQnP7s3L8D9UyZ8A5So2xO8wKJKUMBgUztS6C+QLDmnwuye/5RDJZvVFgfOUmeTbCw00dsrv X-Received: by 10.194.84.101 with SMTP id x5mr9989262wjy.52.1400189605246; Thu, 15 May 2014 14:33:25 -0700 (PDT) Received: from xps13.localnet (ip-96.net-80-236-123.rev.numericable.fr. [80.236.123.96]) by mx.google.com with ESMTPSA id k19sm35705246wic.10.2014.05.15.14.33.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 May 2014 14:33:24 -0700 (PDT) From: Thomas Monjalon To: Vadim Suraev Date: Thu, 15 May 2014 23:33:22 +0200 Message-ID: <2565356.cxcvNIkG7R@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1401830433-25071-1-git-send-email-vadim.suraev@gmail.com> References: <1401830433-25071-1-git-send-email-vadim.suraev@gmail.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 0/2] 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, 15 May 2014 21:33:17 -0000 Hi Vadim, Your new patchset trial is better but not correct: - all is in the title. - the title must be short and begin with "timer:" as it's done for previous timer patches - you must describe the bug you are fixing I think you'll understand the problem by looking at the archives: http://dpdk.org/ml/archives/dev/2014-May/002466.html Please try again -- Thomas