All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] net: openvswitch: masks cache enhancements
@ 2020-07-29 13:25 Eelco Chaudron
  2020-07-29 13:26 ` [PATCH net-next v3 1/2] net: openvswitch: add masks cache hit counter Eelco Chaudron
  2020-07-29 13:27 ` [PATCH net-next v3 2/2] net: openvswitch: make masks cache size configurable Eelco Chaudron
  0 siblings, 2 replies; 9+ messages in thread
From: Eelco Chaudron @ 2020-07-29 13:25 UTC (permalink / raw)
  To: netdev; +Cc: davem, dev, kuba, pabeni, pshelar, fw, xiangxia.m.yue

This patchset adds two enhancements to the Open vSwitch masks cache.

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>

Changes in v3 [patch 2/2 only]:
 - Use is_power_of_2() function
 - Use array_size() function
 - Fix remaining sparse errors

Changes in v2 [patch 2/2 only]:
 - Fix sparse warnings
 - Fix netlink policy items reported by Florian Westphal

Eelco Chaudron (2):
      net: openvswitch: add masks cache hit counter
      net: openvswitch: make masks cache size configurable


 include/uapi/linux/openvswitch.h |    3 +
 net/openvswitch/datapath.c       |   19 ++++++
 net/openvswitch/datapath.h       |    3 +
 net/openvswitch/flow_table.c     |  116 ++++++++++++++++++++++++++++++++------
 net/openvswitch/flow_table.h     |   13 ++++
 5 files changed, 132 insertions(+), 22 deletions(-)


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

end of thread, other threads:[~2020-07-30 14:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 13:25 [PATCH net-next v3 0/2] net: openvswitch: masks cache enhancements Eelco Chaudron
2020-07-29 13:26 ` [PATCH net-next v3 1/2] net: openvswitch: add masks cache hit counter Eelco Chaudron
2020-07-29 13:27 ` [PATCH net-next v3 2/2] net: openvswitch: make masks cache size configurable Eelco Chaudron
2020-07-30  5:07   ` Tonghao Zhang
2020-07-30 12:33     ` Eelco Chaudron
2020-07-30 13:25       ` Tonghao Zhang
2020-07-30 13:51         ` Eelco Chaudron
2020-07-30 14:23           ` Tonghao Zhang
2020-07-30 14:28             ` Eelco Chaudron

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.