From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5A19A9655 for ; Thu, 19 Feb 2015 13:31:17 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 19 Feb 2015 04:25:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,512,1418112000"; d="scan'208";a="654322274" Received: from unknown (HELO Sent) ([10.217.248.233]) by orsmga001.jf.intel.com with SMTP; 19 Feb 2015 04:31:14 -0800 Received: by Sent (sSMTP sendmail emulation); Thu, 19 Feb 2015 13:27:51 +0100 From: Pawel Wodkowski To: dev@dpdk.org Date: Thu, 19 Feb 2015 13:18:44 +0100 Message-Id: <1424348324-29932-4-git-send-email-pawelx.wodkowski@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424348324-29932-1-git-send-email-pawelx.wodkowski@intel.com> References: <1424191340-26451-1-git-send-email-pawelx.wodkowski@intel.com> <1424348324-29932-1-git-send-email-pawelx.wodkowski@intel.com> Subject: [dpdk-dev] [PATCH v5 3/3] MAINTAINERS: claim responsibility for headroom library and example app X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 12:31:18 -0000 Signed-off-by: Pawel Wodkowski --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a771fa3..782b585 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -362,6 +362,10 @@ F: app/test/test_timer* F: examples/timer/ F: doc/guides/sample_app_ug/timer.rst +Headroom +M: Pawel Wodkowski +F: lib/librte_headroom/ +F: examples/l2fwd-headroom/ Test Applications ----------------- -- 1.9.1