== Testing kernel in - proposed ==

The kernel installs and boots fine on the QDF2400 platform.

$ uname -a
Linux awsdp0 4.10.0-28-generic #32-Ubuntu SMP Fri Jun 30 05:33:10 UTC 2017 
aarch64 aarch64 aarch64 GNU/Linux

$ apt policy linux-image-4.10.0-28-generic
linux-image-4.10.0-28-generic:
  Installed: 4.10.0-28.32
  Candidate: 4.10.0-28.32
  Version table:
 *** 4.10.0-28.32 500
        500 http://ports.ubuntu.com/ubuntu-ports zesty-proposed/main arm64 
Packages
 

$ lsmod | grep -E "qcom_emac|at803x"
at803x                 16384  1
qcom_emac              49152  0

The qcom-emac nic is able to get a DHCP lease.

$ ifconfig
enP1s1    Link encap:Ethernet  HWaddr 24:8a:07:2a:ca:ca  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 8c:fd:f0:06:90:cd  
          inet addr:10.228.66.101  Bcast:10.228.66.255  Mask:255.255.255.0
          inet6 addr: fe80::8efd:f0ff:fe06:90cd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1010 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1086 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:100434 (100.4 KB)  TX bytes:171324 (171.3 KB)
          Interrupt:39 


** Tags removed: verification-needed-zesty
** Tags added: verification-done-zesty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1696143

Title:
  [SRU][Zesty] qcom_emac is unable to get ip address with at803x phy
  driver.

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  [Impact]
  qcom_emac is unable to get ip address with at803x phy driver. Use software 
polling (PHY_POLL) to check for link state changes instead of relying on the 
EMAC's hardware polling feature.  Some PHY drivers are unable to get a 
functioning link because the HW polling is not robust enough.

  The emac interface is the onboard nic on the QDF2400 platform. A non
  working emac would be a cert blocker for this platform.

  [Test]
  Boot the netboot DI installer on QDF2400, and chose the emac interface, the 
install will fail because the emac interface is unable to get an IP lease. 
Also, on an installed system the emac driver is unable to get ip address.

  [Fix]
  Patch is in Dave Miller's 'net' repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/id=246096690be0742d9bb5f3456d2cb95b68f7b46d

  [Regression]
  The patch is to emac driver which is only available on the QDF2400 platform 
so there is no risk of regression to other ARM64 platforms or platforms based 
on other architectures. You can see detailed test results on the comments 
sections below.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1696143/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to