From owner-soc-status@freebsd.org Sat Jul 11 10:24:58 2015 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58163998BE3 for ; Sat, 11 Jul 2015 10:24:58 +0000 (UTC) (envelope-from tuchalia@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8FC61877 for ; Sat, 11 Jul 2015 10:24:57 +0000 (UTC) (envelope-from tuchalia@gmail.com) Received: by lagx9 with SMTP id x9so277604958lag.1 for ; Sat, 11 Jul 2015 03:24:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ev76jYtSjXr6MIE1LXxIDnhwfmfe8bFlPQKuK3pRlgI=; b=KpuCHBpu2Aqfxj792veyzQ9JYjmz+MxNg/sITVC/gRHsrLBGdMEMjuSVLcjq2HLEyi kO2lugNU8CLoY5gKeW1mLEXlcpxSe4ggTMCwLaw4mIpdj4FbnIIrwJXhiDLemCbPpkiw 9d/xDnfEa0BErl5gUcUM5T1nkCas6ZGQ5OqjosbDYg4PMYRuufBlztnAp0PtI3V1tZzO NdfJZyvVP2La5tALdQrL/C3FCFSAWIo3O5CQLTUQw1+Q/oPJ4DzWm2GFinldpCEmAZQj M1CJ5Ur++bfm3IKgqPSdVF0rMLAAy4UB8+OMFE8DtWgDpzAE2+Qxw3ETryU+GdL0eugk Ghgw== X-Received: by 10.152.1.4 with SMTP id 4mr23932541lai.25.1436610295819; Sat, 11 Jul 2015 03:24:55 -0700 (PDT) MIME-Version: 1.0 From: Daniel Peyrolon Date: Sat, 11 Jul 2015 10:24:46 +0000 Message-ID: Subject: Status reports for "JIT for firewalling" To: "soc-status@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 10:24:58 -0000 Hi everyone, This last pair of weeks I've written the code needed to compile almost all the rules, except those that modify control flow: call and skipto. For those ones I will have to write them by hand on LLVM IR. I also started working on the testing code. I'm using conductor to control the different hosts. I already have reserved a pair of hosts from the netperf cluster in order to get that running. So far I haven't been able to test anything because the compiler is not working yet, there has been a change in the API of LLVM since I last worked with it, I sent an email to my past mentor, David Chisnall asking for advice. -- Daniel