Commit 57cf8961 authored by John Kariuki's avatar John Kariuki Committed by Tomasz Zawadzki
Browse files

doc/sma: update interface file dir



The directory containing the interface protobuf files recently changed.
Updating the documentation to point to the new directory.

Change-Id: I8c1586e7aee024a12867bc8c32cc7ad57868339b
Signed-off-by: default avatarJohn Kariuki <John.K.Kariuki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16350


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent 14671b8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ lot of hardware-specific options.

## Interface

The interface is defined in a protobuf files located in `python/spdk/sma/proto`
The interface is defined in a protobuf files located in `proto`
directory.  The generic interface common to all types of devices is defined in
`sma.proto` file, while device-specific options are defined in their separate
files (e.g. `nvme.proto` for NVMe).