|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
| #
856388d8 |
| 09-Nov-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
util: make has_prefix optional in spdk_parse_capacity()
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Iaec9713941674418bf01764d5641130b031f5174 Reviewed-on: https://review.spdk
util: make has_prefix optional in spdk_parse_capacity()
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Iaec9713941674418bf01764d5641130b031f5174 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20578 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
|
Revision tags: v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1 |
|
| #
d6e57b53 |
| 21-Dec-2022 |
Shuhei Matsumoto <smatsumoto@nvidia.com> |
util: Add spdk_strcpy_replace() to replace substrings
spdk_nvme_cpl_get_status_string() returns a string which contains upper cases, spaces, and hyphens. To use the returned string for JSON RPC, we
util: Add spdk_strcpy_replace() to replace substrings
spdk_nvme_cpl_get_status_string() returns a string which contains upper cases, spaces, and hyphens. To use the returned string for JSON RPC, we have to convert it to a string which contains only lowercases and underscores.
For our convenience, add a new API spdk_strcpy_replace() to replace all occurrences of the search string with the replacement string.
Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I3ca9774d0bfb2d0bb7bd7412bc671e6f69104b7d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16054 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
|
Revision tags: v22.01.2 |
|
| #
1139cb14 |
| 04-Nov-2022 |
John Levon <john.levon@nutanix.com> |
lib/util: add strarray utility functions
Add some basic utilities for handling arrays of strings.
Signed-off-by: John Levon <john.levon@nutanix.com> Change-Id: I2333f3e4605175b1717a7f289847ff2d4874
lib/util: add strarray utility functions
Add some basic utilities for handling arrays of strings.
Signed-off-by: John Levon <john.levon@nutanix.com> Change-Id: I2333f3e4605175b1717a7f289847ff2d48745e8d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15274 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| #
a6dbe372 |
| 01-Nov-2022 |
paul luse <paul.e.luse@intel.com> |
update Intel copyright notices
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date defa
update Intel copyright notices
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date default <file> | tail -1
and then pull just the 4 digit year from the result.
Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header updates, formatting changes, etc). Contribution date used "--follow -C95%" to get the most accurate date.
Note that several files in this patch didn't end the license/(c) block with a blank comment line so these were added as the vast majority of files do have this last blank line. Simply there for consistency.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192 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> Community-CI: Mellanox Build Bot
show more ...
|
|
Revision tags: v22.09, v23.01-pre, v22.09-rc1 |
|
| #
488570eb |
| 03-Jun-2022 |
Jim Harris <james.r.harris@intel.com> |
Replace most BSD 3-clause license text with SPDX identifier.
Many open source projects have moved to using SPDX identifiers to specify license information, reducing the amount of boilerplate code in
Replace most BSD 3-clause license text with SPDX identifier.
Many open source projects have moved to using SPDX identifiers to specify license information, reducing the amount of boilerplate code in every source file. This patch replaces the bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clause identifier.
Almost all of these files share the exact same license text, and this patch only modifies the files that contain the most common license text. There can be slight variations because the third clause contains company names - most say "Intel Corporation", but there are instances for Nvidia, Samsung, Eideticom and even "the copyright holder".
Used a bash script to automate replacement of the license text with SPDX identifier which is checked into scripts/spdx.sh.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: <qun.wan@intel.com>
show more ...
|
|
Revision tags: v22.05, v22.09-pre, v22.05-rc1, v22.01.1, v22.01, v22.01-rc1, v21.10, v21.10-rc1, v21.07, v21.07-rc1, v21.04, v21.04-rc1, v21.01.1, v21.01, v21.01-rc1, v20.10, v20.10-rc1, v20.07, v20.07-rc1, v20.04.1, v20.01.2, v20.04, v20.04-rc1, v20.01.1, v20.01, v20.01-rc1, v19.10.1, v19.10, v19.10-rc1, v19.07.1, v19.07 |
|
| #
772db556 |
| 08-Jul-2019 |
Vitaliy Mysak <vitaliy.mysak@intel.com> |
lib/util: fix spdk_strerror() empty string return
If __USE_GNU is set, spdk_strerror() returns empty string instead of "Unknown error %d". if unknown error code provided. The reason is that on u
lib/util: fix spdk_strerror() empty string return
If __USE_GNU is set, spdk_strerror() returns empty string instead of "Unknown error %d". if unknown error code provided. The reason is that on unknown errors, `strerror_r()` will return provided buffer, (in our case, `buf` is returned) then `snprintf()` will write to `buf` having `buf` as input argument because `new_buffer` == `buf`, which results in an empty string. This patch fixes the above issue by first checking if `buf` == `new_buffer`.
Change-Id: I838ebf47d115b58cee3145991243bc9ebaeb651d Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/460825 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
|
Revision tags: v19.04.1, v19.04, v18.10.2, v19.01.1, v19.01 |
|
| #
f0e6bbea |
| 29-Jan-2019 |
Wojciech Malikowski <wojciech.malikowski@intel.com> |
util/string: additional errno check after strtol()
Without this check valgrind complains that we are using uninitialized variable.
Change-Id: I5cb73d10e167004f6e4df9e3621ec3b35ec2448d Signed-off-by
util/string: additional errno check after strtol()
Without this check valgrind complains that we are using uninitialized variable.
Change-Id: I5cb73d10e167004f6e4df9e3621ec3b35ec2448d Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Reviewed-on: https://review.gerrithub.io/c/442519 Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
b78e763c |
| 22-Jan-2019 |
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> |
string: spdk_strtol to delegate additional error checking
Error check of strtol is left to users of it. But some use cases of strtol in SPDK do not have enough error check yet.
For example, strtol
string: spdk_strtol to delegate additional error checking
Error check of strtol is left to users of it. But some use cases of strtol in SPDK do not have enough error check yet.
For example, strtol returns 0 if there were no digits at all.
It should be avoided for each use case to add enough error checking for strtol.
Hence spdk_strtol and spdk_strtoll do additional error checking according to the description of manual of strtol.
Besides, there is no use case of negative number now, and to keep simplicity, spdk_trtol and spdk_strtoll allows only strings that is positive number or zero.
As a result of this policy, callers of them only have to check if the return value is not negative.
Subsequent patches will replace atoi to spdk_strtol because atoi does not have error check.
Change-Id: If3d549970595e53b1141674e47710fe4dd062bc5 Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/c/441626 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: wuzhouhui <wuzhouhui@kingsoft.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
|
Revision tags: v18.10.1 |
|
| #
8adbd909 |
| 12-Dec-2018 |
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> |
util/string: sprintf_append_realloc to concatenate strings with realloc
Appending string by using sprintf with realloc will be generally usable and add sprintf_append_realloc() and vsprintf_append_r
util/string: sprintf_append_realloc to concatenate strings with realloc
Appending string by using sprintf with realloc will be generally usable and add sprintf_append_realloc() and vsprintf_append_realloc() to the utility.
These APIs follow realloc about buffer management, i.e., the original buffer is left untouched if they fail.
Besides, the original buffer is NULL, they are equivalent to sprintf_alloc() and vsprintf_alloc(), respectively.
Change-Id: I8b69d9640e86e1862ddd3917995bad6f59426b7e Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Signed-off-by: Chunyang Hui <chunyang.hui@intel.com> Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-on: https://review.gerrithub.io/c/436913 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
|
Revision tags: v18.10 |
|
| #
7818939c |
| 12-Oct-2018 |
Pawel Wodkowski <pawelx.wodkowski@intel.com> |
util: make spdk_parse_ip_addr return -EINVAL instead -1
Change-Id: Idcdaeb5603c5fbe369884ced52e569cc3149be39 Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-on: https://review.g
util: make spdk_parse_ip_addr return -EINVAL instead -1
Change-Id: Idcdaeb5603c5fbe369884ced52e569cc3149be39 Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-on: https://review.gerrithub.io/429228 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
|
Revision tags: v18.07.1, v18.07 |
|
| #
a1ec258a |
| 27-Jul-2018 |
Ben Walker <benjamin.walker@intel.com> |
Clean up some incorrect Copyright statements
Daisuke Aoyama originally contributed to istgt, the iSCSI target in FreeBSD. The SPDK iSCSI code is originally derived from that. Due to copy and paste,
Clean up some incorrect Copyright statements
Daisuke Aoyama originally contributed to istgt, the iSCSI target in FreeBSD. The SPDK iSCSI code is originally derived from that. Due to copy and paste, some incorrect copyright attributions have been added to other files that do not derive from istgt, so this patch removes those.
It is doubtful, at this point, that there is any code whatsoever that remains from the original istgt, but we can revisit that at a later time.
Change-Id: I207e1e6b99d271e2f12690be90a96f7d0c113af7 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/420679 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
|
Revision tags: v18.04.1, v18.04, v18.01.1 |
|
| #
d81f3dfd |
| 21-Feb-2018 |
Daniel Verkamp <daniel.verkamp@intel.com> |
util: add spdk_mem_all_zero() function
Unify several similar functions checking for a buffer of all zero bytes into the util library.
Change-Id: Idfbeffa22add34ac9ed1bd75ee27d6bd8b188940 Signed-off
util: add spdk_mem_all_zero() function
Unify several similar functions checking for a buffer of all zero bytes into the util library.
Change-Id: Idfbeffa22add34ac9ed1bd75ee27d6bd8b188940 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/400892 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
|
Revision tags: v18.01 |
|
| #
71db3a08 |
| 27-Dec-2017 |
Daniel Verkamp <daniel.verkamp@intel.com> |
util: make spdk_strerror_r() return void
Handle the possibility of the system strerror_r() returning an error internally within spdk_strerror_r() so that callers don't need to check the return value
util: make spdk_strerror_r() return void
Handle the possibility of the system strerror_r() returning an error internally within spdk_strerror_r() so that callers don't need to check the return value.
Change-Id: I0571c3f5999873575562d08a04d714716a7881ff Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/393105 Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| #
ec6a1afb |
| 13-Dec-2017 |
Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> |
util: add a helper function for parsing capacities (1K, 128M, 2G)
Also used it in parsing `-m` SPDK app param, meaning that it can now accept numbers followed by a binary prefix - like 512M or 2G.
util: add a helper function for parsing capacities (1K, 128M, 2G)
Also used it in parsing `-m` SPDK app param, meaning that it can now accept numbers followed by a binary prefix - like 512M or 2G.
Change-Id: If458dc08429237f2cb3f3f661bcaf382468df0f0 Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/391670 Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
|
Revision tags: v17.10.1, v17.10, v17.07.1 |
|
| #
4d43844f |
| 11-Aug-2017 |
Seth Howell <seth.howell@intel.com> |
lib: replace strerror with strerror_r
replaces all references to strerror in the spdk lib directory with references to the thread safe strerror_r
Change-Id: I80d946cce3299007ee10500b93f7e1c8e503ee4
lib: replace strerror with strerror_r
replaces all references to strerror in the spdk lib directory with references to the thread safe strerror_r
Change-Id: I80d946cce3299007ee10500b93f7e1c8e503ee41 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/374012 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
|
Revision tags: v17.07 |
|
| #
16c362a8 |
| 20-Jul-2017 |
Daniel Verkamp <daniel.verkamp@intel.com> |
string: add spdk_str_chomp() function
Add a helper function to remove trailing newlines.
Change-Id: I8b1a2bf3d70ef17e0bc7e74429ac955c68cb6bcf Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com
string: add spdk_str_chomp() function
Add a helper function to remove trailing newlines.
Change-Id: I8b1a2bf3d70ef17e0bc7e74429ac955c68cb6bcf Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/370592 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
| #
b961d9cc |
| 02-May-2017 |
Ben Walker <benjamin.walker@intel.com> |
include: Move the remainder of the code base to stdinc.h
Change-Id: I6a142feeaad3117bd3c75e7c5cb7231a1cfa78ae Signed-off-by: Ben Walker <benjamin.walker@intel.com>
|
|
Revision tags: v17.03 |
|
| #
4404793d |
| 10-Feb-2017 |
Daniel Verkamp <daniel.verkamp@intel.com> |
string: make spdk_parse_ip_addr() params non-const
The host and port output parameters point into the (non-const) char *ip, so it makes more sense for them to be non-const as well.
This allows the
string: make spdk_parse_ip_addr() params non-const
The host and port output parameters point into the (non-const) char *ip, so it makes more sense for them to be non-const as well.
This allows the flexibility to pass non-const char pointers as the output parameters, which will be used in the nvmf_tgt/conf.c parsing code.
Change-Id: I1d5b102fc389c06d36432904e4fda944437b659e Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
08238af7 |
| 01-Feb-2017 |
Ben Walker <benjamin.walker@intel.com> |
util: Add a function to parse ip addresses.
This function parses in place by inserting null terminators.
Change-Id: I61cb97b87ec05d0183fbaa993fd3d7580a188bde Signed-off-by: Ben Walker <benjamin.wal
util: Add a function to parse ip addresses.
This function parses in place by inserting null terminators.
Change-Id: I61cb97b87ec05d0183fbaa993fd3d7580a188bde Signed-off-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
|
Revision tags: v16.12 |
|
| #
b4bd76bc |
| 18-Nov-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
util: add vsprintf version of spdk_sprintf_alloc
-Wformat-nonliteral needs to be disabled since clang triggers it on the call to vsnprintf() now that it is nested two calls deep.
Change-Id: I228b9d
util: add vsprintf version of spdk_sprintf_alloc
-Wformat-nonliteral needs to be disabled since clang triggers it on the call to vsnprintf() now that it is nested two calls deep.
Change-Id: I228b9d099cfc2b65181941cbb4798b7f8eae3baa Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
ae6fbf1d |
| 21-Nov-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
util: add spdk_strlen_pad() function
This is a counterpart to spdk_strcpy_pad() which determines the length of a string in a fixed-size buffer that may be right-padded with a specific character.
Ch
util: add spdk_strlen_pad() function
This is a counterpart to spdk_strcpy_pad() which determines the length of a string in a fixed-size buffer that may be right-padded with a specific character.
Change-Id: I2dab8d218ee9d55f7c264daa3956c2752d9fc7f7 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
98c8867e |
| 19-Aug-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
scsi: move spdk_strcpy_pad() into util/string.c
This will be useful outside of the SCSI code, so put it in the common string utility file.
Also reorder the parameters so they match the order used i
scsi: move spdk_strcpy_pad() into util/string.c
This will be useful outside of the SCSI code, so put it in the common string utility file.
Also reorder the parameters so they match the order used in strncpy().
Change-Id: I9e25a59b64e4bedf04e5a96de463b1d8aa0ddac3 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
|
Revision tags: v16.08, v16.06 |
|
| #
d0cbec4a |
| 28-Apr-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
lib/util: add spdk_str_trim()
Function to trim leading and trailing whitespace from a string.
Originally based on code imported from istgt.
Change-Id: I87abe584130bdf4930098fadb8e57291f18eda7f Sig
lib/util: add spdk_str_trim()
Function to trim leading and trailing whitespace from a string.
Originally based on code imported from istgt.
Change-Id: I87abe584130bdf4930098fadb8e57291f18eda7f Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
e56aab98 |
| 28-Apr-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
lib/util: add spdk_strsepq()
Parsing function for delimited strings with embedded quotes.
Originally based on code imported from istgt.
Change-Id: I448feb53ea232048ed8c68738e12bc3660eb4235 Signed-
lib/util: add spdk_strsepq()
Parsing function for delimited strings with embedded quotes.
Originally based on code imported from istgt.
Change-Id: I448feb53ea232048ed8c68738e12bc3660eb4235 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
c5611b26 |
| 28-Apr-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
lib/util: add spdk_strlwr()
Add function to convert string to lowercase in place.
Originally based on code imported from istgt.
Change-Id: Ica9fe2208e6ee09b22c9a652a33c5affe5be23cc Signed-off-by:
lib/util: add spdk_strlwr()
Add function to convert string to lowercase in place.
Originally based on code imported from istgt.
Change-Id: Ica9fe2208e6ee09b22c9a652a33c5affe5be23cc Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|