Hi - Here are a few fixes I made while debugging a couple problems. Notably: - Less printing for Linux VMs (no double-newline, no msrio/configread spam, etc). - Can use snoopy on mlx4/bnx2x and see your outgoing traffic - Exports the kernel CONFIG via #version/kconfig.
If anyone has sees any weirdness with the console output, such as newlines without linefeeds, let me know. That's where the double-newline business came from for the VMs. Barret The following changes since commit 6fd7915c26e499d1712a308476887a12fdf649c9: mlx4/bnx2x: Throw error() for promiscuous mode (2017-02-10 10:12:48 -0500) are available in the git repository at: [email protected]:brho/akaros.git debug for you to fetch changes up to 233b28e094f6dcab89e7e3cc278b73ba738b40a7: Export CONFIG_ options via #version/kconfig (2017-02-15 14:05:25 -0500) ---------------------------------------------------------------- View this online at: https://github.com/brho/akaros/compare/6fd7915c26e4...233b28e094f6 ---------------------------------------------------------------- Barret Rhoden (6): net: Use NULL to signal lack of promisc/multicast vmm: Squelch noisy prints x86: serial: Don't print a \n with \r net: Set DONT_FRAGMENT for unfragmented packets Use const for readstr() and readmem() source args Export CONFIG_ options via #version/kconfig .gitignore | 1 + kern/arch/x86/console.c | 4 +++- kern/drivers/dev/version.c | 8 +++++++- kern/drivers/net/bnx2x/bnx2x_dev.c | 27 ++------------------------- kern/drivers/net/mlx4/main.c | 19 ++----------------- kern/include/ns.h | 4 ++-- kern/src/Kbuild | 6 +++++- kern/src/net/ip.c | 2 +- kern/src/net/netif.c | 2 ++ kern/src/ns/util.c | 4 ++-- scripts/make_kconfig_info.sh | 26 ++++++++++++++++++++++++++ user/vmm/io.c | 14 +++++++------- user/vmm/vmexit.c | 1 - user/vmm/vmxmsr.c | 2 +- 14 files changed, 61 insertions(+), 59 deletions(-) create mode 100755 scripts/make_kconfig_info.sh -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
