Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 35265db49b1f5329deed85734cb94cac2cc44178
https://github.com/Linaro/odp/commit/35265db49b1f5329deed85734cb94cac2cc44178
Author: Matias Elo <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M platform/linux-generic/pktio/dpdk.c
Log Message:
-----------
linux-gen: dpdk: fix running multiple odp instances simulaneusly
Prefix DPDK packet pool names and huge page mappings with
PID to avoid name conflicts. Also, let DPDK detect process
type automatically.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 09affd4785c5817f14eb528940420d3831ab81de
https://github.com/Linaro/odp/commit/09affd4785c5817f14eb528940420d3831ab81de
Author: Matias Elo <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M platform/linux-generic/include/odp_packet_dpdk.h
M platform/linux-generic/pktio/dpdk.c
M platform/linux-generic/pktio/dpdk_parse.c
Log Message:
-----------
linux-gen: dpdk: prefix visible internal parse functions with _odp_
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 01a3bd80c5e56bdfa1868cfb1f030ca3a834d742
https://github.com/Linaro/odp/commit/01a3bd80c5e56bdfa1868cfb1f030ca3a834d742
Author: Matias Elo <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M platform/linux-generic/include/odp_packet_dpdk.h
M platform/linux-generic/include/odp_packet_internal.h
M platform/linux-generic/include/odp_pool_internal.h
M platform/linux-generic/odp_pool.c
M platform/linux-generic/pktio/dpdk.c
Log Message:
-----------
linux-gen: dpdk: improved zero-copy implementation
Improved zero-copy DPDK pktio implementation which better adheres to DPDK
APIs. The new implementation reduces overhead by moving mbuf
initialization to ODP pool create and by using offsets instead of saved
pointers to do ODP packet / DPDK mbuf conversion.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/ad7a654b1355...01a3bd80c5e5
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.