mbox series

[0/1] rpmsg: virtio: Make buffer size and number configurable

Message ID 20230928153825.151948-1-divin.raj@arm.com (mailing list archive)
Headers show
Series rpmsg: virtio: Make buffer size and number configurable | expand

Message

Divin Raj Sept. 28, 2023, 3:38 p.m. UTC
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(-)