Message ID | 20200922130727.2350661-1-george.cherian@marvell.com |
---|---|
Headers | show |
Series | Add support for VLAN based flow distribution | expand |
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>
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.