From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by dpdk.org (Postfix) with ESMTP id 51AE5B0B3 for ; Wed, 14 May 2014 20:57:35 +0200 (CEST) Received: by mail-pa0-f44.google.com with SMTP id ld10so2012569pab.31 for ; Wed, 14 May 2014 11:57:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:user-agent:date:from:to:subject; bh=+K2DuHlZ4o9ngf4kanmi64B/ZR5lyDSpkHR/NcvwzuM=; b=DE8zaak/Vy0MfKEYZJGHggCYIaFN+Q83RHBohheKbPRKPyVopxGl6qYsW1YfJkbfHI tpZZw//eMz3gH1SLxGTyWYqBO+KynYavTO0jHwggCY425+/kcw4ow+skMKrPA1laQBS0 Hg/6EC1F+cg9aRs7FnvvE61X6Z5/OHkqDIpykS7gykXDBzxoHLjCK3AWKmlSA+VzCdWH uqYQxCylwHPEZ8CQ0HDUl+MNbUQJpEiyYIdx3drwben4rYAYo2tXaino0sQJebpoHOSX W8be2Myl+n1Y89A8gHxk83N9D68RRgqbOe8ei2vNojGTKUhONkJwdT6OwS5uwAl9DXPH s9lA== X-Gm-Message-State: ALoCoQlduuQwESy2XKwKmRQPFuEGdSV33yvyMcUA6ACILqIlEaUfViBb12xEOu/R5Kl/03zOyvCc X-Received: by 10.66.159.4 with SMTP id wy4mr6558021pab.139.1400093861572; Wed, 14 May 2014 11:57:41 -0700 (PDT) Received: from localhost (static-50-53-83-51.bvtn.or.frontiernet.net. [50.53.83.51]) by mx.google.com with ESMTPSA id ga1sm4816542pbb.82.2014.05.14.11.57.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 May 2014 11:57:40 -0700 (PDT) Message-Id: <20140514185527.771828962@networkplumber.org> User-Agent: quilt/0.61-1 Date: Wed, 14 May 2014 11:55:27 -0700 From: Stephen Hemminger To: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/6] Ethernet driver enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 18:57:35 -0000 Includes replacing existing VMXNET3 driver. Our driver was independently developed based on the OpenSolaris driver (rather than FreeBSD). After evaluation, it wasn't worth fixing the original code; wholesale replacement was lower risk since the driver had been used through the whole product and QA cycle.