changelog: remove spdk_env_get_primary_core change

Patch (e12a4f6) reverted the addition of spdk_env_get_primary_core().
The changelog no longer needs to contain this info.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I9ad339f13557b9eec989a806638cb59a8b203355
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3598
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Tomasz Zawadzki 2020-07-30 05:28:34 -04:00 committed by Ben Walker
parent 2d11e45ffc
commit 6042d4e9ec

View File

@ -50,9 +50,6 @@ Updated DPDK submodule to DPDK 20.05.
### env ### env
A new public API `spdk_env_get_primary_core` returns the index of the primary core of
the SPDK process.
Several new APIs have been added to provide greater flexibility in registering and Several new APIs have been added to provide greater flexibility in registering and
accessing polled mode PCI drivers. See `env.h` for more details. accessing polled mode PCI drivers. See `env.h` for more details.