Unclaimed project
Are you a maintainer of xdp-for-windows? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
xdp-for-windows
XDP speeds up networking on Windows
networkingwindowsxdp
Last updated 8 days ago
v1.2.0-prerelease-793dc2a0 - xdp-for-windows Release Notes | AnnounceHQMore C Projects
scrcpy
Display and control your Android device
137.5k Cnetdata
The fastest path to AI-powered full stack observability, even for lean teams.
78.3k Credis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
73.6k Ccurl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
41.1k CBack to changelogNew
v1.2.0-prerelease-793dc2a0
What's Changed
- Bump submodules/cxplat from
94d4802 to eec6b42 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/751
- remove ETW plugin by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/752
- bump to version 1.2.0 by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/753
- extend functional test runtimes by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/754
- Release housekeeping for version 1.1.0 by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/755
- silently ignore non-existent files by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/760
- Rename xdp_md_ to xdp_md by @shpalani in https://github.com/microsoft/xdp-for-windows/pull/763
- make uninstall more resilient to bugchecks by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/764
- Add AF_XDP transmit checksum offload by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/375
- un-support ipv6 extensions with tx offload for now by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/766
- Add AF_XDP notification and query for NIC checksum offload state by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/767
add skeleton ring perf microbenchmark by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/769allow CI workflow to be manually triggered by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/770add rxfilter perf test to CI by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/771rxfilter: use sample-only cpu profile by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/772rxfilterperf: test both LWF and native XDP code paths by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/773Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/775Bump submodules/cxplat from eec6b42 to cb6e929 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/776Bump submodules/wil from 27d66a2 to 182e652 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/777remove dead perf dashboard link by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/779finalize xdp 1.1 release by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/778fix up stats macros to use atomic get/set by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/781add perf tests without memcpy by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/782Force inline XdppReceiveBatch by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/780use JSON instead of CSV for xskperfsuite and perf comparison script by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/783bump perf test timeout by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/784remove CSV perf data support by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/785Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/787Further refactor perf data creation into common.ps1 by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/788Add CI perf summary by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/786Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/790remove uninitialized pool allocation by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/791Bump submodules/net-offloads from d1427d5 to 5efac01 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/792Make XDP build in OneBranch again by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/793Add NuGet runtime tests by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/795fix azure functional test timeout by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/796Fix afxdp.h Struct Initialization by @nibanks in https://github.com/microsoft/xdp-for-windows/pull/799Apply ADO timeout to jobs by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/800Bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/803Bump submodules/wil from 182e652 to 1b9fd9d by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/802Change NuGet package IDs to Microsoft.* prefix by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/805Bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/807Add empty check to let nugget parse the prop file by @guhetier in https://github.com/microsoft/xdp-for-windows/pull/808add documentation for nuget runtime install steps by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/811Bump submodules/wil from 1b9fd9d to 5af3cda by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/812Bump actions/download-artifact from 4.1.9 to 4.2.1 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/815Bump submodules/wil from 5af3cda to e8f67c3 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/816Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/814xskbench: add process/thread priority knobs by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/818Bump submodules/wil from e8f67c3 to b6ec76a by @dependabot in https://github.com/microsoft/xdp-for-windows/pull/819Remove invalid assertion in XDPLWF in low resource scenario by @guhetier in https://github.com/microsoft/xdp-for-windows/pull/820add IO completion watchdogs to xskbench by @mtfriesen in https://github.com/microsoft/xdp-for-windows/pull/817Fix minor NuGet packaging issues by @abeltrano in https://github.com/microsoft/xdp-for-windows/pull/823Fix a race condition in xdp receive path in low resources scenario by @guhetier in https://github.com/microsoft/xdp-for-windows/pull/825Use FNMP to inject interesting frames on the Rx path of spinxsk by @guhetier in https://github.com/microsoft/xdp-for-windows/pull/809Fix loop counter type by @guhetier in https://github.com/microsoft/xdp-for-windows/pull/826Consume ebpf v0.21.0 by @matthewige in https://github.com/microsoft/xdp-for-windows/pull/828New Contributors
- @shpalani made their first contribution in https://github.com/microsoft/xdp-for-windows/pull/763
- @guhetier made their first contribution in https://github.com/microsoft/xdp-for-windows/pull/808
- @abeltrano made their first contribution in https://github.com/microsoft/xdp-for-windows/pull/823
Full Changelog: https://github.com/microsoft/xdp-for-windows/compare/v1.1.0...v1.2.0-prerelease-793dc2a0