Commit 0e3d4ada authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

CHANGELOG: Red-black tree was added by using FreeBSD under the same BSD license



Signed-off-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I7bb15bae30dcea4c3e241506ae40d878f3479a6b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8071


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 4f4f505c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -3,8 +3,12 @@
## v21.07: (Upcoming Release)

### bdev

Change `spdk_bdev_read_blocks_with_md` arg offset definiton from int64_t to uint64_t.

Red-black tree has been used to organize the bdev names and aliases uniformly
to provide faster lookup.

### dpdk

Updated DPDK submodule to DPDK 21.02.
@@ -53,6 +57,16 @@ and if not supported then use existing READ/WRITE commands.

Added iov to spdk_bdev_zcopy_start

### thread

Red-black tree has been used for timed pollers to provide faster insertion and deletion
and for io_devices to provide faster lookup.

### util

Red-black tree macros has been added by using the macros provided by the FreeBSD operating system
under the same BSD license.

## v21.04:

### accel