dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] net/enic: minor updates
@ 2019-06-06 15:26 Hyong Youb Kim
  2019-06-06 15:26 ` [dpdk-dev] [PATCH 1/4] net/enic: set min and max MTU Hyong Youb Kim
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hyong Youb Kim @ 2019-06-06 15:26 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, John Daley, Hyong Youb Kim

The first two patches report the min/max MTU and speed capabilities to
support applications that rely on them. The other two patches remove
unnecessary/unsupported code from the flow implementation. We do not
expect more patches for 19.08.

Hyong Youb Kim (2):
  net/enic: set min and max MTU
  net/enic: report speed capabilities

John Daley (2):
  net/enic: remove support for flow count action
  net/enic: remove locks from rte flow code

 doc/guides/nics/enic.rst            |   6 --
 doc/guides/nics/features/enic.ini   |   1 +
 drivers/net/enic/base/vnic_dev.c    | 105 -------------------------
 drivers/net/enic/base/vnic_dev.h    |   8 --
 drivers/net/enic/base/vnic_devcmd.h |  58 +-------------
 drivers/net/enic/enic.h             |   6 --
 drivers/net/enic/enic_ethdev.c      |  53 +++++++++++++
 drivers/net/enic/enic_flow.c        | 152 +-----------------------------------
 drivers/net/enic/enic_main.c        |  12 +--
 drivers/net/enic/enic_res.c         |   6 +-
 10 files changed, 64 insertions(+), 343 deletions(-)

-- 
2.16.2


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

end of thread, other threads:[~2019-06-12 13:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06 15:26 [dpdk-dev] [PATCH 0/4] net/enic: minor updates Hyong Youb Kim
2019-06-06 15:26 ` [dpdk-dev] [PATCH 1/4] net/enic: set min and max MTU Hyong Youb Kim
2019-06-06 15:26 ` [dpdk-dev] [PATCH 2/4] net/enic: report speed capabilities Hyong Youb Kim
2019-06-06 15:26 ` [dpdk-dev] [PATCH 3/4] net/enic: remove support for flow count action Hyong Youb Kim
2019-06-06 15:26 ` [dpdk-dev] [PATCH 4/4] net/enic: remove locks from rte flow code Hyong Youb Kim
2019-06-12 13:28 ` [dpdk-dev] [PATCH 0/4] net/enic: minor updates Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).