From patchwork Mon Apr 1 11:05:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dekel Peled X-Patchwork-Id: 51974 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7A61937A8; 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 52E6B3572 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-dev] [PATCH] maintainers: add missing file 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" 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 --- 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