All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@kernel.org>
To: Alexandra Winter <wintera@linux.ibm.com>
Cc: David Miller <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	netdev@vger.kernel.org, linux-s390@vger.kernel.org,
	Heiko Carstens <hca@linux.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	Sven Schnelle <svens@linux.ibm.com>,
	Thorsten Winkler <twinkler@linux.ibm.com>,
	Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, Nagamani PV <nagamani@linux.ibm.com>
Subject: Re: [PATCH net-next] s390/net: Remove NETIUCV device driver
Date: Tue, 15 Jul 2025 15:33:19 +0100	[thread overview]
Message-ID: <20250715143319.GC721198@horms.kernel.org> (raw)
In-Reply-To: <20250715074210.3999296-1-wintera@linux.ibm.com>

On Tue, Jul 15, 2025 at 09:42:10AM +0200, Alexandra Winter wrote:
> From: Nagamani PV <nagamani@linux.ibm.com>
> 
> The netiucv driver creates TCP/IP interfaces over IUCV between Linux
> guests on z/VM and other z/VM entities.
> 
> Rationale for removal:
> - NETIUCV connections are only supported for compatibility with
>   earlier versions and not to be used for new network setups,
>   since at least Linux kernel 4.0.
> - No known active users, use cases, or product dependencies
> - The driver is no longer relevant for z/VM networking;
>   preferred methods include:
> 	* Device pass-through (e.g., OSA, RoCE)
> 	* z/VM Virtual Switch (VSWITCH)
> 
> The IUCV mechanism itself remains supported and is actively used
> via AF_IUCV, hvc_iucv, and smsg_iucv.
> 
> Signed-off-by: Nagamani PV <nagamani@linux.ibm.com>
> Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
> Signed-off-by: Alexandra Winter <wintera@linux.ibm.com>
> ---
>  Documentation/arch/s390/driver-model.rst |   21 -
>  drivers/s390/net/Kconfig                 |   12 -
>  drivers/s390/net/Makefile                |    1 -
>  drivers/s390/net/netiucv.c               | 2083 ----------------------
>  4 files changed, 2117 deletions(-)
>  delete mode 100644 drivers/s390/net/netiucv.c

Less is more :)

Reviewed-by: Simon Horman <horms@kernel.org>


  reply	other threads:[~2025-07-15 14:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-15  7:42 [PATCH net-next] s390/net: Remove NETIUCV device driver Alexandra Winter
2025-07-15 14:33 ` Simon Horman [this message]
2025-07-17  1:30 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250715143319.GC721198@horms.kernel.org \
    --to=horms@kernel.org \
    --cc=agordeev@linux.ibm.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=borntraeger@linux.ibm.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=nagamani@linux.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=svens@linux.ibm.com \
    --cc=twinkler@linux.ibm.com \
    --cc=wintera@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.