facebook rss twitter

Killer E3000 is a 2.5Gbps Ethernet controller for gamers

by Mark Tyson on 8 January 2019, 17:11

Tags: Rivet Networks, Dell (NASDAQ:DELL), Acer (TPE:2353)

Quick Link: HEXUS.net/qad3fn

Add to My Vault: x

Rivet Networks has announced a new Ethernet controller which it claims as a world's first for consumer gaming PCs. The new Killer E3000 is said to operate at up to 2.5Gbps and is launched alongside the release of the Killer Control Centre 2.0 software suite. This announcement is timed to coincide with the release of a modicum of new desktops, laptops, and motherboards which will come packing this Ethernet controller. Rivet namechecks the likes of Dell-Alienware and Acer as early adopters, with products on show at CES 2019 right now.

The E3000 utilises Killer's Advanced Stream Detect Technology that automatically detects, classifies and prioritises critical network traffic for online games, streaming video and high-quality audio. Rivet Networks says that thanks to this network intelligence, gamers will benefit from the fastest throughput plus "incredibly low latency".

At release the Killer Control Centre 2.0 (KCC2) won't only work with this new E3000 Ethernet controller, it will also be useful for owners of products packing the Killer Wireless-AC 1550 Wi-Fi solution. KCC2 provides gamers with more information and control than ever before say Rivet Networks. With this software users can manage game, application, and website priorities and bandwidth limits - plus it folds in the following two new features:

  • Killer GameFast Technology: automatically pausing processes that are not needed when gaming, Killer GameFast Technology frees up to 10 per cent of CPU cycles and up to 20 per cent of memory, claims Rivet. The result will be faster more responsive gameplay thanks to freed-up system resources.
  • Killer Intelligence Engine: This task automatically analyses the PC's network health and optimises Killer settings for improved network performance. If auto-optimisation isn't available for some reason then the KIE will suggest manual tweaks for better gaming and application performance.

"The industry has been stuck on one gigabit Ethernet products for a long time," said Rivet Networks' CEO Michael Cubbage. "This is why we are so excited to launch the Killer E3000 and its 2.5Gbps of throughput performance to our customers. The combination of 2.5Gbps and the new Killer Control Centre 2.0 is going to give users the speed, intelligence, and control that they crave. It is perfect for users that love to game or simply want the industry's best Ethernet solution."

Additionally it is expected that the next generation of performance routers and network equipment will start to support 2.5Gbps Ethernet ports to handle both faster wired products and a new generation of Wi-Fi (160MHz) plus Wi-Fi 6/11ax are about to drive adoption of the new standards. With the new Wi-Fi standards it is possible that 1Gbps Ethernet would be a network bottleneck but the move to 10Gbps is considered too expensive for home users.

Rivets says that the Killer E3000 is fully DoubleShot Pro compatible when used in conjunction with a Killer wireless product - meaning it will auto-select the fastest network connection available for high priority traffic.

The first products featuring Killer E3000 Killer Control Centre 2.0 with 2.5Gbps Ethernet ports are Alienware, G Series and XPS machines from Dell, and new Predator Triton 900 and Triton 500 gaming laptops from Acer.



HEXUS Forums :: 23 Comments

Login with Forum Account

Don't have an account? Register today!
So Point less
SHSPVR
So Point less

Not pointless if you're receiving Gigabit internet though, is it? Which isn't a thing of the past anymore, people have it.
Is this their own chip this time? I think the last one was just an intel controller with killer software (which was best not used).
Killer? Im out!

Don't have a port greater than 1GB on the router anyway.
kalniel
Is this their own chip this time? I think the last one was just an intel controller with killer software (which was best not used).

Atheros.

Here's the complete change to the Atheros AR816x/AR817x Linux driver, to add Killer E2500 support (lines starting + are additions, lines starting - are removals):

diff --git a/drivers/net/ethernet/atheros/alx/main.c b/drivers/net/ethernet/atheros/alx/main.c
index 6453148d066a7..4eb17daefc4fc 100644
--- a/drivers/net/ethernet/atheros/alx/main.c
+++ b/drivers/net/ethernet/atheros/alx/main.c
@@ -1545,6 +1545,8 @@ static const struct pci_device_id alx_pci_tbl[] = {
 	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
 	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2400),
 	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
+	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2500),
+	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
 	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8162),
 	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
 	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8171) },
diff --git a/drivers/net/ethernet/atheros/alx/reg.h b/drivers/net/ethernet/atheros/alx/reg.h
index 0959e6824cb63..1fc2d852249fb 100644
--- a/drivers/net/ethernet/atheros/alx/reg.h
+++ b/drivers/net/ethernet/atheros/alx/reg.h
@@ -38,6 +38,7 @@
 #define ALX_DEV_ID_AR8161				0x1091
 #define ALX_DEV_ID_E2200				0xe091
 #define ALX_DEV_ID_E2400				0xe0a1
+#define ALX_DEV_ID_E2500				0xe0b1
 #define ALX_DEV_ID_AR8162				0x1090
 #define ALX_DEV_ID_AR8171				0x10A1
 #define ALX_DEV_ID_AR8172				0x10A0