From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/7] vmxnet3: driver enhancements Date: Thu, 15 Jan 2015 12:02:11 +0100 Message-ID: <5685862.aqyVHy67Ev@xps13> References: <1418793196-17953-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1418793196-17953-1-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Someone to review these patches? 2014-12-16 21:13, Stephen Hemminger: > This set of patches updates the vmxnet3 in the DPDK to match > the features in the driver I wrote. The most important critical > feature is support for multi-segment jumbo frames. > > Stephen Hemminger (7): > vmxnet3: add support for VLAN filtering > vmxnet3: remove mtu check > vmxnet3: add support for mulit-segment transmit > vmxnet3: fix link state handling > vmxnet3: get rid of DEBUG ifdefs > vmxnet3: support RSS and refactor offload > vmxnet3: support jumbo frames > > lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c | 163 ++++++++++++++--- > lib/librte_pmd_vmxnet3/vmxnet3_ethdev.h | 9 +- > lib/librte_pmd_vmxnet3/vmxnet3_ring.h | 2 + > lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 306 +++++++++++++------------------- > 4 files changed, 265 insertions(+), 215 deletions(-)