From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D043A922D for ; Fri, 30 Oct 2015 17:34:09 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 30 Oct 2015 09:34:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,219,1444719600"; d="scan'208";a="838975548" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 30 Oct 2015 09:34:08 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.75]) by IRSMSX153.ger.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 16:34:07 +0000 From: "Ananyev, Konstantin" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 2/6] mbuf_offload: library to support attaching offloads to a mbuf Thread-Index: AQHREyzYXJ6Fr2s1wE2QZEiZwPuG2J6EOtEw Date: Fri, 30 Oct 2015 16:34:06 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836AB7694@irsmsx105.ger.corp.intel.com> References: <1446209986-29137-1-git-send-email-declan.doherty@intel.com> <1446221333-3645-1-git-send-email-declan.doherty@intel.com> <1446221333-3645-3-git-send-email-declan.doherty@intel.com> In-Reply-To: <1446221333-3645-3-git-send-email-declan.doherty@intel.com> Accept-Language: en-IE, 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 v3 2/6] mbuf_offload: library to support attaching offloads to a mbuf 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, 30 Oct 2015 16:34:10 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, October 30, 2015 4:09 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 2/6] mbuf_offload: library to support attac= hing offloads to a mbuf >=20 > This library add support for adding a chain of offload operations to a > mbuf. It contains the definition of the rte_mbuf_offload structure as > well as helper functions for attaching offloads to mbufs and a mempool > management functions. >=20 > This initial implementation supports attaching multiple offload > operations to a single mbuf, but only a single offload operation of a > specific type can be attach to that mbuf. >=20 > Signed-off-by: Declan Doherty > --- Acked-by: Konstantin Ananyev