https://bugs.linaro.org/show_bug.cgi?id=2456
Bug ID: 2456
Summary: ODP name string lengths are multiply defined across
the API
Product: OpenDataPlane - linux- generic reference
Version: v1.10.1
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: ---
Component: General ODP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Do we really need different length strings when naming ODP elements ?
I would expect one ODP_NAME_LENGTH = 32
test/common_plat/validation/api/traffic_mngr/traffic_mngr.c:#define TM_NAME_LEN
32
helper/include/odp/helper/table.h:#define ODPH_TABLE_NAME_LEN 32
include/odp/api/spec/pool.h:#define ODP_POOL_NAME_LEN 32
include/odp/api/spec/shared_memory.h:#define ODP_SHM_NAME_LEN 32
include/odp/api/spec/timer.h:#define ODP_TIMER_POOL_NAME_LEN 32
platform/linux-generic/include/odp/api/plat/classification_types.h:#define
ODP_COS_NAME_LEN 32
platform/linux-generic/include/odp/api/plat/queue_types.h:#define
ODP_QUEUE_NAME_LEN 32
platform/linux-generic/include/odp/api/plat/schedule_types.h:#define
ODP_SCHED_GROUP_NAME_LEN 32
platform/linux-generic/include/odp_name_table_internal.h:#define
_ODP_INT_NAME_LEN 32
platform/linux-generic/include/odp_packet_io_internal.h:#define PKTIO_NAME_LEN
256
--
You are receiving this mail because:
You are the assignee for the bug.