[barefoot]: Updated SDK packages to 20210324 (#7142)

Update unsupported SAI attr ('SAI_ACL_TABLE_ATTR_FIELD_OUTER_VLAN_ID') to fix issues on acl table create
This commit is contained in:
Myron Sosyak 2021-03-30 01:28:49 +03:00 committed by GitHub
parent e38e374077
commit 08520941b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
BFN_PLATFORM = bfnplatform_20210219_deb10.deb
BFN_PLATFORM = bfnplatform_20210324_deb10.deb
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/$(BFN_PLATFORM)"
SONIC_ONLINE_DEBS += $(BFN_PLATFORM)

View File

@ -1,4 +1,4 @@
BFN_SAI = bfnsdk_20210219_deb10.deb
BFN_SAI = bfnsdk_20210324_deb10.deb
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/$(BFN_SAI)"
$(BFN_SAI)_DEPENDS += $(LIBNL_GENL3_DEV)