Support num{tx,rx}queues and udp6zerocsum{tx,rx}#225
Support num{tx,rx}queues and udp6zerocsum{tx,rx}#225aboch merged 1 commit intovishvananda:masterfrom
Conversation
|
This looks correct. I think you also need to parse the values during link list? A test would also be helpful to ensure that the values are getting set correctly. |
|
Thank you for your review! Let me add parase and test and update it. |
|
In my host, TestLinkAddDelVxlan is passed, but TravisCI makes it failed and now I am troubleshooting on it.
|
|
@s1061123 Please rebase to latest, resolve the conflict, squash the commits in one and add the |
|
Thank you for your info, @aboch ! |
|
Update the diffs with merge to latest. |
|
@s1061123 Please rebase again and squash the commits into one before pushing. |
Add IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES in link attribute and IFLA_VXLAN_UDP_ZERO_CSUM6_TX and IFLA_VXLAN_UDP_ZERO_CSUM6_RX in VXLAN attribute.
6b64fe3 to
26454c2
Compare
|
@aboch thank you for your advice! I've squashed into one commit. |
|
Thank you @s1061123. LGTM |
Add IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES in link attribute and
IFLA_VXLAN_UDP_ZERO_CSUM6_TX and IFLA_VXLAN_UDP_ZERO_CSUM6_RX in VXLAN
attribute.