From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DD811A04BB; Tue, 6 Oct 2020 10:03:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FC3B1E35; Tue, 6 Oct 2020 10:03:04 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 0D6051C01 for ; Tue, 6 Oct 2020 10:03:02 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 0247FC32; Tue, 6 Oct 2020 04:02:59 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 06 Oct 2020 04:03:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= E3cY5EAKKbZhPTmU4ognjX9ZMPkGJZE3DgihihFAjRY=; b=dk3JkFvAtnV+h1lN awJrlbV+M8llXCTVsE1RgAb2ES8zAdjqRjxEHJ1fnrBalg4DEZU2RiKHuOBb9BxV 69YGuyYd3yjE3jASfIx1T4XkLQfryZjVkEz66OP2rAYRBX94bU/4tRMGJRJXB3ef 1VMWxfppKTdJGkIug+a+0ZLe1LN6kWGPE024C7OdsRixxPSVvOpdkbtNfSDFeMHw MUmLtqvHmwItwL3YyZB+oNo7j3tDQRvWkcp2KrdI4IcdgW6l+JH5q88KfZ12HBHw TaZlXs6bbQQpO3eq1p1AUpZHDh7Cx0VaSoSkGru0XQ/+R+HCoS+wvWW6G81ZKomb W3jGqA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=E3cY5EAKKbZhPTmU4ognjX9ZMPkGJZE3DgihihFAj RY=; b=NUBwssMhowAXwYWJqKumMJJFtIwTK1joDHZf1oWGToV8omYajmLGsKxTL dEYk3miMn7Zg5ZVVFWYEibwtX6BbAPEk5rNlMBjyJVyl4ankjjZegVyPRhx3oPUI hJwUfnedL5kcGp+HlM/LmvXeAdcuym1xRHwEzFs6JXh8GK0N7htfjVMrOJRd+flS 7cjOO2Qs/yDF2c+/Wsr+c3e6dxa5XGp51FsAd/2+5DRTkvDH/4jmE8vnn10CMnI2 bHlod2iiX2L9p0QRa9U9WRZnCNXBH8trMEvnTUVAnTDSD9CipOc6yuhe1j9MPSxw HZnxX7+DAFWJwi17mLHk2IVbNvwRw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrgeefgdduvdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CC3D1328005E; Tue, 6 Oct 2020 04:02:58 -0400 (EDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org Date: Tue, 06 Oct 2020 10:02:57 +0200 Message-ID: <4960748.6gfRtrvMR0@thomas> In-Reply-To: <20201006070302.26617-1-olivier.matz@6wind.com> References: <20201006070302.26617-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] maintainers: fix missing title for examples 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > The devtools/get-maintainer.sh script does not work with examples > because there is no title line between them: it returns a longer list > than expected. > > Add the missing titles for each example to fix this behavior. > > Signed-off-by: Olivier Matz Applied, thanks (reworded VMDQ to VMDq)