mbox series

[0/2] net/netvsc: RSS parameter support

Message ID 20190613150343.8229-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/netvsc: RSS parameter support |

Message

Stephen Hemminger June 13, 2019, 3:03 p.m. UTC
  A couple of patches to allow programming RSS in the netvsc PMD.

Stephen Hemminger (2):
  net/netvsc: return correct RSS offload settings
  net/netvsc: support configuring RSS parameters

 drivers/net/netvsc/hn_ethdev.c | 187 +++++++++++++++++++++++++++++++--
 drivers/net/netvsc/hn_rndis.c  |  40 ++-----
 drivers/net/netvsc/hn_rndis.h  |   5 +-
 drivers/net/netvsc/hn_var.h    |   9 ++
 drivers/net/netvsc/hn_vf.c     |  34 ++++++
 5 files changed, 230 insertions(+), 45 deletions(-)
  

Comments

Ferruh Yigit June 27, 2019, 6:14 p.m. UTC | #1
On 6/13/2019 4:03 PM, Stephen Hemminger wrote:
> A couple of patches to allow programming RSS in the netvsc PMD.
> 
> Stephen Hemminger (2):
>   net/netvsc: return correct RSS offload settings
>   net/netvsc: support configuring RSS parameters

Series applied to dpdk-next-net/master, thanks.