Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583063
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 0/6] net: dsa: mv88e6xxx: 88E6390 ATU/VTU |
| Date | 2017-02-17 04:40 +0100 |
| Message-ID | <tbHyN-7eB-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series adds support to 88E6390 for the ATU (MAC address databases) and VTU (VLAN databases), as well as providing a cleaner API for both. The 6390 family of Marvell switch chip handles the ATU Move operation differently and has a different usage of the VTU Data registers. Vivien Didelot (6): net: dsa: mv88e6xxx: add port mask helper net: dsa: mv88e6xxx: move ATU code in its own file net: dsa: mv88e6xxx: add support for 6390 ATU Move net: dsa: mv88e6xxx: move VTU code to its own file net: dsa: mv88e6xxx: add VTU ops net: dsa: mv88e6xxx: add support for 6390 VTU drivers/net/dsa/mv88e6xxx/Makefile | 2 + drivers/net/dsa/mv88e6xxx/chip.c | 859 ++++++++------------------------ drivers/net/dsa/mv88e6xxx/global1.h | 23 + drivers/net/dsa/mv88e6xxx/global1_atu.c | 251 ++++++++++ drivers/net/dsa/mv88e6xxx/global1_vtu.c | 493 ++++++++++++++++++ drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 26 +- drivers/net/dsa/mv88e6xxx/port.c | 2 +- 7 files changed, 1006 insertions(+), 650 deletions(-) create mode 100644 drivers/net/dsa/mv88e6xxx/global1_atu.c create mode 100644 drivers/net/dsa/mv88e6xxx/global1_vtu.c -- 2.11.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next 0/6] net: dsa: mv88e6xxx: 88E6390 ATU/VTU Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-02-17 04:40 +0100 [PATCH net-next 2/6] net: dsa: mv88e6xxx: move ATU code in its own file Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-02-17 04:40 +0100 [PATCH net-next 5/6] net: dsa: mv88e6xxx: add VTU ops Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-02-17 04:40 +0100 [PATCH net-next 6/6] net: dsa: mv88e6xxx: add support for 6390 VTU Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-02-17 04:40 +0100 [PATCH net-next 3/6] net: dsa: mv88e6xxx: add support for 6390 ATU Move Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-02-17 04:40 +0100 [PATCH net-next 4/6] net: dsa: mv88e6xxx: move VTU code to its own file Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-02-17 04:40 +0100
csiph-web