misc comment/echo cleanup, replace use of word DMA for consistency
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I186c68250e7e882e80ed49964dd9dbbba988612d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2111 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> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
6d18ea425b
commit
230f827a38
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* IDXD DMA engine driver public interface
|
||||
* IDXD accel engine driver public interface
|
||||
*/
|
||||
|
||||
#ifndef SPDK_IDXD_H
|
||||
@ -138,7 +138,7 @@ void spdk_idxd_detach(struct spdk_idxd_device *idxd);
|
||||
void spdk_idxd_set_config(uint32_t config_number);
|
||||
|
||||
/**
|
||||
* Build and submit a DMA engine memory copy request.
|
||||
* Build and submit a accel engine memory copy request.
|
||||
*
|
||||
* This function will build the copy descriptor and then immediately submit
|
||||
* by writing to the proper device portal.
|
||||
@ -178,7 +178,7 @@ int spdk_idxd_submit_compare(struct spdk_idxd_io_channel *chan,
|
||||
spdk_idxd_req_cb cb_fn, void *cb_arg);
|
||||
|
||||
/**
|
||||
* Build and submit a DMA engine memory fill request.
|
||||
* Build and submit a accel engine memory fill request.
|
||||
*
|
||||
* This function will build the fill descriptor and then immediately submit
|
||||
* by writing to the proper device portal.
|
||||
|
@ -626,7 +626,7 @@ function status_linux() {
|
||||
done
|
||||
|
||||
echo ""
|
||||
echo "I/OAT DMA"
|
||||
echo "I/OAT Engine"
|
||||
|
||||
#collect all the device_id info of ioat devices.
|
||||
TMP=$(grep "PCI_DEVICE_ID_INTEL_IOAT" $rootdir/include/spdk/pci_ids.h \
|
||||
@ -650,7 +650,7 @@ function status_linux() {
|
||||
done
|
||||
|
||||
echo ""
|
||||
echo "IDXD DMA"
|
||||
echo "IDXD Engine"
|
||||
|
||||
#collect all the device_id info of idxd devices.
|
||||
TMP=$(grep "PCI_DEVICE_ID_INTEL_IDXD" $rootdir/include/spdk/pci_ids.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user