Lines Matching refs:module
7 (`lib` and `module`) inside of the SPDK repository in a deliberate way to prevent
16 modules and are located in the `module` directory. For example, the `spdk_sock` library is containe…
18 are contained in the `module` directory.
49 module and the underlying `dpdk` environment can be found in the [environment](#env_replacement) se…
51 ### module {#module}
53 The component libraries in the `module` directory represent specific implementations of the base li…
55 `spdk_event` framework except for those libraries which directly implement the `spdk_event` module …
57 There are seven sub-directories in the `module` directory which each hold a different class of libr…
62 …the `lib` directory then manages the module directly. These types of libraries each implement a fu…
67 | module directory | parent library | dependent on event library |
69 | module/accel | spdk_accel | no |
70 | module/bdev | spdk_bdev | no |
71 | module/event | spdk_event | yes |
72 | module/sock | spdk_sock | no |
93 defines the interfaces a bdev module library would need to implement, `bdev.h` contains general blo…
96 headers between consumers of the library and those wishing to register a module with that library.
104 Other header files contained directly in the `lib` and `module` directories are intended to be cons…