mbox series

[net-next,0/2] Add support for VLAN based flow distribution

Message ID 20200922130727.2350661-1-george.cherian@marvell.com
Headers show
Series Add support for VLAN based flow distribution | expand

Message

George Cherian Sept. 22, 2020, 1:07 p.m. UTC
This series add support for VLAN based flow distribution for octeontx2
netdev driver. This adds support for configuring the same via ethtool.

Following tests have been done.
	- Multi VLAN flow with same SD
	- Multi VLAN flow with same SDFN
	- Single VLAN flow with multi SD
	- Single VLAN flow with multi SDFN
All tests done for udp/tcp both v4 and v6


George Cherian (2):
  octeontx2-af: Add support for VLAN based RSS hashing
  octeontx2-pf: Support to change VLAN based RSS hash options via
    ethtool

 drivers/net/ethernet/marvell/octeontx2/af/mbox.h       |  1 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c    | 10 +++++++++-
 .../net/ethernet/marvell/octeontx2/nic/otx2_common.c   |  2 +-
 .../net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  7 +++++++
 4 files changed, 18 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Sept. 22, 2020, 5:13 p.m. UTC | #1
On Tue, 22 Sep 2020 18:37:25 +0530 George Cherian wrote:
> This series add support for VLAN based flow distribution for octeontx2
> netdev driver. This adds support for configuring the same via ethtool.
> 
> Following tests have been done.
> 	- Multi VLAN flow with same SD
> 	- Multi VLAN flow with same SDFN
> 	- Single VLAN flow with multi SD
> 	- Single VLAN flow with multi SDFN
> All tests done for udp/tcp both v4 and v6

Reviewed-by: Jakub Kicinski <kuba@kernel.org>
David Miller Sept. 24, 2020, 12:46 a.m. UTC | #2
From: George Cherian <george.cherian@marvell.com>
Date: Tue, 22 Sep 2020 18:37:25 +0530

> This series add support for VLAN based flow distribution for octeontx2
> netdev driver. This adds support for configuring the same via ethtool.
> 
> Following tests have been done.
> 	- Multi VLAN flow with same SD
> 	- Multi VLAN flow with same SDFN
> 	- Single VLAN flow with multi SD
> 	- Single VLAN flow with multi SDFN
> All tests done for udp/tcp both v4 and v6

Series applied to net-next, thanks.