mbox series

[0/2] Fixes in virtio vectorized functions

Message ID cover.1568216827.git.thierry.herbelot@6wind.com (mailing list archive)
Headers
Series Fixes in virtio vectorized functions |

Message

Thierry Herbelot Sept. 11, 2019, 4:04 p.m. UTC
  Two fixes in the vectorized functions of virtio.

Thibaut Collet (2):
  virtio: fix rx stats with vectorized functions
  virtio: get all pending rx packets with vectorized functions

 drivers/net/virtio/virtio_rxtx.c             |  2 +-
 drivers/net/virtio/virtio_rxtx.h             |  2 ++
 drivers/net/virtio/virtio_rxtx_simple_neon.c | 10 ++++++++--
 drivers/net/virtio/virtio_rxtx_simple_sse.c  | 10 ++++++++--
 4 files changed, 19 insertions(+), 5 deletions(-)
  

Comments

Maxime Coquelin Sept. 27, 2019, 9:11 a.m. UTC | #1
Hi David,

On 9/11/19 6:04 PM, Thierry Herbelot wrote:
> Two fixes in the vectorized functions of virtio.
> 
> Thibaut Collet (2):
>   virtio: fix rx stats with vectorized functions
>   virtio: get all pending rx packets with vectorized functions
> 
>  drivers/net/virtio/virtio_rxtx.c             |  2 +-
>  drivers/net/virtio/virtio_rxtx.h             |  2 ++
>  drivers/net/virtio/virtio_rxtx_simple_neon.c | 10 ++++++++--
>  drivers/net/virtio/virtio_rxtx_simple_sse.c  | 10 ++++++++--
>  4 files changed, 19 insertions(+), 5 deletions(-)
> 

Could you do the same fix for the new Power vectorized Rx path?

Thanks,
Maxime
  
Maxime Coquelin Sept. 27, 2019, 9:50 a.m. UTC | #2
On 9/11/19 6:04 PM, Thierry Herbelot wrote:
> Two fixes in the vectorized functions of virtio.
> 
> Thibaut Collet (2):
>   virtio: fix rx stats with vectorized functions
>   virtio: get all pending rx packets with vectorized functions
> 
>  drivers/net/virtio/virtio_rxtx.c             |  2 +-
>  drivers/net/virtio/virtio_rxtx.h             |  2 ++
>  drivers/net/virtio/virtio_rxtx_simple_neon.c | 10 ++++++++--
>  drivers/net/virtio/virtio_rxtx_simple_sse.c  | 10 ++++++++--
>  4 files changed, 19 insertions(+), 5 deletions(-)
> 

Applied to dpdk-next-virtio/master.

Thanks,
Maxime