From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id C8908DE3 for ; Fri, 27 Jan 2017 16:56:59 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id c206so145087725wme.0 for ; Fri, 27 Jan 2017 07:56:59 -0800 (PST) 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=VfWRxGxa6K68V5l22WFGafdkoKuu+zEqVtq3T4qaNaE=; b=w+elfODcRTLFYj2byO+t1jISq+SGw5MXmzHF4v4lSnJ6P16/myRQ5MOTK+6Hjtvusf bmBO3uEGcL2pJBw8V8aQLsA2gEqhoSo3PCbS6SbfgzHn9RE1N87aKKzPt5M5mi0WrDEm 0o6NpUxGXGkmeOWtPur1CAJc6crcUzlJlKqe6B7dv3y9hFPmXjdBwbpDvhg85vI4gDbV CaePiMWAF7XpI98TkT+oJi1k7TD8O5SEz1syOiNOwEt4oJWkSCJIaPiOkexOqM5lqzxz 9XYRfiVUVXstb0HOmBSu1YchmqoLTb0+xHX6iu1xTbVh6+kQ8DYrC20l5yJqj5GLuNlC Y60A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=VfWRxGxa6K68V5l22WFGafdkoKuu+zEqVtq3T4qaNaE=; b=JV12pVKNqUJz25EULI49A3Y1x3zvxb8+6fEZoY5gzaddbLV23lhvYXCpogIi+VdAJy SGp1BK413lIIhAa7MOQ3MWXrCRTBfcQKSemzc9dpiTzdVRIn+KDGWnUc1gIMLTEPFwmY jiId3LjzHuCzAJheZwYJQmRcByZR70lIgh9K63Wc1tmD25mCsr0FybuSgAiD1N7TR1x4 PmFBxXAqHU2s/6OHn8cFsNrH2+gYK17EWxrN/tMb6mScSaGaIeV4ncLylZWyPal3X2D2 T967918I3moPOuccmNWuyc4z3R0A3YzsDYYniYOGKAJYnB1A/+eeAG/Lz0pM8FVjQmda NEKg== X-Gm-Message-State: AIkVDXJk1hblcjrYSrca9HDHMl/VQLiujIOEkZXZgrnexNnQnYF4g09rIDtnz1Wz+ZtXwf3c X-Received: by 10.223.155.221 with SMTP id e29mr8244584wrc.107.1485532619397; Fri, 27 Jan 2017 07:56:59 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 1sm4541181wmz.2.2017.01.27.07.56.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jan 2017 07:56:58 -0800 (PST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, John McNamara Date: Fri, 27 Jan 2017 16:56:58 +0100 Message-ID: <2081164.5ClB4gsZ3F@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170127115541.5472-1-ferruh.yigit@intel.com> References: <20170127115541.5472-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update examples list for API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 15:56:59 -0000 2017-01-27 11:55, Ferruh Yigit: > These files are linked to API documentation as usage samples, added > missing examples files and sorted list alphabetically. > > Signed-off-by: Ferruh Yigit Why not replacing this list with a "find examples -type f" in mk/rte.sdkdoc.mk?