Stefano Garzarella
2021-Aug-24 09:52 UTC
[RFC PATCH v3 1/6] virtio/vsock: rename 'EOR' to 'EOM' bit.
On Mon, Aug 16, 2021 at 11:51:09AM +0300, Arseny Krasnov wrote:>This current implemented bit is used to mark end of messages >('EOM' - end of message), not records('EOR' - end of record). >Also rename 'record' to 'message' in implementation as it is >different things. > >Signed-off-by: Arseny Krasnov <arseny.krasnov at kaspersky.com> >--- > drivers/vhost/vsock.c | 12 ++++++------ > include/uapi/linux/virtio_vsock.h | 2 +- > net/vmw_vsock/virtio_transport_common.c | 14 +++++++------- > 3 files changed, 14 insertions(+), 14 deletions(-)Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>