[PATCH v2 1/2] align: add helper to check alignment

2017-01-04 Thread Timmons C. Player
Signed-off-by: Timmons C. Player --- include/osv/align.hh | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/osv/align.hh b/include/osv/align.hh index 9292ff8..05bff5c 100644 --- a/include/osv/align.hh +++ b/include/osv/align.hh @@ -25,6

[PATCH v2 0/2] percpu: enforce alignment for dynamic percpu allocations

2017-01-04 Thread Timmons C. Player
This version incorporates the comments from v1. Additionally, an alignment checking function seemed like a natural fit for align.hh. Timmons C. Player (2): align: add helper to check alignment percpu: enforce alignment for dynamic percpu allocations core/percpu.cc | 17

[Request] APache Storm Nimbus, SUpervizors images!

2017-01-04 Thread Νικόλαος Ζώης
Hello, I am Nikolaos Zois and I am currently doing my research around OSv and how the apache storm may be get better performance using it. There are any obstacles or restrictions that I need to consider before I begin adapting the apache storm nimbus on OSv?? Nikolaos Zois MsC @ ceid of

Re: [PATCH] percpu: enforce alignment for dynamic percpu allocations

2017-01-04 Thread Player, Timmons
On 1/4/17, 4:29 AM, "osv-dev@googlegroups.com on behalf of Nadav Har'El" wrote: > >On Tue, Jan 3, 2017 at 9:33 PM, Timmons C. Player > wrote: > >If the dynamic memory buffer used for percpu allocations >wasn't

[COMMIT osv master] dhcp: do not release assigned IP just to update DNS name

2017-01-04 Thread Commit Bot
From: Justin Cinkelj Committer: Nadav Har'El Branch: master dhcp: do not release assigned IP just to update DNS name We want to propagate new hostname to DNS server via DHCP server. Previously, a DHCP release followed by a new DORA cycle was used.