Re: [RFC PATCH v3 1/6] virtio/vsock: rename 'EOR' to 'EOM' bit.

From: Stefano Garzarella
Date: Tue Aug 24 2021 - 05:52:21 EST


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@xxxxxxxxxxxxx>
---
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@xxxxxxxxxx>