Ignore this one, the other one includes the correct git log text. Please, see
the other patch:
[PATCH] linux-gen: pool: optimize thread local buffer cache
^^^^^^^^^^
-Petri
> -----Original Message-----
> From: lng-odp [mailto:[email protected]] On Behalf Of Petri
> Savolainen
> Sent: Friday, July 08, 2016 3:08 PM
> To: [email protected]
> Subject: Suspected SPAM - [lng-odp] [PATCH] linux-gen: pool: optimize
> local cache
>
> Optimize local cache implementation.
>
> Signed-off-by: Petri Savolainen <[email protected]>
> ---
> .../linux-generic/include/odp_buffer_inlines.h | 26 +-
> .../linux-generic/include/odp_buffer_internal.h | 5 +-
> platform/linux-generic/include/odp_internal.h | 2 -
> .../linux-generic/include/odp_packet_internal.h | 4 +-
> platform/linux-generic/include/odp_pool_internal.h | 143 +-------
> platform/linux-generic/odp_buffer.c | 3 -
> platform/linux-generic/odp_packet.c | 70 ++--
> platform/linux-generic/odp_pool.c | 400
> +++++++++++++++++----
> platform/linux-generic/pktio/dpdk.c | 24 +-
> platform/linux-generic/pktio/netmap.c | 5 +-
> platform/linux-generic/pktio/pcap.c | 26 +-
> platform/linux-generic/pktio/socket.c | 16 +-
> platform/linux-generic/pktio/socket_mmap.c | 7 +-
> platform/linux-generic/pktio/tap.c | 7 +-
> 14 files changed, 434 insertions(+), 304 deletions(-)
>