From owner-soc-status@FreeBSD.ORG Mon Aug 26 11:10:50 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A510A64 for ; Mon, 26 Aug 2013 11:10:50 +0000 (UTC) (envelope-from qinchenchong@gmail.com) Received: from mail-vc0-x243.google.com (mail-vc0-x243.google.com [IPv6:2607:f8b0:400c:c03::243]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8E32A1E for ; Mon, 26 Aug 2013 11:10:50 +0000 (UTC) Received: by mail-vc0-f195.google.com with SMTP id gd11so841574vcb.6 for ; Mon, 26 Aug 2013 04:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7aLcHtO3MScHKdI8bNHEvam+uunhUkq/brCkCsJn1hE=; b=QoClKTT11FnueiGbZG5BZcdUV4R/k7n3rbiBx5kSn5BRXXhNKMvkEwpzM15Qar6Pt1 tNcyBzo1SHrEiG7NFeL/GDENc/SbJlXFipSSlBJGottwBa3Vhq/Kiggil1vu3rUXkN8T Y2AXk92PlKC5GCdQYHsE/XjWVnbfQzO0PshTZFtglskCMaSvGDioPj9gSUxfPZgqbIZV Tix1nZLRYe0iMW0dTyC0TsGCdFexgcUiUeAZWteyiE5TAMZ1deFSTTiDX//s7U9o6tXw XViNL6IZc/WNEqYtzfMcycju6f807XDzkTH8lPF5Tyafv8KaSybMkefaBsUgXFyeBxCK Z9ag== MIME-Version: 1.0 X-Received: by 10.52.230.102 with SMTP id sx6mr12088721vdc.15.1377515449510; Mon, 26 Aug 2013 04:10:49 -0700 (PDT) Received: by 10.220.182.68 with HTTP; Mon, 26 Aug 2013 04:10:49 -0700 (PDT) Date: Mon, 26 Aug 2013 19:10:49 +0800 Message-ID: Subject: Weekly Status Report, Aug 26, 2013 From: Chenchong Qin To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 26 Aug 2013 11:10:50 -0000 Hi! Here is last week's status. I added a simple per vap ratectl statistics api and put capabilities into it: * add struct ieee80211_rc_stat to track per vap ratectl statistics. * change the interface of __init__ and __node_init__. update the callers. * add ieee80211_ratectl_update_stat() to update the per vap rc statistics. it called by __complete__ of rc algo. * drop struct ieee80211_ratectl_node and port irn_capabilities to irs_capabilities in struct ieee80211_rc_stat. update the rc api and rc algorithms (amrr and sample), update micros that check cap using the capabilies field. Thanks! Chenchong