> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Caleb Raitto
> Sent: Friday, August 10, 2018 9:18 AM
> To: [email protected]; [email protected]; [email protected]
> Cc: Gonglei (Arei) <[email protected]>; [email protected];
> [email protected]; [email protected]; Caleb Raitto
> <[email protected]>
> Subject: [PATCH net-next 1/2] virtio: Make vp_set_vq_affinity() take a mask.
> 
> From: Caleb Raitto <[email protected]>
> 
> Make vp_set_vq_affinity() take a cpumask instead of taking a single CPU.
> 
> If there are fewer queues than cores, queue affinity should be able to
> map to multiple cores.
> 
> Link: https://patchwork.ozlabs.org/patch/948149/
> Suggested-by: Willem de Bruijn <[email protected]>
> Signed-off-by: Caleb Raitto <[email protected]>
> ---
>  drivers/crypto/virtio/virtio_crypto_core.c | 4 ++--
>  drivers/net/virtio_net.c                   | 8 ++++----
>  drivers/virtio/virtio_pci_common.c         | 7 +++----
>  drivers/virtio/virtio_pci_common.h         | 2 +-
>  include/linux/virtio_config.h              | 7 ++++---
>  5 files changed, 14 insertions(+), 14 deletions(-)
> 

Acked-by: Gonglei <[email protected]>

Reply via email to