From patchwork Wed Oct 21 10:50:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 7815 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 77D2B9402; Wed, 21 Oct 2015 12:50:51 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9C33493B2 for ; Wed, 21 Oct 2015 12:50:49 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 21 Oct 2015 03:50:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,711,1437462000"; d="scan'208";a="585241418" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 21 Oct 2015 03:50:48 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t9LAolFg021311; Wed, 21 Oct 2015 11:50:47 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t9LAok9u010009; Wed, 21 Oct 2015 11:50:46 +0100 Received: (from reshmapa@localhost) by sivswdev02.ir.intel.com with id t9LAok2r010005; Wed, 21 Oct 2015 11:50:46 +0100 From: Reshma Pattan To: dev@dpdk.org Date: Wed, 21 Oct 2015 11:50:43 +0100 Message-Id: <1445424644-9910-1-git-send-email-reshma.pattan@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] MAINTAINERS: update maintainer for reorder library 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Updated maintainers list for reorder library Signed-off-by: Reshma Pattan Acked-by: Sergio Gonzalez Monroy --- MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 080a8e8..bdc0981 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -314,7 +314,7 @@ F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst Reorder -M: Sergio Gonzalez Monroy +M: Reshma Pattan F: lib/librte_reorder/ F: doc/guides/prog_guide/reorder_lib.rst F: app/test/test_reorder*