-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Discussed in #201
Originally posted by zV3KT0R May 30, 2024
uint8_t physicalPort_flags[CONFIG_YADECAP_PORTS_SIZE];
but metadata->fromPortId can be greater than CONFIG_YADECAP_PORTS_SIZE
Line 1063 in 87748d7
| if (basePermanently.globalBaseAtomic->physicalPort_flags[metadata->fromPortId] & YANET_PHYSICALPORT_FLAG_IN_DUMP) |
dpdk port id is erroneously used as index instead of local port id.
dataplane::base::permanently.PortMapper
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels