[dpdk-dev] [PATCH 0/7] vmxnet3: driver enhancements

2015-01-22 Thread Thomas Monjalon
2015-01-21 16:49, Stephen Hemminger:
> On Thu, 15 Jan 2015 12:02:11 +0100
> Thomas Monjalon  wrote:
> 
> > Someone to review these patches?
> 
> Any comments from 
> Bruce Richardson 

Sorry, what do you mean?
Is there some comments I missed?

-- 
Thomas


[dpdk-dev] [PATCH 0/7] vmxnet3: driver enhancements

2015-01-21 Thread Stephen Hemminger
On Thu, 15 Jan 2015 12:02:11 +0100
Thomas Monjalon  wrote:

> Someone to review these patches?

Any comments from 
Bruce Richardson 


[dpdk-dev] [PATCH 0/7] vmxnet3: driver enhancements

2015-01-15 Thread Thomas Monjalon
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(-)



[dpdk-dev] [PATCH 0/7] vmxnet3: driver enhancements

2014-12-16 Thread 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(-)

-- 
2.1.3