diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2022-09-21 16:20:16 +0200 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-11-09 15:45:17 +0100 |
commit | dd15e7f95f6eea5ce072fa3ade7a5fa52423216a (patch) | |
tree | d958265245798fd97852610f7cd87a5549cad224 /README.md | |
parent | 6c78ea74c2320c4c65650780e7a812c3d7e030b9 (diff) |
Add the virtio-loopback-driver and .gitreview file
The virtio-loopback-driver is part of the Virtio Loopback
architecture detailed in the following link:
https://git.virtualopensystems.com/virtio-loopback/docs
Change-Id: I4828f903f025966624396632a76a2debf6f958d4
Signed-off-by: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..70cc2d4 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# virtio-loopback transport repository + +This repository includes the beta version of the "virtio_loopback_transport" driver which is part of the Virtio Loopback Design presented in this [document](https://git.virtualopensystems.com/virtio-loopback/docs/-/blob/master/design_docs). This work carried on by Virtual Open Systems in the [Automotive Grade Linux](https://www.automotivegradelinux.org) community. + +As described in the design document, the transport is only a part of a more complex architecture. If you want to see the implementation and build the other components, refer to the [virtio-loopback docs repository](https://git.virtualopensystems.com/virtio-loopback/docs/-/tree/beta-release). + +## Build the virtio-loopback transport + +In order to build this project the next commands need to be used: +- `make` for x86 +- `make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-` for arm64 + +**NOTE**: The `DEBUG=1` can be used in order to enable the driver's logs. + +This driver is tested with Linux v5.10 and it is NOT be compatible with newer versions ("fcheck_files" function is replaced by "files_lookup_fd_rcu". + |