Re: [ipxe-devel] [ipxe/ipxe] Fixed bug in intel 10M/100M/1G NIC driver. (#52)

2019-07-04 Thread Oliver Nie
@olivernie pushed 1 commit. 5425c7d59e58c74e7834cf83c1c16d9a2da8901d Merge branch 'master' into master -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [ipxe-devel] [ipxe/ipxe] Fixed bug in intel 10M/100M/1G NIC driver. (#52)

2016-05-02 Thread Oliver Nie
@robinsmidsrod I got another board which has two NICs. Net0 is using intel 82567lm, net1 is using intel 82576eb. My patch is on 82576eb. Following are the results on loopback tests. Enabled debugging level 3 for intel and netdevice. The failed case shows 1 packet transmitted but nothing

Re: [ipxe-devel] [ipxe/ipxe] Fixed bug in intel 10M/100M/1G NIC driver. (#52)

2016-04-29 Thread Oliver Nie
OK. Here are results of [ipxe.org/dev/driver](ipxe.org/dev/driver) - Link detection--- Pass - Basic DHCP --- Pass - Close and reopen --- Pass - Large file transfer correctness --- Pass - Large file transfer speed

Re: [ipxe-devel] [ipxe/ipxe] Fixed bug in intel 10M/100M/1G NIC driver. (#52)

2016-04-28 Thread Oliver Nie
Ok. I will take a look at ipxe.org/dev/driver to see how to run those tests. Update the result later. --- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [ipxe-devel] [ipxe/ipxe] Fixed bug in intel 10M/100M/1G NIC driver. (#52)

2016-04-27 Thread Oliver Nie
Yes. In my board, intel 82576EB is connected to BCM8359(copper on board). The builtin PXE in NIC can DHCP and load the IPXE binary from server. But IPXE can't even the ifstat shows link is up. This patch fix this bug. IPXE could DHCP again and chainload the other image. --- You are receiving

[ipxe-devel] [ipxe/ipxe] Fixed bug in intel 10M/100M/1G NIC driver. (#52)

2016-04-26 Thread Oliver Nie
Bit CTRL_ASDE is reserved and must be set to 0b according intel 82576EB datasheet. You can view, comment on, or merge this pull request online at: https://github.com/ipxe/ipxe/pull/52 -- Commit Summary -- * Fixed bug in intel 10M/100M/1G NIC driver. bit CTRL_ASDE is reserved and must be