-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update OVS to 2.17.0 #3591
Update OVS to 2.17.0 #3591
Conversation
There is no update that significantly impacts Antrea, now that we no longer rely on the userspace datapath. We also apply a patch that is available in the 'master' branch, but hasn't been released yet. The patch fixes antrea-io#2003. Signed-off-by: Antonin Bas <abas@vmware.com>
Codecov Report
@@ Coverage Diff @@
## main #3591 +/- ##
===========================================
- Coverage 64.16% 50.32% -13.85%
===========================================
Files 278 248 -30
Lines 27825 35657 +7832
===========================================
+ Hits 17854 17944 +90
- Misses 8063 15920 +7857
+ Partials 1908 1793 -115
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test-all |
Hi, do you think we should also bump up Windows OVS version? @antoninbas @jianjuns @tnqn |
@wenyingd that would be good. If you have new binaries, you can upload them to our S3 bucket and submit a PR. |
/test-e2e |
/test-e2e |
Can we remove the code of userspace in openflow now like in this link @antoninbas |
I don't have a preference. We don't use that code at the moment, so we could remove it. There have been talks in the past of supporting ovs-dpdk for the primary Pod network, which would require that code. But if this support is needed, we can always add the code back. It is likely that since we no longer test with the userspace datapath anyway, this code path is already broken (or will be soon), so it may be a good idea to just remove it for now and simplify the code base. |
Since now we no longer rely on the userspace datapath as mentioned in antrea-io#3591, then related code can be removed. Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Since now we no longer rely on the userspace datapath as mentioned in antrea-io#3591, then related code can be removed. Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Since now we no longer rely on the userspace datapath as mentioned in antrea-io#3591, then related code can be removed. Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Since now we no longer rely on the userspace datapath as mentioned in antrea-io#3591, then related code can be removed. Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Since now we no longer rely on the userspace datapath as mentioned in antrea-io#3591, then related code can be removed. Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Since now we no longer rely on the userspace datapath as mentioned in #3591, then related code can be removed. Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
There is no update that significantly impacts Antrea, now that we no
longer rely on the userspace datapath.
We also apply a patch that is available in the 'master' branch, but
hasn't been released yet. The patch fixes #2003.
Signed-off-by: Antonin Bas abas@vmware.com