(!get_vhost_net(nc->peer)) {
+virtio_clear_feature(&features, VIRTIO_F_IN_ORDER);
+virtio_clear_feature(&features, VIRTIO_F_NOTIFICATION_DATA);
return features;
}
Best Regards
Wentao Jia
-Original Message-
From: Eugenio Perez Martin
Sent: Saturday,
Hi, Eugenio
Thanks for you comments, Our team has made new change about the patch,
these features in hw/virtio/virtio.h:DEFINE_VIRTIO_COMMON_FEATURES,
they are turned off by default , and can be turned on from at qemu command line
Do you have comments about this patch?
Best Regards
Wentao Jia
VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature are important feature
for dpdk vdpa packets transmitting performance, add the 2 features at vhost-user
front-end to negotiation with backend.
Signed-off-by: Kyle Xu
Signed-off-by: Wentao Jia
Reviewed-by: Xinying Yu
Reviewed-by
you
Wentao
-Original Message-
From: Jason Wang
Sent: Tuesday, January 16, 2024 10:20 AM
To: Wentao Jia
Cc: qemu-devel@nongnu.org; m...@redhat.com; Rick Zhong
Subject: Re: FW: [PATCH] vhost-user: add VIRTIO_F_IN_ORDER and
VIRTIO_F_NOTIFICATION_DATA feature
On Tue, Jan 16, 2024 at 9
Hi, Jason
I just add two features in vhost user feature bits, The patch was tested in my
environment
I do not know what the compatibility mean
Wentao
-Original Message-
From: Jason Wang
Sent: Monday, January 15, 2024 8:18 AM
To: Wentao Jia
Cc: qemu-devel@nongnu.org; m...@redhat.com
Hi, Michael and Jason
Do you have any other comments?
Is there a schedule for merge the patch into the community?
Thank you
Wentao
-Original Message-
From: Wentao Jia
Sent: Tuesday, January 2, 2024 1:57 PM
To: qemu-devel@nongnu.org
Cc: 'm...@redhat.com' ; Rick Zhong
; &
,
VIRTIO_F_RING_PACKED,
VIRTIO_F_RING_RESET,
+VIRTIO_F_IN_ORDER,
+VIRTIO_F_NOTIFICATION_DATA,
VIRTIO_NET_F_RSS,
VIRTIO_NET_F_HASH_REPORT,
VIRTIO_NET_F_GUEST_USO4,
--
-Original Message-
From: Wentao Jia
Sent: Tuesday, January 2, 2024 1:38 PM
To: Jason Wang
Cc: m
off-by: Wentao Jia
wentao@corigine.com<mailto:wentao@corigine.com>
Reviewed-by: Xinying Yu
xinying...@corigine.com<mailto:xinying...@corigine.com>
Reviewed-by: Shujing Dong
shujing.d...@corigine.com<mailto:shujing.d...@corigine.com>
Reviewed-by: Rick Zhong
zha