Граф коммитов

3102 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 9cb53ee75f
Bump submodules/xdp-for-windows from `ce228a9` to `eaf9907` (#4427)
Bumps [submodules/xdp-for-windows](https://github.com/microsoft/xdp-for-windows) from `ce228a9` to `eaf9907`.
- [Release notes](https://github.com/microsoft/xdp-for-windows/releases)
- [Commits](ce228a986f...eaf99076b9)

---
updated-dependencies:
- dependency-name: submodules/xdp-for-windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:59:11 -04:00
dependabot[bot] 92466b25eb
Bump submodules/googletest from `5bcb2d7` to `ff233bd` (#4426)
Bumps [submodules/googletest](https://github.com/google/googletest) from `5bcb2d7` to `ff233bd`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](5bcb2d78a1...ff233bdd4c)

---
updated-dependencies:
- dependency-name: submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:58:49 -04:00
dependabot[bot] fa7b32a4e2
Bump docker/build-push-action from 6.4.1 to 6.5.0 (#4418)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](1ca370b3a9...5176d81f87)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:58:16 -04:00
dependabot[bot] ed48d0bd81
Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#4417)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](dc50aa9510...62b2cac7ed)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:58:01 -04:00
dependabot[bot] 7a1fceda8c
Bump docker/login-action from 3.2.0 to 3.3.0 (#4416)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](0d4c9c5ea7...9780b0c442)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:57:46 -04:00
dependabot[bot] 40cd24a835
Bump github/codeql-action from 3.25.13 to 3.25.15 (#4415)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.13 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2d790406f5...afb54ba388)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:57:11 -04:00
dependabot[bot] ef794d4d7a
Update c-types requirement from 3.0.0 to 4.0.0 (#4425)
Updates the requirements on [c-types](https://github.com/dimbleby/rust-c-types) to permit the latest version.
- [Changelog](https://github.com/dimbleby/rust-c-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimbleby/rust-c-types/compare/3.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: c-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:49:11 -04:00
Daiki AMINAKA 847a2147d0
add xdp dependencies for publish command (#4424)
* add xdp dependencies for publish command

* ubuntu24.04 packages only for itself

* add ubuntu version parameter

* fix
2024-08-02 14:03:19 -07:00
Daiki AMINAKA 9ebfd0d1cd
Drop xdp support on Ubuntu22.04 (#4422)
* drop xdp support on Ubuntu22.04

* add ForceXdpInstall flag as the builder is 22.04

* make runs-on flexible
2024-08-01 16:55:43 -07:00
Daiki AMINAKA 7483ce2bbe
QTIP case only delete raw socket (#4387)
* QTIP case only delete raw socket

* Uninitialize TCP socket

* experimental fix

* Update src/core/quicdef.h

---------

Co-authored-by: Nick Banks <nibanks@microsoft.com>
2024-07-31 16:26:39 -07:00
dependabot[bot] f47ba20c1f
Update bitfield requirement from 0.15.0 to 0.16.1 (#4419)
Updates the requirements on [bitfield](https://github.com/dzamlo/rust-bitfield) to permit the latest version.
- [Changelog](https://github.com/dzamlo/rust-bitfield/blob/v0.16.1/CHANGELOG.md)
- [Commits](https://github.com/dzamlo/rust-bitfield/compare/v0.15.0...v0.16.1)

---
updated-dependencies:
- dependency-name: bitfield
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-28 10:18:58 -04:00
dependabot[bot] 8befddf7ed
Bump submodules/googletest from `9ff2450` to `5bcb2d7` (#4414)
Bumps [submodules/googletest](https://github.com/google/googletest) from `9ff2450` to `5bcb2d7`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](9ff2450a56...5bcb2d78a1)

---
updated-dependencies:
- dependency-name: submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-28 10:18:29 -04:00
Nick Banks 4d8a2cad6b
Delete Old, Unused Files (#4411) 2024-07-26 17:15:55 -04:00
Daiki AMINAKA 14e5ecc8f5
Publish Ubuntu 24.04 (#4413)
* Publish Ubuntu 24.04

* fix

* align naming convention

* fix

* fix

* fix naming

* other distros
2024-07-26 12:54:36 -07:00
Nick Banks 5b5f231907 Fix plugin upload 2024-07-25 19:27:03 -04:00
Nick Banks edbf3271b4 Update Plugin Version 2024-07-25 19:23:11 -04:00
Nick Banks bbcc2a3ed1 Merge branch 'main' of https://github.com/microsoft/msquic 2024-07-25 19:19:32 -04:00
Nick Banks 0efe8ad645 Some WPA Plugin Fixes and Improvements 2024-07-25 19:19:30 -04:00
dependabot[bot] 6351c6ec74
Bump docker/build-push-action from 6.3.0 to 6.4.1 (#4407)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](1a162644f9...1ca370b3a9)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 13:08:53 -04:00
dependabot[bot] eebbc078c2
Bump github/codeql-action from 3.25.12 to 3.25.13 (#4406)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.12 to 3.25.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4fa2a79536...2d790406f5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 13:08:39 -04:00
dependabot[bot] 6f7813834c
Bump step-security/harden-runner from 2.8.1 to 2.9.0 (#4405)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](17d0e2bd7d...0d381219dd)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 13:08:24 -04:00
dependabot[bot] 6dcb392b75
Bump submodules/googletest from `4b21f1a` to `9ff2450` (#4408)
Bumps [submodules/googletest](https://github.com/google/googletest) from `4b21f1a` to `9ff2450`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](4b21f1abdd...9ff2450a56)

---
updated-dependencies:
- dependency-name: submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 13:08:07 -04:00
Yi Huang 9e82bf8c41
Update OneBranch build docker tag (#4404) 2024-07-18 09:28:06 -07:00
dependabot[bot] db86b92d04
Bump System.Text.Json from 6.0.5 to 8.0.4 in /scripts/generatevpackpat (#4395)
Bumps System.Text.Json from 6.0.5 to 8.0.4.

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:05:00 -04:00
dependabot[bot] 32b8ddda88
Bump submodules/googletest from `34ad51b` to `4b21f1a` (#4400)
Bumps [submodules/googletest](https://github.com/google/googletest) from `34ad51b` to `4b21f1a`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](34ad51b3dc...4b21f1abdd)

---
updated-dependencies:
- dependency-name: submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:04:34 -04:00
dependabot[bot] dc118887bc
Bump github/codeql-action from 3.25.10 to 3.25.12 (#4399)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](23acc5c183...4fa2a79536)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:04:16 -04:00
dependabot[bot] b138955103
Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#4398)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](4d6c8fcf3c...6bd8b7f777)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:03:20 -04:00
dependabot[bot] cef4b33038
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#4390)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65462800fd...0b2256b8c0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:02:49 -04:00
Daniel dos Santos Pereira 45f9bb0b16
Document troubleshooting of packets using wireshark (#4391) 2024-07-17 10:02:30 -04:00
dependabot[bot] b9c03fcac3
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#4389)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](65a9edc588...fa0a91b85d)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:01:37 -04:00
dependabot[bot] 07de6f9076
Bump docker/build-push-action from 6.1.0 to 6.3.0 (#4388)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](31159d49c0...1a162644f9)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 09:42:50 -04:00
Daiki AMINAKA f8d7248b90
fix azure pipeline (#4396) 2024-07-11 15:08:26 -07:00
dependabot[bot] 707fcdd7ec
Bump submodules/clog from `ca6e640` to `f134171` (#4379)
* Bump submodules/clog from `ca6e640` to `f134171`

Bumps [submodules/clog](https://github.com/microsoft/CLOG) from `ca6e640` to `f134171`.
- [Release notes](https://github.com/microsoft/CLOG/releases)
- [Commits](ca6e640fbf...f13417108b)

---
updated-dependencies:
- dependency-name: submodules/clog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix CLOG files for linux with new CLOG version.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Rossi <anrossi@microsoft.com>
2024-07-09 09:43:23 -07:00
Nick Banks 76d315000a
Test on Ubuntu 24.04 GitHub Images (#4306)
* Test on Ubuntu 24.04 GitHub Images

* Dockerfile

* more ubuntu24.04 on yml files

* remove Dockerfile

* update reuse image

* Remove misc-include-cleaner build warnings

* More codecheck ignores

* Missed one

* Fix potential buffer overflow

* rollback fix and ignore the error

* Windows to avoid touching GCC pragma

* the warning should be from gcc13

* static_assert expects its string to be normal

* Revert "static_assert expects its string to be normal"

This reverts commit 73ac2579d1.

* add supress option for clang

* clang version

* fix openssl check issue

* fix yaml

* exclude android

* remove Sanitize for xdp

* support azure pipeline

---------

Co-authored-by: ami-GS <1991.daiki@gmail.com>
2024-07-08 15:01:16 -07:00
Daiki AMINAKA db66ab98e3
Stream Multi Receive implementation (#4383) 2024-07-03 19:48:22 -04:00
dependabot[bot] 394f1d124b
Bump submodules/googletest from `1d17ea1` to `34ad51b` (#4378)
Bumps [submodules/googletest](https://github.com/google/googletest) from `1d17ea1` to `34ad51b`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](1d17ea141d...34ad51b3dc)

---
updated-dependencies:
- dependency-name: submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-30 07:06:29 -04:00
Jack He (Github) 8a741dc873
Fix Linux XDP Merge Conflicts Properly (#4369)
* proper fix merge conflicts

* remove unreferenced sudo var
2024-06-24 10:29:59 -07:00
dependabot[bot] 6af6550b7f
Bump shogo82148/actions-setup-perl from 1.29.0 to 1.30.0 (#4372)
Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/shogo82148/actions-setup-perl/releases)
- [Commits](28eae78d12...f551dafcc9)

---
updated-dependencies:
- dependency-name: shogo82148/actions-setup-perl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 10:13:17 -04:00
dependabot[bot] e130426313
Bump docker/build-push-action from 5.4.0 to 6.1.0 (#4371)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](ca052bb54a...31159d49c0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 10:12:44 -04:00
Jack He (Github) f61ad9b5b5
Add infrastructure to enable 2-machine network testing on 1ES Azure pools. (#4364)
* secnetperf script for 1es azure pools

* more debug logging

* fix infinite loop issue

* dumb syntax issue

* remove C:\ remove

* wip

* use config pwsh 7

* skip preparing machine for now

* add support for starting stopping server passively

* fix syntax issue

* create the file

* more logging

* remove ps1 extension

* fix ps1 issue

* get rid of 30s timeout

* NULL in case of Az linux

* wip

* GOAL: Get a successful secnetperf run for linux

* lets get some data

* add stop server logic

* p2p module remove

* ensure we stop using remote pwsh if it's not supported

* get some answers

* print more logs

* && does not exist lmao

* collect me some data

* add run id and stuff

* wrap in a try catch

* wip

* wip

* get some stdout

* forget about core dumps in 1es

* revert 1es change
2024-06-21 12:38:29 -07:00
dependabot[bot] f5bec530c8
Bump actions/checkout from 4.1.6 to 4.1.7 (#4357)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a5ac7e51b4...692973e3d9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 15:47:19 -04:00
dependabot[bot] 6d9ea69ac0
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#4359)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](2cdde995de...ca052bb54a)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 13:41:39 -04:00
dependabot[bot] a39a4072b8
Bump dawidd6/action-download-artifact from 5 to 6 (#4358)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 5 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](deb3bb8325...bf251b5aa9)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 13:40:19 -04:00
dependabot[bot] 3e8573defd
Bump github/codeql-action from 3.25.8 to 3.25.10 (#4356)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2e230e8fe0...23acc5c183)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 13:39:36 -04:00
dependabot[bot] 464b42d99c
Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#4355)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](125fc84a9a...e28ff129e5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 13:38:55 -04:00
dependabot[bot] 4ba7637abd
Bump submodules/googletest from `a7f443b` to `1d17ea1` (#4354)
Bumps [submodules/googletest](https://github.com/google/googletest) from `a7f443b` to `1d17ea1`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](a7f443b80b...1d17ea141d)

---
updated-dependencies:
- dependency-name: submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 13:38:17 -04:00
dependabot[bot] 61a579fa8e
Bump submodules/xdp-for-windows from `7f256f1` to `ce228a9` (#4353)
Bumps [submodules/xdp-for-windows](https://github.com/microsoft/xdp-for-windows) from `7f256f1` to `ce228a9`.
- [Release notes](https://github.com/microsoft/xdp-for-windows/releases)
- [Commits](7f256f1531...ce228a986f)

---
updated-dependencies:
- dependency-name: submodules/xdp-for-windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 13:37:03 -04:00
Anthony Rossi 776a10ee4b
Fix test log path sanitation (#4352) 2024-06-15 00:22:54 -07:00
Nick Banks b7b2021ad2
Support Priority Work on Connections (#4279)
* Support Priority Work on Connections

* few nits

* Make CodeCheck builds happy (hopefully)

* Name tweak

* Initial test

* blocking based

* fix priority section management

* Stream start/send priority test

* cleanup

* change test name and support Kernel mode

* add description for each test

* add one more element to QUIC_IOCTL_BUFFER_SIZES

* fix kernel build error by 'new'

* remove tail adjustment

* fix PriorityTail management

* update test

* revert spinquic change

---------

Co-authored-by: ami-GS <1991.daiki@gmail.com>
2024-06-14 13:43:00 -07:00
Anthony Rossi 466d8c9586
Install Perl on Windows via WinGet (#4348)
* Install Perl on Windows via WinGet

---------

Co-authored-by: Nick Banks <nibanks@microsoft.com>
2024-06-14 12:22:26 -07:00