From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 8F68F6A10 for ; Tue, 17 May 2016 07:54:15 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id g17so11185323wme.1 for ; Mon, 16 May 2016 22:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=D+lICeexmi/h/CJz9Xw7uifwMx9xXjAEHoA7lFuCzUA=; b=SCkIvx76bKtGpMLNUN1ibgXaQ4j9W+F9pFNJFCCi/vLcnctx6qcUfX6jz4EEd5FZqi nJGkUq39DSnnovhcCl7r67qhR8YvPa7CklEVoH11Ceo93AhCMotc3q0IPuR4uQtka+QI pj0UslSMahhqRKLO22GLP7ipBpylRoGSjH/wXT1OqeXXTQ43QnukNIf467pZUHB1Uu/8 uQgBhlEjUwmfdPf5pk/OJGSlWmr7nQ5BcnAJy/q2lB0zPvS9nBFx18QYHUWX0Sg0fvbf 89TOmo/JzBW5K5KPLcYNF+6tA8NTAfWXZeUIqlTsVXamJ++LwdB26Zlby8e03/OTAG8x DrPg== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=D+lICeexmi/h/CJz9Xw7uifwMx9xXjAEHoA7lFuCzUA=; b=YOyYAHcFAy8Q3lNuB3bkiX1NnXBZlfUmJmsTefqbSH3CHLmqXFnWjfMFErlavpge4Y ritTYlyXEPMpKPZ9AuofSFJXewy/wFxQ8AIOMLNVYndxeENJEBaNE3rpIe6yiz0qCvaC QXN9Y641u0GoDyryWEZOFO9ZiNoJOcGDhVYTw1bpLZRv1BuD8LZBJ4CJgpOgaH9Jg3Bh 16vBMyFhclXmODOgqUbCL2sa6BtMjharxqnPxh8tJGqIX9Cgl/7mz2qiwN0k+8i6slhr bbvlK1Zq6RZoDnzsxdFAKMYlM8pDB022gC9tj2fOO5vhcX5IvbvYMjXSehqqYyiytNel q7wQ== X-Gm-Message-State: AOPr4FVcnbB9Wa12u3g/Qk6ebQECcVI1+hxQcDxSxVznkFV0d9iAh20ncWiaRZFgRRy4BilT X-Received: by 10.28.6.138 with SMTP id 132mr20757199wmg.60.1463464455378; Mon, 16 May 2016 22:54:15 -0700 (PDT) Received: from xps13.localnet (163.20.90.92.rev.sfr.net. [92.90.20.163]) by smtp.gmail.com with ESMTPSA id t3sm6175189wmf.20.2016.05.16.22.54.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 May 2016 22:54:14 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, "Mcnamara, John" Date: Tue, 17 May 2016 07:54:11 +0200 Message-ID: <28716726.MjP2ZFYKIL@xps13> User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1463146079-7607-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: move rel_notes instructions as comments 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, 17 May 2016 05:54:15 -0000 > > We don't want to have this instructions in the generated docs, so use > > comments. It's also less confusing for people adding entries in the > > documentation. > > > > Signed-off-by: Olivier Matz > > Good idea. > > Reviewed-by: John McNamara > Acked-by: John McNamara Applied, thanks