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 878325FEB for ; Mon, 30 Mar 2015 13:56:52 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 30 Mar 2015 04:56:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,493,1422950400"; d="scan'208";a="700092449" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 30 Mar 2015 04:56:50 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.49]) by IRSMSX103.ger.corp.intel.com ([169.254.3.129]) with mapi id 14.03.0224.002; Mon, 30 Mar 2015 12:56:39 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] port: added frag_ipv6 and ras_ipv6 ports Thread-Index: AQHQatJ6GO1aOi+lNE6kkfhzwvQ3SJ0062AQ Date: Mon, 30 Mar 2015 11:56:38 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263233A9E3@IRSMSX108.ger.corp.intel.com> References: <1427710517-29001-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1427710517-29001-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] port: added frag_ipv6 and ras_ipv6 ports 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: Mon, 30 Mar 2015 11:56:52 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Monday, March 30, 2015 11:15 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] port: added frag_ipv6 and ras_ipv6 ports >=20 > Added ipv6 versions of ip fragmentation and ip reassembly ports. >=20 > Maciej Gajdzica (3): > port: removed IPV4_MTU_DEFAULT define > port: added ipv6 fragmentation port > port: added ipv6 reassembly port >=20 > lib/librte_port/rte_port_frag.c | 67 ++++++++++++------ > lib/librte_port/rte_port_frag.h | 9 ++- > lib/librte_port/rte_port_ras.c | 142 ++++++++++++++++++++++++++++---- > ------- > lib/librte_port/rte_port_ras.h | 9 ++- > 4 files changed, 167 insertions(+), 60 deletions(-) >=20 > -- > 1.7.9.5 Acked by: Cristian Dumitrescu