Skip to content

Do not leave PMD interface "stopped"#1013

Merged
shinae-woo merged 1 commit intomasterfrom
recover_mtu_failure
Aug 27, 2020
Merged

Do not leave PMD interface "stopped"#1013
shinae-woo merged 1 commit intomasterfrom
recover_mtu_failure

Conversation

@sangjinhan
Copy link
Copy Markdown
Member

If updating MTU or MAC address fails, the interface ends up remaining in"stopped" mode in the current code. Instead we must call rte_eth_dev_start() before returning to recover from failure.

If updating MTU or MAC address fails, the interface ends up remaining in
"stopped" mode in the current code. Instead we must call
`rte_eth_dev_start()` before returning to recover from failure.
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 26, 2020

Codecov Report

Merging #1013 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1013      +/-   ##
==========================================
- Coverage   55.96%   55.87%   -0.09%     
==========================================
  Files           9        9              
  Lines        1165     1165              
==========================================
- Hits          652      651       -1     
- Misses        513      514       +1     
Impacted Files Coverage Δ
pybess/bess.py 39.83% <0.00%> (-0.21%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab8773c...c1e23b1. Read the comment docs.

Copy link
Copy Markdown
Member

@shinae-woo shinae-woo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shinae-woo shinae-woo merged commit 2907150 into master Aug 27, 2020
@shinae-woo shinae-woo deleted the recover_mtu_failure branch August 27, 2020 18:28
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.

2 participants