You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
yanet/dataplane/worker.cpp
Line 1063 in 87748d7
dpdk port id is erroneously used as index instead of local port id.
dataplane::base::permanently.PortMapper
The text was updated successfully, but these errors were encountered: