Skip to content

Commit

Permalink
dlb: upgrade to 8.8
Browse files Browse the repository at this point in the history
Signed-off-by: Loong <loong.dai@intel.com>
  • Loading branch information
daixiang0 committed Apr 28, 2024
1 parent 81c6142 commit 1ef6a25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Expand Up @@ -1498,12 +1498,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Intel Dlb",
project_desc = "Dlb",
project_url = "https://networkbuilders.intel.com/solutionslibrary/queue-management-and-load-balancing-on-intel-architecture",
version = "8.0.0",
version = "8.8.0",
sha256 = "075533229bb2bd2f945ec8089a707205f3f8e8d87a8030e9208603d997236171",
urls = ["https://downloadmirror.intel.com/763709/dlb_linux_src_release8.0.0.txz"],
urls = ["https://downloadmirror.intel.com/819078/dlb_linux_src_release_8.8.0.txz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.network.connection_balance.dlb"],
release_date = "2022-12-15",
release_date = "2023-12-15",
cpe = "N/A",
),
libpfm = dict(
Expand Down
1 change: 1 addition & 0 deletions contrib/dlb/source/BUILD
Expand Up @@ -15,6 +15,7 @@ envoy_contrib_package()

make(
name = "dlb",
env = {"DLB_DISABLE_DOMAIN_SERVER": "TRUE"},
includes = [],
lib_source = "@intel_dlb//:libdlb",
out_static_libs = ["libdlb.a"],
Expand Down

0 comments on commit 1ef6a25

Please sign in to comment.