Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447551
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY |
| Date | 2016-07-21 02:40 +0200 |
| Message-ID | <rXabU-8r-5@gated-at.bofh.it> (permalink) |
| References | <rX8a6-7mz-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jul 20, 2016 at 06:26:41PM -0400, Vivien Didelot wrote:
> This patch simply moves the legacy DSA code from dsa.c to legacy.c,
> except the few shared symbols which remain in dsa.c.
I think it is a bit early for this. Lets convert all in kernel users
to the new binding first.
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> ---
> drivers/net/dsa/Kconfig | 4 +-
> drivers/net/dsa/mv88e6xxx/chip.c | 8 +
> include/net/dsa.h | 4 +
> net/dsa/Kconfig | 8 +
> net/dsa/Makefile | 1 +
> net/dsa/dsa.c | 985 ------------------------------------
> net/dsa/legacy.c | 1013 ++++++++++++++++++++++++++++++++++++++
I'm surprised git did not notice this is a rename.
Andrew
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY Andrew Lunn <andrew@lunn.ch> - 2016-07-21 02:40 +0200
Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY Florian Fainelli <f.fainelli@gmail.com> - 2016-07-21 04:20 +0200
Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2016-07-21 16:50 +0200
Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY Andrew Lunn <andrew@lunn.ch> - 2016-07-21 17:00 +0200
Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2016-07-21 16:50 +0200
csiph-web