2e497261 | 13-Mar-2024 |
Michal Berger <michal.berger@intel.com> |
setup/interactive: Rewrite bdevices()
This option is used to bind a device to a given driver. It was a bit hard to follow what argument needed to be passed there so split the dev and driver selectio
setup/interactive: Rewrite bdevices()
This option is used to bind a device to a given driver. It was a bit hard to follow what argument needed to be passed there so split the dev and driver selection into separate routines. Add small wrapper function to print some extra driver info for selected device.
Change-Id: Ia870d8e4314c02f364c2264bf3266cd0077e7e9a Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22316 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
f01d428b | 13-Mar-2024 |
Michal Berger <michal.berger@intel.com> |
setup/interactive: Silence status()'s stderr
If something happens in the background, i.e. some device goes away, status() may fail to fetch some info (like numa_node) printing out an ugly warning. S
setup/interactive: Silence status()'s stderr
If something happens in the background, i.e. some device goes away, status() may fail to fetch some info (like numa_node) printing out an ugly warning. Simply ignore it.
Change-Id: I56bc830e5832273c34999adae65e798459aba143 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22315 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
show more ...
|
f1068fef | 10-Aug-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/setup: Add some extra details to pdevices()
To allow user identify given devices easier, especially when they are bound to userspace drivers.
Change-Id: I66d4de6204aa62b23a0ddec4ff851fdc614
scripts/setup: Add some extra details to pdevices()
To allow user identify given devices easier, especially when they are bound to userspace drivers.
Change-Id: I66d4de6204aa62b23a0ddec4ff851fdc61490fc3 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19443 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@gmail.com>
show more ...
|
44fef7d2 | 10-Aug-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/setup: Add quick interactive mode
Change-Id: I08dde2baba4967e1bf5c8944dd7513fc010d6d11 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spd
scripts/setup: Add quick interactive mode
Change-Id: I08dde2baba4967e1bf5c8944dd7513fc010d6d11 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19442 Reviewed-by: Jim Harris <jim.harris@gmail.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
daf647bc | 10-Aug-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/setup: Add editor mode
This mode is meant to immitate (poorly) git's interactive mode by allowing user to modify list of devices in the $EDITOR.
For now use it only for overriding the "in u
scripts/setup: Add editor mode
This mode is meant to immitate (poorly) git's interactive mode by allowing user to modify list of devices in the $EDITOR.
For now use it only for overriding the "in use" state of the device. Option is hidden under '5e'.
Change-Id: I1739cb7f2cd74b26dd10de9bdf515238d816ba93 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19440 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@gmail.com>
show more ...
|