Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The loop cleaning up flowdir resources was using SLIST_FOREACH but the inner loop would call rte_free. Found by building with address sanitizer undefined check. Also remove needless initialization, and null check. Fixes: f5765f6 ("net/qede: refactor flow director into generic aRFS") Cc: [email protected] Cc: [email protected] Signed-off-by: Stephen Hemminger <[email protected]>
- Loading branch information