Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1, v24.05, v24.09-pre, v24.05-rc1 |
|
#
b557c9c8 |
| 23-Apr-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
lib/mlx5: Add native implementation of CQ and QP
Add functions to create, destory CQ and QP Next patches add implementation of other API used in IO path to replace mlx5_dv API. Under the hood CQ and
lib/mlx5: Add native implementation of CQ and QP
Add functions to create, destory CQ and QP Next patches add implementation of other API used in IO path to replace mlx5_dv API. Under the hood CQ and QP are created used verbs API and then low level objects are extracted to be used directly.
mlx5_ifc.h is a binary interface to the HW according to the PRM. mlx5_ifc.h is a copy of rdma-core header version v51.0 with some modifications. Original copyright is kept. This file is available under a choice of one of two licenses: GPL v2 or BSD-2-Clause (the clause is not specified explicitly but the text matches the 2-clause) LICENSE file was updated with mentioning that mlx5_ifc.h in SPDK tree is BSD-2-Clause
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: If5415729019c85eda8e6a1494164d3d0bab9ee94 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23102 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Mellanox Build Bot
show more ...
|
Revision tags: LTS, v24.01, v24.05-pre, v24.01-rc1, v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1, v22.01.2, v22.09, v23.01-pre, v22.09-rc1 |
|
#
ddf8904c |
| 06-Jun-2022 |
Jim Harris <james.r.harris@intel.com> |
Use SPDX license identifiers in remaining files.
There are a few places we can replace existing license text with SPDX license identifiers, that did not match the auto-replacement script in the prev
Use SPDX license identifiers in remaining files.
There are a few places we can replace existing license text with SPDX license identifiers, that did not match the auto-replacement script in the previous patch.
Make those replacements manually in this patch instead.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I258720c03bc2153d1c56a8adf6357f224b911c0b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12913 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>
show more ...
|
#
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 |
|
#
d959e41c |
| 27-Jan-2021 |
paul luse <paul.e.luse@intel.com> |
LICENSE: add info about submodules
Make it clear that each submodule carries its own license.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I2e467df995429f3a87140288b8a8488eccb48139 R
LICENSE: add info about submodules
Make it clear that each submodule carries its own license.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I2e467df995429f3a87140288b8a8488eccb48139 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6123 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> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Community-CI: Mellanox Build Bot
show more ...
|
Revision tags: 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, v19.04.1, v19.04, v18.10.2, v19.01.1, v19.01, v18.10.1, v18.10, v18.07.1, v18.07, v18.04.1, v18.04, v18.01.1, v18.01, v17.10.1, v17.10, v17.07.1, v17.07, v17.03, v16.12, v16.08, v16.06, v1.2.0 |
|
#
c02b1794 |
| 26-Jan-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
Remove year from copyright headers.
Also add a space between Copyright and (c).
The copyright year can be determined using git metadata.
Also remove the duplicated "All rights reserved." - every i
Remove year from copyright headers.
Also add a space between Copyright and (c).
The copyright year can be determined using git metadata.
Also remove the duplicated "All rights reserved." - every instance of this line already has a corresponding "All rights reserved" immediately below it, except for examples/ioat/kperf/kmod/dma_perf.c, where I have added it manually.
Performed using this command:
git ls-files | xargs sed -i -e 's/Copyright(c) \(.*\) Intel Corporation. All rights reserved./Copyright (c) Intel Corporation./'
Change-Id: I3779f404966800709024eb1eb66a50068af2716c Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
Revision tags: v1.0.0 |
|
#
1010fb3a |
| 21-Sep-2015 |
Daniel Verkamp <daniel.verkamp@intel.com> |
SPDK: Initial check-in
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
|