mbox series

[F,0/1] UBUNTU: [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting with focal

Message ID 20200302144849.51810-1-frank.heimes@canonical.com
Headers show
Series UBUNTU: [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting with focal | expand

Message

Frank Heimes March 2, 2020, 2:48 p.m. UTC
Buglink: https://bugs.launchpad.net/bugs/1865452

This request is to enable the kernel CONFIG options CONFIG_NET_SWITCHDEV in focal for s390x.
On all other platforms (except s390x) CONFIG_NET_SWITCHDEV is enabled since 16.10 (LP 1628241).
The NET_SWITCHDEV support is now required to enable ConnectX-5 network adapters on s390x,
used in "embedded switch" mode.
The s390/net side of the world, will have a need for NET_SWITCHDEV as well in the near future.

Frank Heimes (1):
  Ubuntu: [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for
    s390x starting with focal

 debian.master/config/annotations               | 3 ++-
 debian.master/config/s390x/config.common.s390x | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Seth Forshee March 7, 2020, 2:30 p.m. UTC | #1
On Mon, Mar 02, 2020 at 03:48:48PM +0100, frank.heimes@canonical.com wrote:
> Buglink: https://bugs.launchpad.net/bugs/1865452
> 
> This request is to enable the kernel CONFIG options CONFIG_NET_SWITCHDEV in focal for s390x.
> On all other platforms (except s390x) CONFIG_NET_SWITCHDEV is enabled since 16.10 (LP 1628241).
> The NET_SWITCHDEV support is now required to enable ConnectX-5 network adapters on s390x,
> used in "embedded switch" mode.
> The s390/net side of the world, will have a need for NET_SWITCHDEV as well in the near future.

Please be sure you run updateconfigs after making config changes. In
this case the option was now the same between all architectures and
flavors, so the option should have moved to config.common.ubuntu.

Applied to focal/master-next and unstable/master after modifying with
the results of running updateconfigs. Thanks!