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 D98F92E81 for ; Tue, 25 Nov 2014 12:41:00 +0100 (CET) Received: by mail-wi0-f171.google.com with SMTP id bs8so8835512wib.10 for ; Tue, 25 Nov 2014 03:51:53 -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=U2TA+ZD5otciV1vTMHZ1TXW85tl7YfRy/47/jQJuiqg=; b=Q/VTgsr1qskWdKO053568fo2znYlahwjuCYOQFQ3VK+4sKz1mdub/Hew8WbXUTaejz G5kv2tQPIWEYzbXXebRHfBBnRVVPrIHYvvtwJ886LHhdo54FVeH+7NKn9iXC0YlcLxhn WKdkeumPA/LY0ReP1ZYhEFM7Hv9RfgL+ovJs1lPMQ6EXLfLA17A55695MHlaQU1BIh1V DoGRRyWz77+5Ty49cf9goOw8eirmZMCrG8aMBb201+RzJS81SxiiyKbwZjZXTubg0gYb KCkRiBCB0Kvu4xRKo3PiPPAeJARS8OACNRWny841zg+aEtrHmFG0sKph5OMMUCZSArqZ xVxg== X-Gm-Message-State: ALoCoQnep0nqqMTm8+0ywv83ptGU7eJrXAPAguyc7WcVmS6hMXoGDNL8vGhNIGWJqKhz3b7JDTxj X-Received: by 10.180.210.226 with SMTP id mx2mr30205974wic.42.1416916312832; Tue, 25 Nov 2014 03:51:52 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pu3sm1575938wjc.14.2014.11.25.03.51.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Nov 2014 03:51:52 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 25 Nov 2014 12:51:27 +0100 Message-ID: <2110185.YPR19J1q8u@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1416864296-21518-1-git-send-email-thomas.monjalon@6wind.com> References: <1416864296-21518-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bond: fix doxygen 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, 25 Nov 2014 11:41:01 -0000 2014-11-24 22:24, Thomas Monjalon: > There is no parameter delay_ms in *_delay_get functions. > > Signed-off-by: Thomas Monjalon Applied -- Thomas