Re: [virtio-dev] [RFC PATCH 1/1] can: virtio: Initial virtio CAN driver.

2022-08-25 Thread Arnd Bergmann
() b On Thu, Aug 25, 2022 at 3:44 PM Harald Mommer wrote: > > - CAN Control > > - "ip link set up can0" starts the virtual CAN controller, > - "ip link set up can0" stops the virtual CAN controller > > - CAN RX > > Receive CAN frames. CAN frames can be standard or extended, classic or >

Re: [virtio-dev] [PATCH v7] virtio_net: support split header

2022-08-25 Thread Cornelia Huck
On Tue, Aug 16 2022, Heng Qi wrote: > From: Xuan Zhuo > > The purpose of this feature is to split the header and the payload of > the packet. > > |receive buffer| > | 0th descriptor | 1th descriptor| >

[virtio-dev] [RFC PATCH 1/1] can: virtio: Initial virtio CAN driver.

2022-08-25 Thread Harald Mommer
- CAN Control - "ip link set up can0" starts the virtual CAN controller, - "ip link set up can0" stops the virtual CAN controller - CAN RX Receive CAN frames. CAN frames can be standard or extended, classic or CAN FD. Classic CAN RTR frames are supported. - CAN TX Send CAN frames.

[virtio-dev] [RFC PATCH v2 1/1] virtio-can: Device specification - 2nd RFC draft.

2022-08-25 Thread Harald Mommer
virtio-can is a virtual CAN device. It provides a way to give access to a CAN controller from a driver guest. The device is aimed to be used by driver guests running a HLOS as well as by driver guests running a typical RTOS as used in controller environments. This is the reworked (2nd) version of