From patchwork Thu Mar 30 16:15:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jasvinder Singh X-Patchwork-Id: 22910 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 [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 4462FD004; Thu, 30 Mar 2017 18:06:07 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3273C37B4 for ; Thu, 30 Mar 2017 18:05:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490889948; x=1522425948; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=HYzu7TlYnAFbIQIqacOWoi3qvWEM/yWfabgiv8Sf8q8=; b=MZ3iwIbNgaA5euJEWzEReObtFi9BcAwdJ+eKxPlR1XIDWrus/7rPig+p HW9+U9TWHbGx1yJuE+EV98b1k1H9dQ==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 09:05:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.36,247,1486454400"; d="scan'208"; a="1113697554" Received: from silpixa00381635.ir.intel.com (HELO silpixa00381635.ger.corp.intel.com) ([10.237.222.149]) by orsmga001.jf.intel.com with ESMTP; 30 Mar 2017 09:05:46 -0700 From: Jasvinder Singh To: dev@dpdk.org Cc: olivier.matz@6wind.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com Date: Thu, 30 Mar 2017 17:15:33 +0100 Message-Id: <1490890533-92231-4-git-send-email-jasvinder.singh@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1490890533-92231-1-git-send-email-jasvinder.singh@intel.com> References: <1490873422-13734-2-git-send-email-jasvinder.singh@intel.com> <1490890533-92231-1-git-send-email-jasvinder.singh@intel.com> Subject: [dpdk-dev] [PATCH v9 3/3] maintainers: add packet crc section and claim maintainership 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" Signed-off-by: Jasvinder Singh --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0b1524d..270c2fe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -480,6 +480,12 @@ Network headers M: Olivier Matz F: lib/librte_net/ +Packet CRC +M: Jasvinder Singh +F: lib/librte_net/rte_net_crc* +F: lib/librte_net/rte_net_crc_sse.h +F: test/test/test_crc.c + IP fragmentation & reassembly M: Konstantin Ananyev F: lib/librte_ip_frag/