diff options
author | Hongzhi.Song <hongzhi.song@windriver.com> | 2017-12-28 20:34:45 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-01-12 10:37:48 -0500 |
commit | d00a92ac19a66f0ed32c9b26686ac8d279691a46 (patch) | |
tree | cad408716cf602cacfe7eb0c8f7f352d7affb8e5 /recipes-networking/openvswitch/openvswitch-git/kernel_module.patch | |
parent | dc3e72a8f487f917aaec853228f42dcd2b0a4e5b (diff) | |
download | meta-virtualization-d00a92ac19a66f0ed32c9b26686ac8d279691a46.tar.gz |
enable kernel CONFIG_NET_ACT_POLICE for openvswitch
Setting 'CONFIG_NET_ACT_POLICE=m' meets demands of Qos,one of features of openswitch.
This is a new police-mechanism called action-extension.
It can build act_police.c into kernel as type of module.
If you want to do traffic policing, a kind of action-extension, i.e. strict bandwidth limiting.
This action replaces the existing policing module.
User can set action-extension at userspace by tool of openvswitch
If user set action-extension, exts->actions[i] will be called, and finally tcf_police()
defined at act_police.c will be called.
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/kernel_module.patch')
0 files changed, 0 insertions, 0 deletions