From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 5C61DA0679 for ; Fri, 5 Apr 2019 09:15:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F15D51B3B5; Fri, 5 Apr 2019 09:15:30 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 82F611B3B5; Fri, 5 Apr 2019 09:15:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D70FD2442E; Fri, 5 Apr 2019 03:15:28 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 03:15:28 -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=mesmtp; bh=RFr0zvrJE3LlLBzckFSjKfpgQmW6LKIjqNPxTTwYsy0=; b=n0p608SFORVW OvyHEUuy7xF+2rr99H248A2VbCd5QjFa3SKvNkUEtLQlVJJSX8tx+cDh+6VNR4Ve a+J1Qzx9JXyFrpDjBVufGmm1bikLrcMws2f32YR+W7tn3rC8JmfluoYlHP3qxpmf Wonfaua7DH+MYnNqjKYAS45bI3r4EvU= 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=fm2; bh=RFr0zvrJE3LlLBzckFSjKfpgQmW6LKIjqNPxTTwYs y0=; b=YgbXr+MNXHonhK6OafNxbe5LQRX286ObLOLMjVCvRPClI1BzebNwJBc1V +lFLfBajbuvQHAnecdbzDjz2HPKLwGI34qFneIaVVlN0Iv0Yv+Nnj0Ag6SWcxwIo 4VS7ROvatTykUMJAWbBR/hzNklubCn32vDPufBhLq7JnQ8siTRle4QOWlvo6QVfd YqHSVw3OuqspLflByr6DdHJBKLWxnrpMehBtW61VNf0FHa2y5h5PQWTB34vmbdBD VBzyYerdkGDi/OGrf6Q9Kv9dSPNis5upJRV/6L8SHx7gFSF76qr7IGpd6jrv15hE tjdI6lfAh8plernY9SvKURLshJI3g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeigdduudegucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhush htvghrufhiiigvpedt 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 81AF9E4482; Fri, 5 Apr 2019 03:15:27 -0400 (EDT) From: Thomas Monjalon To: Dekel Peled Cc: stable@dpdk.org, dev@dpdk.org, orika@mellanox.com Date: Fri, 05 Apr 2019 09:15:25 +0200 Message-ID: <26348771.5tblPx5qza@xps> In-Reply-To: <1554116714-8041-1-git-send-email-dekelp@mellanox.com> References: <1554116714-8041-1-git-send-email-dekelp@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] maintainers: add missing file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 01/04/2019 13:05, Dekel Peled: > This patch adds file to "Ethernet API" section of MAINTAINERS file: > F: doc/guides/prog_guide/switch_representation.rst > > Fixes: b7f859c9a9a5 ("doc: add switch representation documentation") > Cc: stable@dpdk.org > > Signed-off-by: Dekel Peled Acked-by: Thomas Monjalon Applied, thanks