On 10/12/2018 09:24 AM, Jens Freimann wrote:
On Thu, Oct 11, 2018 at 07:31:57PM +0200, Maxime Coquelin wrote:
I'm testing your series, and it gets stuck after 256 packets in transmit
path. When it happens, descs flags indicate it has been made available
by the driver (desc->flags = 0x80), bu
On Thu, Oct 11, 2018 at 07:31:57PM +0200, Maxime Coquelin wrote:
I'm testing your series, and it gets stuck after 256 packets in transmit
path. When it happens, descs flags indicate it has been made available
by the driver (desc->flags = 0x80), but it is not consistent with the
expected wrap cou
I'm testing your series, and it gets stuck after 256 packets in transmit
path. When it happens, descs flags indicate it has been made available
by the driver (desc->flags = 0x80), but it is not consistent with the
expected wrap counter value (0).
Not sure this is the root cause, but it seems be
On Wed, Oct 10, 2018 at 09:27:31AM +0200, Maxime Coquelin wrote:
On 10/03/2018 03:11 PM, Jens Freimann wrote:
This implements the transmit path for devices with
support for packed virtqueues.
Signed-off-by: Jens Freiman
---
drivers/net/virtio/virtio_ethdev.c | 32 ++--
drivers/net/virtio/v
On 10/03/2018 03:11 PM, Jens Freimann wrote:
This implements the transmit path for devices with
support for packed virtqueues.
Signed-off-by: Jens Freiman
---
drivers/net/virtio/virtio_ethdev.c | 32 ++--
drivers/net/virtio/virtio_ethdev.h | 2 +
drivers/net/virtio/virtio_ring.h |
This implements the transmit path for devices with
support for packed virtqueues.
Signed-off-by: Jens Freiman
---
drivers/net/virtio/virtio_ethdev.c | 32 ++--
drivers/net/virtio/virtio_ethdev.h | 2 +
drivers/net/virtio/virtio_ring.h | 15 +-
drivers/net/virtio/virtio_rxtx.c | 276 +
6 matches
Mail list logo