On Mon, Jul 30, 2012 at 9:50 AM, Adam Hraska <[email protected]> wrote:
>> On 07/24/2012 04:58 PM, Adam Hraska wrote:
>>> 2) I got rid of another hash table implementation in
>>> uspace/*/adt/hash_set and switched its only user
>>> nic_addr_db to hash_table.
>>
>> Is networking still working with one of the nic drivers??
>
> How would I go about testing that?
>
> I tried:
> / # ping 127.0.0.1
> / # netecho
> / # nettest1
> / # nettest2
> .. and at this point netecho (or nettest2) crash (assert(false)
> in sock.c:371). However, these tests behaved the same way even
> before I made any changes. Note, that I started helenos in qemu:
> $ qemu -cdrom image.iso -smp 4
>
> Wiki contains these network related guides:
> http://trac.helenos.org/wiki/UsersGuide/RunningInQEMU#Networking
> http://trac.helenos.org/wiki/UsersGuide/Networking
> http://trac.helenos.org/wiki/NetworkBridging

Thanks to Jan Vesely I started the websrv and managed to connect
to it from my host OS. Whatever damage I had inflicted upon the
networking code by replacing hash_set with hash_table, networking
seems to have survived it.

Btw, I ran it with the e1000 nic.

Adam

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to