[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <159602912600.937753.3123982828905970322.stgit@ebuild>
Date: Wed, 29 Jul 2020 15:25:35 +0200
From: Eelco Chaudron <echaudro@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, dev@...nvswitch.org, kuba@...nel.org,
pabeni@...hat.com, pshelar@....org, fw@...len.de,
xiangxia.m.yue@...il.com
Subject: [PATCH net-next v3 0/2] net: openvswitch: masks cache enhancements
This patchset adds two enhancements to the Open vSwitch masks cache.
Signed-off-by: Eelco Chaudron <echaudro@...hat.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(-)
Powered by blists - more mailing lists