2023-09-28 15:55:54

by Divin Raj

[permalink] [raw]
Subject: [PATCH 0/1] rpmsg: virtio: Make buffer size and number configurable

This change is necessary to support the allocation of memory for an out-of-tree
rpmsg ethernet device driver over virtio, enabling support for packet sizes
based on the MTU (Maximum Transmission Unit) size (1500).

Peter Hoyes (1):
rpmsg: virtio: Make buffer size and number configurable

drivers/rpmsg/Kconfig | 23 +++++++++++++++++++++++
drivers/rpmsg/virtio_rpmsg_bus.c | 27 +++------------------------
2 files changed, 26 insertions(+), 24 deletions(-)

--
2.25.1