All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] various vmxnet3 fixes and enhancement
@ 2016-08-13  0:58 Yong Wang
  2016-08-13  0:58 ` [PATCH 1/4] net/vmxnet3: improve error checks and return values Yong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Yong Wang @ 2016-08-13  0:58 UTC (permalink / raw)
  To: stephen; +Cc: dev, sothy.e98, gyang, diproiettod, Yong Wang

This patchset includes a few bug fixes and some enhancement.

(1) a bug fix with dev_configure memzone size;
(2) enhanced error checks during device start.  In particular,
    the driver will now report error if the rx queue number is
    not a power of two, instead of waiting for the activation
    to fail.  Instead of returning -1 (which is interpreted as
    -EPERM) on device activation failure, -EINVAL is returned
    to avoid confusion.
(3) enables LRO if requested.

Yong Wang (4):
  net/vmxnet3: improve error checks and return values
  net/vmxnet3: coding style changes
  net/vmxnet3: reallocate shared memzone on re-config
  net/vmxnet3: enable lro

 drivers/net/vmxnet3/vmxnet3_ethdev.c | 125 +++++++++++++++++++++--------------
 drivers/net/vmxnet3/vmxnet3_ethdev.h |  32 +++++----
 drivers/net/vmxnet3/vmxnet3_ring.h   |  22 +++---
 drivers/net/vmxnet3/vmxnet3_rxtx.c   |  59 +++++++++--------
 4 files changed, 134 insertions(+), 104 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-09-19 14:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-13  0:58 [PATCH 0/4] various vmxnet3 fixes and enhancement Yong Wang
2016-08-13  0:58 ` [PATCH 1/4] net/vmxnet3: improve error checks and return values Yong Wang
2016-08-13  0:58 ` [PATCH 2/4] net/vmxnet3: coding style changes Yong Wang
2016-08-13  0:58 ` [PATCH 3/4] net/vmxnet3: reallocate shared memzone on re-config Yong Wang
2016-08-13  0:58 ` [PATCH 4/4] net/vmxnet3: enable lro Yong Wang
2016-08-22 11:21   ` Thomas Monjalon
2016-08-24  0:05   ` [PATCH v2 0/6] various vmxnet3 fixes and enhancement Yong Wang
2016-08-24  0:05     ` [PATCH v2 1/6] net/vmxnet3: improve error checks and return values Yong Wang
2016-08-29 19:18       ` [PATCH v3 0/6] various vmxnet3 fixes and enhancement Yong Wang
2016-08-29 19:18         ` [PATCH v3 1/6] net/vmxnet3: improve error checks and return values Yong Wang
2016-08-29 19:18         ` [PATCH v3 2/6] net/vmxnet3: coding style changes Yong Wang
2016-08-29 19:18         ` [PATCH v3 3/6] net/vmxnet3: reallocate shared memzone on re-config Yong Wang
2016-08-29 19:18         ` [PATCH v3 4/6] net/vmxnet3: update feature doc Yong Wang
2016-08-29 19:18         ` [PATCH v3 5/6] net/vmxnet3: update nic doc Yong Wang
2016-08-29 19:18         ` [PATCH v3 6/6] net/vmxnet3: enable lro Yong Wang
2016-09-19 14:44         ` [PATCH v3 0/6] various vmxnet3 fixes and enhancement Bruce Richardson
2016-08-24  0:05     ` [PATCH v2 2/6] net/vmxnet3: coding style changes Yong Wang
2016-08-24  0:05     ` [PATCH v2 3/6] net/vmxnet3: reallocate shared memzone on re-config Yong Wang
2016-08-24  0:05     ` [PATCH v2 4/6] net/vmxnet3: update feature doc Yong Wang
2016-08-24  0:05     ` [PATCH v2 5/6] net/vmxnet3: update nic doc Yong Wang
2016-08-24  0:05     ` [PATCH v2 6/6] net/vmxnet3: enable lro Yong Wang
2016-08-24 19:17     ` [PATCH v2 0/6] various vmxnet3 fixes and enhancement Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.