From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1CCF22A61 for ; Fri, 6 Feb 2015 14:16:11 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 06 Feb 2015 05:15:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,529,1418112000"; d="scan'208";a="648361398" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 06 Feb 2015 05:15:51 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.64]) by irsmsx105.ger.corp.intel.com ([169.254.7.81]) with mapi id 14.03.0195.001; Fri, 6 Feb 2015 13:15:49 +0000 From: "Gonzalez Monroy, Sergio" To: "Ananyev, Konstantin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] MAINTAINERS: claim IP fragmentation and ACL Thread-Index: AQHQQgmFNxqUfguL80y1jGdS3KWvgZzjmd+g Date: Fri, 6 Feb 2015 13:15:49 +0000 Message-ID: <91383E96CE459D47BCE92EFBF5CE73B004F46E3F@IRSMSX108.ger.corp.intel.com> References: <1423226149-27937-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1423226149-27937-1-git-send-email-konstantin.ananyev@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] MAINTAINERS: claim IP fragmentation and ACL 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: Fri, 06 Feb 2015 13:16:12 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin > Ananyev > Sent: Friday, February 6, 2015 12:36 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim IP fragmentation and ACL >=20 > Signed-off-by: Konstantin Ananyev > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 9a63714..e5abe7d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -226,6 +226,7 @@ Network headers > F: lib/librte_net/ >=20 > IP fragmentation & reassembly > +M: Konstantin Ananyev > F: lib/librte_ip_frag/ > F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst > F: examples/ip_fragmentation/ > @@ -266,6 +267,7 @@ Algorithms > ---------- >=20 > ACL > +M: Konstantin Ananyev > F: lib/librte_acl/ > F: doc/guides/prog_guide/packet_classif_access_ctrl.rst > F: app/test-acl/ > -- > 1.8.5.3 Acked-by: Sergio Gonzalez Monroy