]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Openvswitch-meter-action'
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Nov 2017 01:37:08 +0000 (10:37 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Nov 2017 01:37:08 +0000 (10:37 +0900)
commitc031ab3a05d3ef01fcaa62c473c558364e3b0616
tree758c1ad7b4613b907669ee97f0a8c89d24763a05
parente85d1ce3e344794252ccd7868a23f631ef64250f
parent6d5c0a75d81d4b4a669730286bdf0a690f20f072
Merge branch 'Openvswitch-meter-action'

Andy Zhou says:

====================
Openvswitch meter action

This patch series is the first attempt to add openvswitch
meter support. We have previously experimented with adding
metering support in nftables. However 1) It was not clear
how to expose a named nftables object cleanly, and 2)
the logic that implements metering is quite small, < 100 lines
of code.

With those two observations, it seems cleaner to add meter
support in the openvswitch module directly.

---

    v1(RFC)->v2:  remove unused code improve locking
  and other review comments
    v2 -> v3:     rebase
    v3 -> v4:     fix undefined "__udivdi3" references on 32 bit builds.
                  use div_u64() instead.
    v4 -> v5:     rebase
====================

Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>