]> www.infradead.org Git - users/jedix/linux-maple.git/commit
SPARC64: PORT LDMVSW DRIVER TO UEK4
authorAllen Pais <allen.pais@oracle.com>
Mon, 30 May 2016 07:42:15 +0000 (13:12 +0530)
committerAllen Pais <allen.pais@oracle.com>
Tue, 8 Nov 2016 11:47:08 +0000 (17:17 +0530)
commit8e00872d01644ecda5ba27cf5abbd672cf5dbf5f
treeb335bb6868c276f7a289f5a4ed7fb0e1a6dea8a3
parentcd68ca8b0ced6bcbde8d37c59a5906457c7e8fac
SPARC64: PORT LDMVSW DRIVER TO UEK4

      Port of the new ldmvsw (Ldoms Virtual Switch) driver to UEK4.
      This code has already been submitted and accepted
      into the mainline Linux kernel.

      The ldmvsw is very similar in function to the existing sunvnet driver. The
      sunvnet driver is therefore split to put the code common to both drivers
      into the kernel for use by both drivers when loaded (see sunvnet_common.c/h).

Orabug: 23215917

Signed-off-by: Aaron Young <aaron.young@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
(cherry picked from commit 361afffe35368dc23d2c9df6d7797ccf9af8fe57)
arch/sparc/configs/sparc64_defconfig
drivers/net/ethernet/sun/Kconfig
drivers/net/ethernet/sun/Makefile
drivers/net/ethernet/sun/ldmvsw.c [new file with mode: 0644]
drivers/net/ethernet/sun/sunvnet.c
drivers/net/ethernet/sun/sunvnet.h [deleted file]
drivers/net/ethernet/sun/sunvnet_common.c [new file with mode: 0644]
drivers/net/ethernet/sun/sunvnet_common.h [new file with mode: 0644]