Home
last modified time | relevance | path

Searched hist:"48 ec52910047e048a5857fdaf00679b85a952ec5" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dcpsw.c48ec52910047e048a5857fdaf00679b85a952ec5 Tue Feb 19 21:34:44 UTC 2013 Mugunthan V N <mugunthanvnm@ti.com> am335x: cpsw: optimize cpsw_send to increase network performance

Before submitting packets to cpdma, phy status is updated on every packet
which leads to delay in packet send intern reduces the Ethernet performance.
Checking mdio status for each packet will reduce timetaken to send a packet
and there by increasing the Ethernet performance. With this the performance
is increased from 208KiB/s to 375KiB/s on EVMsk

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>