Skip to content

Commit

Permalink
Merge pull request #96 from amorenoz/fix_dpctl_pmd
Browse files Browse the repository at this point in the history
odp: Work around: skip lines with pmd cpus
  • Loading branch information
amorenoz authored Mar 4, 2022
2 parents 7e218fe + 622c795 commit 5c0c03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ovs_dbg/odp.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def from_string(self, odp_string, id=None):
Returns:
an ODPFlow instance
"""
if "flow-dump from pmd on cpu core" in odp_string:
return None

sections = []

Expand Down

0 comments on commit 5c0c03c

Please sign in to comment.