4a21216674
When net/octeontx is connected to event/octeontx as an event Rx adapter,
PKI aka 'net/octeontx' can forward packets directly to SSO aka
'event/octeontx'.
When pumping traffic to PKI if flow control is disabled internal FIFOs
might be overrun causing partial l2 packets to be enqueued.
SSO receives <31:0> TAG tag calculated by PKI, in normal cases <31:28>
is always 0 which signifies RTE_EVENT_TYPE_ETHDEV. But in case of
partial received packets PKI sets the <31:0> TAG as 0xFFFFFFFF which
is an invalid event type.
Add a check to see if TAG is 0xFFFFFFFF and free the partial receive
packet.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_pmd_octeontx_event_version.map | ||
ssovf_evdev_selftest.c | ||
ssovf_evdev.c | ||
ssovf_evdev.h | ||
ssovf_probe.c | ||
ssovf_worker.c | ||
ssovf_worker.h | ||
timvf_evdev.c | ||
timvf_evdev.h | ||
timvf_probe.c | ||
timvf_worker.c | ||
timvf_worker.h |