Re: [PATCH v1] um: drivers: mark non-vector net transports as obsolete

From: Richard Weinberger
Date: Sun Jan 19 2020 - 16:37:32 EST


On Tue, Dec 10, 2019 at 11:34 PM Brendan Higgins
<brendanhiggins@xxxxxxxxxx> wrote:
>
> UML_NET_VECTOR now supports filters compiled with pcap outside of UML;
> it also supports: EoGRE, EoL2TPv3, RAW (+/- BPF), TAP and BESS.
>
> While vector drivers are not 1:1 replacements for the existing drivers,
> you can achieve the same topologies and the same connectivity at much
> higher performance (2.5 to 9 Gbit on mid-range Ryzen desktop) - the old
> drivers test out in the 500Mbit range on the same hardware.
>
> For all these reasons, the non-vector based transports are now
> unnecessary, and some, most notably pcap and vde are maintenance
> burdens. Thus, it makes sense to at least start thinking about removing
> the non-vector transports, so for now, mark them as obsolete.
>
> Link: https://lore.kernel.org/lkml/15f048d3-07ab-61c1-c6e0-0712e626dd33@xxxxxxxxxxxxxxxxxx/T/#u
> Suggested-by: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>
> ---
>
> I pretty much stole the commit message from Anton's comments in the
> above link. Anton, if you would like me to credit you as a co-developer,
> feel free to respond with the tags and I will include them on the next
> revision.
>
> ---
> arch/um/drivers/Kconfig | 81 +++++++++++++++++++++--------------------
> 1 file changed, 41 insertions(+), 40 deletions(-)

Applied. Thanks.

--
Thanks,
//richard