]> git.proxmox.com Git - ovs.git/commit
dpif: Move common meter checks into the dpif layer.
authorJustin Pettit <jpettit@ovn.org>
Wed, 25 Jul 2018 04:07:04 +0000 (21:07 -0700)
committerJustin Pettit <jpettit@ovn.org>
Tue, 14 Aug 2018 03:32:48 +0000 (20:32 -0700)
commit36c80b2d4ce8adffb6259b0f915d7c66c8296601
tree317b6f48de02820fe7a81bbd7e2f75ff89d46801
parent0e3105732d36476143dbc85370ec172205b35265
dpif: Move common meter checks into the dpif layer.

Another dpif provider will soon add support for meters, so move
some of the common sanity checks up into the dpif layer so that each
provider doesn't need to re-implement them.

Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/dpif-netdev.c
lib/dpif.c