Skip to content

Comments

get/set mtu#141

Open
JakkuSakura wants to merge 1 commit intocapsule-rs:masterfrom
JakkuSakura:get_mtu
Open

get/set mtu#141
JakkuSakura wants to merge 1 commit intocapsule-rs:masterfrom
JakkuSakura:get_mtu

Conversation

@JakkuSakura
Copy link
Contributor

Description

Fixes #140

Type of change

  • New feature

@codecov
Copy link

codecov bot commented Jul 4, 2021

Codecov Report

Merging #141 (961dfe9) into master (410696a) will decrease coverage by 0.39%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   68.38%   67.99%   -0.40%     
==========================================
  Files          66       66              
  Lines        5972     5983      +11     
==========================================
- Hits         4084     4068      -16     
- Misses       1888     1915      +27     
Impacted Files Coverage Δ
core/src/dpdk/port.rs 0.00% <0.00%> (ø)
core/src/packets/checksum.rs 76.92% <0.00%> (-13.85%) ⬇️
core/src/dpdk/mbuf.rs 82.28% <0.00%> (-2.37%) ⬇️
core/src/packets/ethernet.rs 78.80% <0.00%> (-1.33%) ⬇️
core/src/testils/proptest/strategy.rs 82.71% <0.00%> (+0.46%) ⬆️

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 410696a...961dfe9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

How to get MTU of an dpdk interface?

1 participant