Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754058Ab0G1Bnh (ORCPT ); Tue, 27 Jul 2010 21:43:37 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:52417 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936Ab0G1BnY (ORCPT ); Tue, 27 Jul 2010 21:43:24 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NPK1Lj0oSOM/SJubZ+GZz96h8yvLrZarq6Hlb8OqK6lKZ2Qr8VIRQPmQ3PoTUvz5HI raHcKvxRe7pCOosqpiv0WiJOTh2EnEIuk+KM6dHbuOS79gkoNWMdLEPTvXx5zmwOavA7 8RhgC/ooVeADfnPvrCKoBhDdC1dWmx5ytvnkU= MIME-Version: 1.0 Date: Tue, 27 Jul 2010 19:43:23 -0600 Message-ID: Subject: [ANNOUNCE] Open CWorthy Packet Generator for Linux 07-27-2010 From: Jeffrey Merkey To: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1798 Lines: 42 CURRENT http://open-cworthy-linux-packet-generator.googlecode.com/files/cwgen-07-27-2010.tar.gz REPOSITORIES http://code.google.com/p/open-cworthy-linux-packet-generator/ http://sourceforge.net/projects/cworthypktgen/ FIXES - fix pthread_mutex_lock deadlock in refresh_screen() wen called from pthread_cancel - add support for shaded fields based on field input - add cwgen packet generator CWorthy sample application. - add cwgen.ko support for linux kernel 2.6.34.1 - add clear_portal_storage function for clearing portal storage without blanking the screen - add MSDOS and DRDOS build defines and includes - add Windows build defines and includes - add pthread_setcancelstate() to sample program to prevent deadlocks during calls to pthread_cancel. You need to set the cancel state to disable when pthread_mutex_lock is called and a process is holding a lock during cancel operations - add saved flag to menu_frame to check if we have previously saved a screen area before calling restore_menu - add fixes to input_portal_fields to redraw the portal after F10 submit TODO - write another cworthy kernel app and think about more - write cworthy application version of net-tools for network monitoring - write cworthy application for monitoring disk and lan throughput totals More flexible and better than pktgen for demos because you can see what is happening. Also supports concurrent generation sessions over the same adapter. I use this tool for my internal use, but its a good example of a useful CWorthy app on Linux. Jeff Merkey -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/