Re: [net-next PATCH 0/2] Add support for VLAN based flow distribution

2020-09-23 Thread David Miller
From: George Cherian 
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.


Re: [net-next PATCH 0/2] Add support for VLAN based flow distribution

2020-09-22 Thread Jakub Kicinski
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