diff options
author | David S. Miller <davem@davemloft.net> | 2016-08-30 00:54:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-30 00:54:02 -0400 |
commit | 6abdd5f5935fff978f950561f3c5175eb34dad73 (patch) | |
tree | 6f3ed3a4f4af9e74436ec9355ebf8201357f1c40 /Documentation/networking | |
parent | 0b498a52778368ff501557d68c7b50878ab1701e (diff) | |
parent | e4e98c460ad38c78498622a164fd5ef09a2dc9cb (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
All three conflicts were cases of simple overlapping
changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/dsa/dsa.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/networking/dsa/dsa.txt b/Documentation/networking/dsa/dsa.txt index 44ed453ccf66..a4e55c76d371 100644 --- a/Documentation/networking/dsa/dsa.txt +++ b/Documentation/networking/dsa/dsa.txt | |||
@@ -587,26 +587,6 @@ of DSA, would be the its port-based VLAN, used by the associated bridge device. | |||
587 | TODO | 587 | TODO |
588 | ==== | 588 | ==== |
589 | 589 | ||
590 | The platform device problem | ||
591 | --------------------------- | ||
592 | DSA is currently implemented as a platform device driver which is far from ideal | ||
593 | as was discussed in this thread: | ||
594 | |||
595 | http://permalink.gmane.org/gmane.linux.network/329848 | ||
596 | |||
597 | This basically prevents the device driver model to be properly used and applied, | ||
598 | and support non-MDIO, non-MMIO Ethernet connected switches. | ||
599 | |||
600 | Another problem with the platform device driver approach is that it prevents the | ||
601 | use of a modular switch drivers build due to a circular dependency, illustrated | ||
602 | here: | ||
603 | |||
604 | http://comments.gmane.org/gmane.linux.network/345803 | ||
605 | |||
606 | Attempts of reworking this has been done here: | ||
607 | |||
608 | https://lwn.net/Articles/643149/ | ||
609 | |||
610 | Making SWITCHDEV and DSA converge towards an unified codebase | 590 | Making SWITCHDEV and DSA converge towards an unified codebase |
611 | ------------------------------------------------------------- | 591 | ------------------------------------------------------------- |
612 | 592 | ||