]> git.proxmox.com Git - mirror_ovs.git/commit - lib/dpif-provider.h
dpif: Add support to set user features
authorPaul Blakey <paulb@mellanox.com>
Sun, 22 Dec 2019 10:16:38 +0000 (12:16 +0200)
committerSimon Horman <simon.horman@netronome.com>
Sun, 22 Dec 2019 10:54:40 +0000 (11:54 +0100)
commitdcdcad68c6a393274e9c6c13a3c85220a1fd850e
treedb87a8b75b18eab0997ed31395972a9dbd103616
parent900b5bdc427e88860db073814cc79f727bd113e6
dpif: Add support to set user features

This enables user features on the kernel datapath via the DP_CMD_SET
command, and also retrieves them to check for actual support and
not just an older kernel ignoring the requested features.

This will be used in next patch to enable recirc_id sharing with tc.

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
datapath/linux/compat/include/linux/openvswitch.h
lib/dpif-netdev.c
lib/dpif-netlink.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h