openeventmachine / em-odp

Event Machine (EM) on Open Data Plane (ODP): em-odp
https://openeventmachine.github.io/em-odp/
26 stars 12 forks source link

core: support odp-thread counts larger than 256 #19

Closed cawallen closed 1 year ago

cawallen commented 1 year ago

Support ODP implementations with ODP_THREAD_COUNT_MAX > 256. Values larger than 256 will not fit into an 'uint8_t' so the relevant code has been changed to use 'uint16_t' instead.