1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

8 commits

Author SHA1 Message Date
Stefan Lankes
c1d0094162 enable cache for the communication between guest and host 2017-12-15 23:11:51 +01:00
Stefan Lankes
54bb7a84d9 reduce the number of interrupts in the network driver 2017-11-22 00:47:29 +01:00
Stefan Lankes
4906a04022 remove memory leak
- free packet buffer if the packet is dropped
2017-09-21 22:13:21 +02:00
Stefan Lankes
a2b88521bc forward packet to the IP thread
=> don't consume the packet within the interrupt handler
2017-09-20 20:03:56 +02:00
Stefan Lankes
b4c5262ac8 initialize snmp variables and counters for the uhyve nic 2017-09-19 23:48:37 +02:00
Stefan Lankes
c6157e3ef7 use interrupts to notifiy incoming packets
=> avoid busy waiting in uhyve's network adapter
2017-09-18 00:23:09 +02:00
Stefan Lankes
16cbbad628 enable ipv6 support for uhyve 2017-09-04 23:47:31 +02:00
Stefan Lankes
463298c383 add initial draft of uhyve's network interface
- based on https://github.com/Solo5/solo5 and
- Tim's port for HermitCore
2017-09-04 18:20:54 +02:00