From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id D01FF2A7 for ; Wed, 10 Jul 2013 18:44:00 +0200 (CEST) Received: by mail-we0-f170.google.com with SMTP id w57so6155745wes.15 for ; Wed, 10 Jul 2013 09:44:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=to:subject:from:organization:date:mime-version:content-type :content-transfer-encoding:message-id:x-gm-message-state; bh=WMtvVm8K5qp5WFINMHRst3m1kLGjPuekzh/7gqIV/iQ=; b=VEwfW6baCVhgbn980SdKMSvfFPqtrSwu0almyYjxnWHpk2ZHX6gD3j7h3Y/U7VXoXw bY1VML0oVSL5dwPq4gPuZC7b8rE1DdWe6l+x2YpZ+XkmIhC6PkYh4UIYEhXFGeOyz3RB 3Ssm3zUqz3GNHarlxjhV4C7yIDd2NzE4H7+yz2urnbwZ/LXVesqdQP4gG2dSgFafOpz+ D+XpgnwGW1aZ8IDo9MYC+qKr69lUUetrcQPW/pug3aXDxrUPugF2pTfhoZOfNXzB2HrZ PE8r02aXb9OqTHc/g4Spw+DqecqSHs2qYPNhzXtcICnNe/sDy/TCvGQi/I2PgI9lm9oS UUpA== X-Received: by 10.180.8.170 with SMTP id s10mr1953936wia.21.1373474658723; Wed, 10 Jul 2013 09:44:18 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id p1sm68430157wix.9.2013.07.10.09.44.17 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Jul 2013 09:44:17 -0700 (PDT) To: announce@dpdk.org From: Thomas Monjalon Organization: 6WIND Date: Wed, 10 Jul 2013 18:44:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201307101844.16503.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQn3PCoz6cwmDRXCZnbqjMLJyYgmUTwcbEh20DOHHmYYgXrQNzeKghCALD8wwQmMsX+HMd7r Subject: [dpdk-announce] DPDK 1.2.3r4 released X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK release announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 16:44:01 -0000 The new release can be downloaded here: http://dpdk.org/browse/dpdk/tag/?id=v1.2.3r4 Changelog - fix for: * pause frames configuration in testpmd - enhancements: * allow PMD without kernel module * allow PMD extensions to override environment of threads These enhancements are needed for virtio-net-pmd. -- Thomas