From owner-soc-status@freebsd.org Sat Jun 25 06:13:28 2016 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 F294CB80DB5 for ; Sat, 25 Jun 2016 06:13:28 +0000 (UTC) (envelope-from kiloreux@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (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 AE8FF23F7 for ; Sat, 25 Jun 2016 06:13:28 +0000 (UTC) (envelope-from kiloreux@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id c2so145896667vkg.1 for ; Fri, 24 Jun 2016 23:13:28 -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; bh=J+eN9PBgoWTwr+FQi4zrTSWxIp7ToGPocB9PQyi/3OU=; b=yf8svxh1iCISELiDXd7HpeW4yTuKJJloBSwcFk7T990lqSxqn+9IdRGaHcfPvzq8nz WxfBSfQEIgFddYrrV2J1SHNT3731A9Jsqj6YSFI+LANb2FhwiCCwkBUcXL7CMGIRKYI5 EmYAb/Q0sSblCLq+HUeQpknhBVplMAmwtovj9SvpNG5U5bobrW3cUFOjT4HNpOrnpH+w M/T8TpSV/O3mUyr2S6hXSu5wjeJI6Xjdi+4J4KKzfraXhNY2xA5TxpQE4oWmNr96nUjc XwngFJcjE3UoDZObCEbtI1Z3I2yUPoleyZEo+eDMw+u6uBEHKoyjofCxcwqrKO9DccA+ nfZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=J+eN9PBgoWTwr+FQi4zrTSWxIp7ToGPocB9PQyi/3OU=; b=H2EHzea2FlebnVPW7RpgRTpSmFNkSc5/QC83qPl1zpVOQQUKIwecb1NOtySAZTDEz1 eOuvhi/GR4OmfYogHGc1L7THB5bLqr3z8XjbqLuDdqvSVzrMCgEzrCtD9GsNiaaoqa5B 49wC9T8lMVZJA3DlgvfJpSWAhRr4oQJxsrPMf37klLGFCyPzxpF87HMPr4dCs0CU4rfs 7IISYkxg3xS86F2Y1POX9qjRTPVPW7ymJnlMrnxPfrRdY0yoUoNl3qp5IJI0ymR0cGR+ kjAJkU3Kl145VItH8nUWb6Ip4GtWUwXeFPv03+WlZLEBcsBQaYmARoEwPhO8KXg8sCZp mjAw== X-Gm-Message-State: ALyK8tK5e5NZRHth8V85Rz4C18T6uXVY+G0mxUn1LnfkiNjodxEI9heOsx08LHU9Xvo3hdRJs8fF8nvLtwVZUA== X-Received: by 10.176.65.73 with SMTP id j67mr4169897uad.95.1466835207785; Fri, 24 Jun 2016 23:13:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.95.71 with HTTP; Fri, 24 Jun 2016 23:13:27 -0700 (PDT) From: KILOREUX Emperex Date: Sat, 25 Jun 2016 07:13:27 +0100 Message-ID: Subject: Implementing API to link sysctl nodes to devices. To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.22 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, 25 Jun 2016 06:13:29 -0000 Status update for this week: After a deep discussion about the design for the new API (which took a little bit longer than planned), and for me to investigate the community feedback (Discussion here : https://lists.freebsd.org/pipermail/freebsd-arch/2016-June/017817.html) , I have started the implementation of the API inside the kernel, I am a bit late behind schedule due to unpredicted circumstances, but will be working 18 hours a days for the next week to catch up, I started the implementation of the API inside the kernel yesterday, so breking it down: * Initial API design: done * Implementation : Working on it