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

[202012][swss-common][swss] Submodule update #9531

Merged
merged 6 commits into from
Dec 21, 2021

Conversation

stephenxs
Copy link
Collaborator

@stephenxs stephenxs commented Dec 14, 2021

Why I did it

Update sonic-swss-common

54879741 [202012][schema] Add vnet route tunnel and advertise network tables for state_db (sonic-net/sonic-swss-common#563)
a5394f9d Update for BFD, default route table (sonic-net/sonic-swss-common#550)

Update sonic-swss

fbbe5bcc [202012][pfc_detect] fix RedisReply errors (sonic-net/sonic-swss#2078)
5762b0c2 [Reclaim buffer][202012] Reclaim unused buffer for dynamic buffer model (sonic-net/sonic-swss#1985)
33e9bd19 [Document][202012] Supply the missing ingress/egress port profile list in document (sonic-net/sonic-swss#2066)
1b6ffba1 [Reclaiming buffer][202012] Support reclaiming buffer in traditional buffer model (sonic-net/sonic-swss#2063)
afb33f16 [202012] Update default route status to state DB (sonic-net/sonic-swss#2009) (sonic-net/sonic-swss#2067)
b9c44f75 Common code update for reclaiming buffer (backport community PR sonic-net/sonic-swss#1996 to 202106/202012) (sonic-net/sonic-swss#2061)
cf5182d8 [request parser] Allow request parser to parse multiple values

Signed-off-by: Stephen Sun stephens@nvidia.com

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

5762b0c2 [Reclaim buffer][202012] Reclaim unused buffer for dynamic buffer model (sonic-net#1985)
33e9bd19 [Document][202012] Supply the missing ingress/egress port profile list in document (sonic-net#2066)
1b6ffba1 [Reclaiming buffer][202012] Support reclaiming buffer in traditional buffer model (sonic-net#2063)
afb33f16 [202012] Update default route status to state DB (sonic-net#2009) (sonic-net#2067)
b9c44f75 Common code update for reclaiming buffer (backport community PR sonic-net#1996 to 202106/202012) (sonic-net#2061)
cf5182d8 [request parser] Allow request parser to parse multiple values

Signed-off-by: Stephen Sun <stephens@nvidia.com>
32d18d25 [Reclaiming buffer][202012] Database migrator for reclaiming buffer (sonic-net#1898)
44ec4c8b [202012] [generate_dump] allow to extend dump with plugin scripts (sonic-net#1945)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
fbbe5bcc [202012][pfc_detect] fix RedisReply errors (2078)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
54879741 [202012][schema] Add vnet route tunnel and advertise network tables for state_db (sonic-net#563)
a5394f9d Update for BFD, default route table (sonic-net#550)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
@stephenxs stephenxs changed the title [202012][swss][utilities] Submodule update [202012][swss-common][swss][utilities] Submodule update Dec 14, 2021
@stephenxs stephenxs marked this pull request as ready for review December 14, 2021 12:29
@stephenxs
Copy link
Collaborator Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@stephenxs
Copy link
Collaborator Author

/azpw run Azure.sonic-buildimage

@mssonicbld
Copy link
Collaborator

/AzurePipelines run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stephenxs
Copy link
Collaborator Author

/azpw run Azure.sonic-buildimage

@mssonicbld
Copy link
Collaborator

/AzurePipelines run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stephenxs
Copy link
Collaborator Author

Both t0 and t1-lag tests were failed due to the host unreachable during test_collect_techsupport test.

2021-12-15T21:00:30.1409842Z         # Raise exception if host(s) unreachable
2021-12-15T21:00:30.1410931Z         # FIXME - if multiple hosts were involved, should an exception be raised?
2021-12-15T21:00:30.1411322Z         if cb.unreachable:
2021-12-15T21:00:30.1411888Z >           raise AnsibleConnectionFailure("Host unreachable", dark=cb.unreachable, contacted=cb.contacted)
2021-12-15T21:00:30.1412379Z E           AnsibleConnectionFailure: Host unreachable

@stephenxs
Copy link
Collaborator Author

Notice that there is a sonic-utilities commit where show tech support stuff is updated. Revert it for now as there are show tech support related issues in both topo.

@stephenxs stephenxs marked this pull request as draft December 16, 2021 01:45
@stephenxs
Copy link
Collaborator Author

/azpw run Azure.sonic-buildimage

@mssonicbld
Copy link
Collaborator

/AzurePipelines run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stephenxs
Copy link
Collaborator Author

/azpw run Azure.sonic-buildimage

@mssonicbld
Copy link
Collaborator

/AzurePipelines run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stephenxs
Copy link
Collaborator Author

@qiluo-msft can you please help check the dhcp relay failure? This is not related to the PR. It also failed other PRs.

@stephenxs stephenxs marked this pull request as ready for review December 17, 2021 00:22
@stephenxs
Copy link
Collaborator Author

stephenxs commented Dec 17, 2021

Blocked by #9572
kvmtest-t0 test_dhcpv6_relay_counter failed.
fields in DHCPv6_COUNTER_TABLE table were zero but non-zero was expected

@stephenxs stephenxs changed the title [202012][swss-common][swss][utilities] Submodule update [202012][swss-common][swss] Submodule update Dec 17, 2021
Merge origin 202012 back
@qiluo-msft qiluo-msft merged commit 507cb8b into sonic-net:202012 Dec 21, 2021
@stephenxs stephenxs deleted the advance-swss-202012 branch December 21, 2021 08:09
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.

3 participants