DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/11] net/sfc: support flow API RSS action
@ 2017-08-30 18:17 Andrew Rybchenko
  2017-08-30 18:17 ` [dpdk-dev] [PATCH 01/11] net/sfc: fix unused variable warnings in RSS-agnostic build Andrew Rybchenko
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Andrew Rybchenko @ 2017-08-30 18:17 UTC (permalink / raw)
  To: dev

Few base driver patches have checkpatches.sh errors due to difference
in coding conventions.

Andrew Rybchenko (1):
  net/sfc: use RSS key size define from base driver

Ivan Malov (3):
  net/sfc: fix unused variable warnings in RSS-agnostic build
  net/sfc/base: add RSS key size define to efx.h
  net/sfc: add support for the flow API RSS action

Mark Spender (7):
  net/sfc/base: define a handle to denote default RSS context
  net/sfc/base: fix default RSS context check on Siena
  net/sfc/base: add the max. number of RSS exclusive contexts
  net/sfc/base: rename API to check Rx scale and hash support
  net/sfc/base: add API to allocate and free RSS contexts
  net/sfc/base: update RSS API to take RSS context parameter
  net/sfc/base: add API to set an RSS context for a filter

 doc/guides/nics/sfc_efx.rst        |   2 +
 drivers/net/sfc/base/ef10_filter.c |  16 +++-
 drivers/net/sfc/base/ef10_impl.h   |  15 +++
 drivers/net/sfc/base/ef10_rx.c     |  96 +++++++++++++++----
 drivers/net/sfc/base/efx.h         |  40 ++++++--
 drivers/net/sfc/base/efx_filter.c  |  35 +++++--
 drivers/net/sfc/base/efx_impl.h    |  20 ++--
 drivers/net/sfc/base/efx_rx.c      | 142 ++++++++++++++++++++++++----
 drivers/net/sfc/base/hunt_nic.c    |   7 ++
 drivers/net/sfc/base/medford_nic.c |   7 ++
 drivers/net/sfc/base/siena_nic.c   |   3 +
 drivers/net/sfc/sfc.c              |  14 ++-
 drivers/net/sfc/sfc.h              |   6 +-
 drivers/net/sfc/sfc_ethdev.c       |  19 ++--
 drivers/net/sfc/sfc_flow.c         | 188 ++++++++++++++++++++++++++++++++++++-
 drivers/net/sfc/sfc_flow.h         |  15 +++
 drivers/net/sfc/sfc_rx.c           |  34 +++++--
 17 files changed, 563 insertions(+), 96 deletions(-)

-- 
1.8.2.3

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

end of thread, other threads:[~2017-09-01 16:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 18:17 [dpdk-dev] [PATCH 00/11] net/sfc: support flow API RSS action Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 01/11] net/sfc: fix unused variable warnings in RSS-agnostic build Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 02/11] net/sfc/base: define a handle to denote default RSS context Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 03/11] net/sfc/base: fix default RSS context check on Siena Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 04/11] net/sfc/base: add the max. number of RSS exclusive contexts Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 05/11] net/sfc/base: rename API to check Rx scale and hash support Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 06/11] net/sfc/base: add API to allocate and free RSS contexts Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 07/11] net/sfc/base: update RSS API to take RSS context parameter Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 08/11] net/sfc/base: add API to set an RSS context for a filter Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 09/11] net/sfc/base: add RSS key size define to efx.h Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 10/11] net/sfc: use RSS key size define from base driver Andrew Rybchenko
2017-08-30 18:17 ` [dpdk-dev] [PATCH 11/11] net/sfc: add support for the flow API RSS action Andrew Rybchenko
2017-09-01 16:27 ` [dpdk-dev] [PATCH 00/11] net/sfc: support " 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).