Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/include/odp/api/plat/packet_inlines.h line 5 @@ -21,6 +21,9 @@ /** @internal Inline function offsets */ extern const _odp_packet_inline_offset_t _odp_packet_inline; +/** @internal Pool inline function offsets */ +extern const

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/include/odp/api/plat/packet_inlines.h line 5 @@ -21,6 +21,9 @@ /** @internal Inline function offsets */ extern const _odp_packet_inline_offset_t _odp_packet_inline; +/** @internal Pool inline function offsets */ +extern const

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/include/odp_packet_dpdk.h @@ -49,16 +49,17 @@ typedef union { typedef struct { odp_pool_t pool; /**< pool to alloc packets from */ struct rte_mempool *pkt_pool; /**< DPDK packet pool */ -

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/include/odp_packet_dpdk.h @@ -49,16 +49,17 @@ typedef union { typedef struct { odp_pool_t pool; /**< pool to alloc packets from */ struct rte_mempool *pkt_pool; /**< DPDK packet pool */ -

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/odp_packet.c line 98 @@ -1780,26 +1778,28 @@ int _odp_packet_copy_md_to_packet(odp_packet_t srcpkt, odp_packet_t dstpkt) { odp_packet_hdr_t *srchdr = packet_hdr(srcpkt); odp_packet_hdr_t *dsthdr = packet_hdr(dstpkt); +

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/include/odp/api/plat/packet_inlines.h line 5 @@ -21,6 +21,9 @@ /** @internal Inline function offsets */ extern const _odp_packet_inline_offset_t _odp_packet_inline; +/** @internal Pool inline function offsets */

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/include/odp_packet_dpdk.h line 20 @@ -49,16 +49,17 @@ typedef union { typedef struct { odp_pool_t pool; /**< pool to alloc packets from */ struct rte_mempool *pkt_pool; /**< DPDK packet pool */ -

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/include/odp/api/plat/packet_inlines.h line 5 @@ -21,6 +21,9 @@ /** @internal Inline function offsets */ extern const _odp_packet_inline_offset_t _odp_packet_inline; +/** @internal Pool inline function offsets */ +extern

Re: [lng-odp] [PATCH v2] Misc fast path optimizations

2017-11-15 Thread Github ODP bot
muvarov replied on github web page: platform/linux-generic/include/odp/api/plat/packet_inlines.h line 5 @@ -21,6 +21,9 @@ /** @internal Inline function offsets */ extern const _odp_packet_inline_offset_t _odp_packet_inline; +/** @internal Pool inline function offsets */ +extern const