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 9EC99A0679 for ; Mon, 1 Apr 2019 13:06:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F3B73572; Mon, 1 Apr 2019 13:06:41 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 549F13576 for ; Mon, 1 Apr 2019 13:06:39 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 1 Apr 2019 14:06:37 +0300 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.128.130.87]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x31B6b4L018689; Mon, 1 Apr 2019 14:06:37 +0300 From: Dekel Peled To: thomas@monjalon.net Cc: dev@dpdk.org, orika@mellanox.com, stable@dpdk.org Date: Mon, 1 Apr 2019 14:05:14 +0300 Message-Id: <1554116714-8041-1-git-send-email-dekelp@mellanox.com> X-Mailer: git-send-email 1.7.1 Subject: [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" 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 --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e9ff2b4..95a8d30 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -318,6 +318,7 @@ M: Andrew Rybchenko T: git://dpdk.org/next/dpdk-next-net F: lib/librte_ethdev/ F: devtools/test-null.sh +F: doc/guides/prog_guide/switch_representation.rst Flow API M: Adrien Mazarguil -- 1.8.3.1