Skip to content
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.3 #4402

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Update OVS to 2.17.3 #4402

merged 1 commit into from
Nov 22, 2022

Conversation

mnaser
Copy link
Contributor

@mnaser mnaser commented Nov 20, 2022

There are a few important bug fixes around conntrack which became available in OVS 2.17.2 so it would be good to update the image for that.

Signed-off-by: Mohammed Naser mnaser@vexxhost.com

Copy link
Member

@tnqn tnqn left a comment

Choose a reason for hiding this comment

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

@mnaser thanks for the patch. I have a question regarding a deleted commit.

build/images/ovs/apply-patches.sh Outdated Show resolved Hide resolved
@tnqn tnqn added this to the Antrea v1.10 release milestone Nov 21, 2022
@tnqn tnqn added the dependencies Pull requests that update a dependency file label Nov 21, 2022
@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Merging #4402 (6720e32) into main (8427b4a) will decrease coverage by 3.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4402      +/-   ##
==========================================
- Coverage   67.25%   64.12%   -3.14%     
==========================================
  Files         376      400      +24     
  Lines       54619    56887    +2268     
==========================================
- Hits        36733    36477     -256     
- Misses      15255    17808    +2553     
+ Partials     2631     2602      -29     
Flag Coverage Δ
e2e-tests 38.32% <ø> (?)
integration-tests 34.60% <ø> (+0.05%) ⬆️
kind-e2e-tests 45.86% <ø> (-1.97%) ⬇️
unit-tests 49.25% <ø> (-1.40%) ⬇️
Impacted Files Coverage Δ
pkg/ipfix/ipfix_intermediate.go 0.00% <0.00%> (-90.91%) ⬇️
pkg/ipfix/ipfix_collector.go 0.00% <0.00%> (-83.34%) ⬇️
pkg/flowaggregator/certificate.go 0.00% <0.00%> (-75.53%) ⬇️
pkg/flowaggregator/exporter/utils.go 0.00% <0.00%> (-72.73%) ⬇️
pkg/ipfix/ipfix_process.go 31.25% <0.00%> (-68.75%) ⬇️
pkg/flowaggregator/apiserver/apiserver.go 4.61% <0.00%> (-58.47%) ⬇️
pkg/agent/flowexporter/exporter/certificate.go 27.77% <0.00%> (-38.89%) ⬇️
pkg/controller/networkpolicy/tier.go 16.66% <0.00%> (-38.34%) ⬇️
pkg/ipfix/ipfix_registry.go 66.66% <0.00%> (-33.34%) ⬇️
pkg/flowaggregator/flowaggregator.go 36.62% <0.00%> (-31.80%) ⬇️
... and 73 more

There are a few important bug fixes around conntrack
which became available in OVS 2.17.2 so it would be
good to update the image for that.

Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Copy link
Member

@tnqn tnqn left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @mnaser

@tnqn
Copy link
Member

tnqn commented Nov 21, 2022

/test-all

@tnqn tnqn merged commit 9fdb54b into antrea-io:main Nov 22, 2022
@tnqn tnqn added the action/release-note Indicates a PR that should be included in release notes. label Nov 22, 2022
GraysonWu pushed a commit to GraysonWu/antrea that referenced this pull request Jan 27, 2023
There are a few important bug fixes around conntrack
which became available in OVS 2.17.2 so it would be
good to update the image for that.

Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
@gaopeiliang
Copy link

is there some explain abount ovs conntrack fix ?

@tnqn
Copy link
Member

tnqn commented Feb 24, 2023

is there some explain abount ovs conntrack fix ?

Not sure if it's related to OVS conntrack fix, but @GraysonWu indeed met an issue with OVS 2.17.3 when he worked on #4612.
@gaopeiliang Do you have anything we should know?
@GraysonWu Do you know if 2.17.1 or 2.17.2 has that issue?

@tnqn
Copy link
Member

tnqn commented Feb 24, 2023

Ah, it seems I misread the comment. I thought @gaopeiliang was asking whether we met issue with the ovs conntrack fix.

@gaopeiliang
Copy link

gaopeiliang commented Feb 24, 2023

en, we have an firewall module use ct flow action (ovs conntrack, ovs 2.14), sometimes "handler_duplicate_upcall" "upcall_ukey_replace" rate very high ... and vswitchd use more CPU, kernel datapath maybe miss always ...

  1. it maybe IP flow related with conntrack
  2. clean and reinstall ct flow can recover it

so I want to know the case about "conntrack fix", and how 2.17.3 about stable ,,,

the commit log said less about fix case ...

@GraysonWu
Copy link
Contributor

is there some explain abount ovs conntrack fix ?

Not sure if it's related to OVS conntrack fix, but @GraysonWu indeed met an issue with OVS 2.17.3 when he worked on #4612. @gaopeiliang Do you have anything we should know? @GraysonWu Do you know if 2.17.1 or 2.17.2 has that issue?

Haven't tested 2.17.1 or 2.17.2. Post the issue I met here: openvswitch/ovs-issues#272

heanlan pushed a commit to heanlan/antrea that referenced this pull request Mar 29, 2023
There are a few important bug fixes around conntrack
which became available in OVS 2.17.2 so it would be
good to update the image for that.

Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/release-note Indicates a PR that should be included in release notes. dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants