Skip to content

Conversation

@alekswn
Copy link
Contributor

@alekswn alekswn commented Oct 22, 2025

Problem:

efa_gda fabtest had a logical bug. When verifying rx_buf contents, we checked if both FT_OPT_VERIFY_DATA and FT_OPT_ACTIVE options were set. However, FT_OPT_ACTIVE is unset by ft_stop(), which is called in the main loop to check for timeout.

Fix:

Check only for FT_OPT_VERIFY_DATA option.

Problem:

efa_gda fabtest had a logical bug. When verifying rx_buf contents,
we checked if both `FT_OPT_VERIFY_DATA` and `FT_OPT_ACTIVE` options
were set. However, `FT_OPT_ACTIVE` is unset by `ft_stop()`, which
is called in the main loop to check for timeout.

Fix:

Check only for `FT_OPT_VERIFY_DATA` option.

Signed-off-by: Alexey Novikov <[email protected]>
@alekswn alekswn requested a review from a-szegel October 22, 2025 18:38
@alekswn alekswn marked this pull request as ready for review November 7, 2025 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant