DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/6] net/sfc: improve Rx mode handling on VF
@ 2020-03-30 10:25 Andrew Rybchenko
  2020-03-30 10:25 ` [dpdk-dev] [PATCH 1/6] net/sfc/base: refactor filters cleanup in reconfigure Andrew Rybchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andrew Rybchenko @ 2020-03-30 10:25 UTC (permalink / raw)
  To: dev

VFs (as well as unpriviledged PFs) are not always allowed to
enable promiscuous and all-multicast. Handle it properly and
ensure consistency for settings applied and reported.

Base driver patches have warnings/errors from checkpatch.sh
since coding style differs a bit.

Return of non-negative errno is OK as well, since driver does
positive to negative errno conversion on return from callbacks.

Igor Romanov (6):
  net/sfc/base: refactor filters cleanup in reconfigure
  net/sfc/base: refactor filters mark in reconfigure
  net/sfc/base: refactor unicast filters reconfiguration
  net/sfc/base: refactor mcast filters reconfiguration
  net/sfc/base: add API to get currently operating filters
  net/sfc: check actual all multicast unknown unicast filters

 drivers/net/sfc/base/ef10_filter.c | 314 +++++++++++++++++++----------
 drivers/net/sfc/base/efx.h         |   6 +
 drivers/net/sfc/base/efx_impl.h    |   2 +
 drivers/net/sfc/base/efx_mac.c     |  15 ++
 drivers/net/sfc/base/siena_mac.c   |   2 +
 drivers/net/sfc/sfc.h              |   1 +
 drivers/net/sfc/sfc_ethdev.c       |  16 +-
 drivers/net/sfc/sfc_port.c         |  62 +++++-
 drivers/net/sfc/sfc_rx.c           |   4 +-
 9 files changed, 310 insertions(+), 112 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-04-02  9:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 10:25 [dpdk-dev] [PATCH 0/6] net/sfc: improve Rx mode handling on VF Andrew Rybchenko
2020-03-30 10:25 ` [dpdk-dev] [PATCH 1/6] net/sfc/base: refactor filters cleanup in reconfigure Andrew Rybchenko
2020-03-30 10:25 ` [dpdk-dev] [PATCH 2/6] net/sfc/base: refactor filters mark " Andrew Rybchenko
2020-03-30 10:25 ` [dpdk-dev] [PATCH 3/6] net/sfc/base: refactor unicast filters reconfiguration Andrew Rybchenko
2020-03-30 10:25 ` [dpdk-dev] [PATCH 4/6] net/sfc/base: refactor mcast " Andrew Rybchenko
2020-03-30 10:25 ` [dpdk-dev] [PATCH 5/6] net/sfc/base: add API to get currently operating filters Andrew Rybchenko
2020-03-30 10:25 ` [dpdk-dev] [PATCH 6/6] net/sfc: check actual all multicast unknown unicast filters Andrew Rybchenko
2020-04-02  9:37 ` [dpdk-dev] [PATCH 0/6] net/sfc: improve Rx mode handling on VF 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).