From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/10] vmxnet3: multisegment and bugfixes Date: Thu, 09 Jul 2015 01:21:15 +0200 Message-ID: <2716290.V7Rth4rT5O@xps13> References: <1425600635-20628-1-git-send-email-stephen@networkplumber.org> <13204723.VDp5ekaYA0@xps13> <3933915.2ggUcaKKt1@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 6AE3D5921 for ; Thu, 9 Jul 2015 01:22:21 +0200 (CEST) Received: by wgxm20 with SMTP id m20so25366278wgx.3 for ; Wed, 08 Jul 2015 16:22:21 -0700 (PDT) In-Reply-To: <3933915.2ggUcaKKt1@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ping Stephen 2015-06-22 14:22, Thomas Monjalon: > 2015-03-10 14:42, Thomas Monjalon: > > 2015-03-05 16:10, Stephen Hemminger: > > > From: Stephen Hemminger > > > > > > Revised version of earlier patches. > > > Incorporate the small packet optimization > > > Add more cleanups > > > > > > Stephen Hemminger (10): > > > vmxnet3: fix link state handling > > > vmxnet3: enable VLAN filtering > > > vmxnet3: remove mtu check > > > vmxnet3: cleanup txq stats > > > vmxnet3: add support for multi-segment transmit > > > vmxnet3: support RSS and refactor offload > > > vmxnet3: support jumbo frames > > > vmxnet3: get rid of DEBUG ifdefs > > > vmxnet3: add check for jumbo segment > > > vmxnet3: remove excess inlining > > > > Fixes and cleanup are mostly OK except minor nits. > > Please fix and re-send them without patches 5 and 7 which > > are not yet approved (postponed to 2.1). > > Guys, any news about patches 5 and 7?