Skip to content

Commit

Permalink
version: 3.20.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Aug 13, 2023
1 parent 7e8f195 commit 844228a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 3.20.1-1:
Date + Time 2023-08-09
=============================================================
Added:
- RM #3531436 Socketxtreme GRO
- RM #3465972 SocketXtreme improvements
- RM #3541126 Aggregate zerocopy buffers in a single segment
- RM #3531441 Termination socket cleanup for delegated TCP timers
- RM #3526588 Make xlio_exit symbol visible
- RM #3506903 CSV stats printer + debug coutners
Fixed:
- RM #3531871 Socketxtreme latency
- RM #3522495 CI for dpcp configuration
- RM #3217860 UDP checksum zero

Version 3.20.0-1:
Date + Time 2023-07-20
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([prj_ver_major], 3)
define([prj_ver_minor], 20)
define([prj_ver_revision], 0)
define([prj_ver_revision], 1)
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))


Expand Down
4 changes: 2 additions & 2 deletions contrib/scripts/libxlio.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fi
%{_mandir}/man8/xlio_stats.*

%changelog
* Thu Jul 20 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.20.0-1
- Bump version to 3.20.0
* Wed Aug 9 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.20.1-1
- Bump version to 3.20.1
- Please refer to CHANGES for full changelog.

0 comments on commit 844228a

Please sign in to comment.