Go to file
Declan Doherty 78c8709b5d mbuf_offload: introduce library to attach offloads to mbuf
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.

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.

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2015-11-25 19:18:04 +01:00
app acl: add NEON optimization for ARMv8 2015-11-18 22:44:01 +01:00
config mbuf_offload: introduce library to attach offloads to mbuf 2015-11-25 19:18:04 +01:00
doc mbuf_offload: introduce library to attach offloads to mbuf 2015-11-25 19:18:04 +01:00
drivers mpipe: fix build as shared library 2015-11-24 22:24:50 +01:00
examples eal/linux: fix build with glibc < 2.12 2015-11-25 14:41:37 +01:00
lib mbuf_offload: introduce library to attach offloads to mbuf 2015-11-25 19:18:04 +01:00
mk mbuf_offload: introduce library to attach offloads to mbuf 2015-11-25 19:18:04 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS mbuf_offload: introduce library to attach offloads to mbuf 2015-11-25 19:18:04 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00