From owner-soc-status@freebsd.org Tue Aug 7 11:19:04 2018 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC8E41059696 for ; Tue, 7 Aug 2018 11:19:03 +0000 (UTC) (envelope-from duostefano93@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0208A8BA for ; Tue, 7 Aug 2018 11:19:03 +0000 (UTC) (envelope-from duostefano93@gmail.com) Received: by mail-it0-x233.google.com with SMTP id d9-v6so21509842itf.2 for ; Tue, 07 Aug 2018 04:19:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=IgTQzVtdRx2ZWWax7XGXJlki8VJPoI7gH3QfGiy4mcU=; b=LHVS1H1m9AWNiRZspWd6qvRRNc7OpgZb4+CW2IYz4H64VYDj7QXZEc3/WVNomjvPSY 8bhw52o5QhImA2TOGX04PrnIoo8nnxMwbCzi4zTBO1RhfvQDitJa69hYWHEeVUf/ZLWX m+SAnXByeE7P74v4DwUmD/c0uBzuR+pYmQDqpSFIAizQJVfVWJEsAP9yjA87qyPlWQrt lA3BRGHwoTCFYpeWQCb5UjNb6TiwB6LMoUR4mB6Y1LDsh7o2p8C6Gkvaa4Ev0CjEjerV f3N0I3r56sT82Ebu4mqBkYq2zWK7Xq1/oLKCAMMTp22CrKnWchyJb+J4laK7an8euhoz 56zA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IgTQzVtdRx2ZWWax7XGXJlki8VJPoI7gH3QfGiy4mcU=; b=THzSG2wBoLD5xTGHzTYeLa0RWTjvuR2Y/Ra2u8h66nc6MfExqWNwXnMnBQOZQA7fpR 2OTHPCoc+Kyz7s8yhZ2OSdfz35t35WvZn7O7eC2eIXvf6VVKRWM4vy5BN+67my9ExSkX jgIC7Bao6um589nwQ82hZfLNzk0NgBaQCnkYZ/cPHwnDt5/EtwLSoxqJanwnXulYODzu IerLJVj3DVSPmHzPw+2/CiH43zB8udR+pf2IS/x0hC7Vzu+JlwPxwZpL9ctrbGCSadNf nd6K2aQ5zMH/K6JJoLUUndXYppYLcK5LQ2RGythm01gjtJ34DiusKjx/CaWySgt3EVLh qWYg== X-Gm-Message-State: AOUpUlG2rowU4Y51s7F4+7qTMpCNzl3G3tfZsl80ypv3HYISPKF+uYBH Ug4ErSCjwEf3bQODsvf3iySq/KQ9QjUXQIVwWdI/yoQw X-Google-Smtp-Source: AA+uWPyi2PMewOLL8vXl2bViMrYrEPPrJxfGSvwrXVvB2ojxyOSo60KQ0nvW+Zmu6v2LA2pzuEBFyBVV8uqrC5L8aSc= X-Received: by 2002:a24:3507:: with SMTP id k7-v6mr1491524ita.13.1533640742589; Tue, 07 Aug 2018 04:19:02 -0700 (PDT) MIME-Version: 1.0 From: Stefano Duo Date: Tue, 7 Aug 2018 13:18:51 +0200 Message-ID: Subject: Extensions to the netmap framework - Week 11/12 To: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 07 Aug 2018 11:19:04 -0000 Hi, during these past two weeks i worked on implementing per-slot buffer offsets, moreover i updated the wiki page. I focused on writing about the deliverables implementation details, so that if anyone were to continue working on them, they would have a good descriptions of the inner workings. Finally i added possible ideas for future contributions. Project wiki: https://wiki.freebsd.org/SummerOfCode2018Projects/ExtensionsToNetmap SVN repository: https://svnweb.freebsd.org/socsvn/soc2018/sduo/ Stefano.