Skip to content

Commit

Permalink
SPDK 21.10
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Zawadzki <[email protected]>
Change-Id: Id0f813fcf7613b4d22b921473f5059e7c4eced46
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10049
Community-CI: Broadcom CI <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
Reviewed-by: Ben Walker <[email protected]>
  • Loading branch information
tomzawadzki committed Oct 29, 2021
1 parent fda5d3d commit 4e4f11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v21.10: (Upcoming Release)
## v21.10: DMA lib, Async NVMe driver, Container scripts

Structure `spdk_nvmf_target_opts` has been extended with new member `discovery_filter` which allows to specify
filtering rules applied during discovery log generation. Refer to `enum spdk_nvmf_tgt_discovery_filter` for more info.
Expand Down
2 changes: 1 addition & 1 deletion include/spdk/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/**
* Version string suffix.
*/
#define SPDK_VERSION_SUFFIX "-pre"
#define SPDK_VERSION_SUFFIX ""

/**
* Single numeric value representing a version number for compile-time comparisons.
Expand Down

0 comments on commit 4e4f11f

Please sign in to comment.