Chip-to-chip (C2C)
Producers and consumers running on separate applications on different SoCs requires inter-SoC communication. The data transmission will be across memory boundary. The streaming will no longer be a copy-less operation. In addition to the requirements for cross-application use cases, the buffer data of each frame will be copied from the producer system to the consumer system. The receiving end (not necessarily the consumer process) of the inter-SoC communication requires allocation of buffers as the destination of C2C data copy.