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 <mikael.olsson@arm.com>
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 -> buf: IFM and OFM
 
 net --> dev
-net --> buf: Network model
 
 buf -> dev
 
-@enduml
\ No newline at end of file
+@enduml