search for: 6e474083f

Displaying 3 results from an estimated 3 matches for "6e474083f".

2018 Jul 04
1
[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
...52 /* Nothing new? Wait for eventfd to tell us 8dd014adf David Stevens 2010-07-27 753 * they refilled. */ 8241a1e46 Jason Wang 2016-06-01 754 goto out; 8dd014adf David Stevens 2010-07-27 755 } 5990a3051 Jason Wang 2018-01-04 756 if (nvq->rx_ring) 6e474083f Wei Xu 2017-12-01 757 msg.msg_control = vhost_net_buf_consume(&nvq->rxq); 6e474083f Wei Xu 2017-12-01 758 /* On overrun, truncate and discard */ 6e474083f Wei Xu 2017-12-01 759 if (unlikely(headcount > UIO_MAXIOV)) { 6e474083f Wei Xu...
2018 Jul 03
12
[PATCH net-next 0/8] Packed virtqueue for vhost
Hi all: This series implements packed virtqueues. The code were tested with Tiwei's RFC V6 at https://lkml.org/lkml/2018/6/5/120. Pktgen test for both RX and TX does not show obvious difference with split virtqueues. The main bottleneck is the guest Linux driver, since it can not stress vhost for a 100% CPU utilization. A full TCP benchmark is ongoing. Will test virtio-net pmd as well when
2018 Jul 03
12
[PATCH net-next 0/8] Packed virtqueue for vhost
Hi all: This series implements packed virtqueues. The code were tested with Tiwei's RFC V6 at https://lkml.org/lkml/2018/6/5/120. Pktgen test for both RX and TX does not show obvious difference with split virtqueues. The main bottleneck is the guest Linux driver, since it can not stress vhost for a 100% CPU utilization. A full TCP benchmark is ongoing. Will test virtio-net pmd as well when