From c081e5954cd92165b139488e76bdfef1402acee6 Mon Sep 17 00:00:00 2001 From: Mikael Olsson Date: Mon, 30 Oct 2023 11:10:56 +0100 Subject: Change create network UAPI to take a user buffer To not allow the buffer for a network instance to be changed after creation, the create network UAPI will now take the network model data as a user buffer. The content of the user buffer is copied into an internally allocated DMA buffer that cannot be accessed by the user. This breaks the current API so the Linux kernel NPU driver version and the driver library version have been given major version bumps. All the tests, documentation and other applications affected by the changes have been updated accordingly. Change-Id: I25c785d75a24794c3db632e4abe5cfbb1c7ac190 Signed-off-by: Mikael Olsson --- docs/driver_library_component.puml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/driver_library_component.puml') diff --git a/docs/driver_library_component.puml b/docs/driver_library_component.puml index 1b640e2..6e39456 100644 --- a/docs/driver_library_component.puml +++ b/docs/driver_library_component.puml @@ -11,8 +11,7 @@ inf -> net inf -> buf: IFM and OFM net --> dev -net --> buf: Network model buf -> dev -@enduml \ No newline at end of file +@enduml -- cgit v1.2.1