| 8f5b4af7 | 25-Mar-2020 |
Junyu Jiang <junyux.jiang@intel.com> |
examples/vmdq: fix RSS configuration
In order that all queues of pools can receive packets, add enable-rss argument to change RSS configuration.
Fixes: 6bb97df521aa ("examples/vmdq: new app") Cc: s
examples/vmdq: fix RSS configuration
In order that all queues of pools can receive packets, add enable-rss argument to change RSS configuration.
Fixes: 6bb97df521aa ("examples/vmdq: new app") Cc: stable@dpdk.org
Signed-off-by: Junyu Jiang <junyux.jiang@intel.com> Acked-by: Xiaoyun Li <xiaoyun.li@intel.com> Tested-by: Yingya Han <yingyax.han@intel.com>
show more ...
|
| f433878a | 15-Nov-2019 |
David Hunt <david.hunt@intel.com> |
doc: add core queries in power example guide
This patch adds some minor updates for the vm_power_manager and guest_cli example applications.
Now that the virtio-serial channels between vm_power man
doc: add core queries in power example guide
This patch adds some minor updates for the vm_power_manager and guest_cli example applications.
Now that the virtio-serial channels between vm_power manager and the guest_cli has bi-directional capability, there are some new commands.
Firstly, the command in vm_power_manager to enable queries for a given VM:
* set_query {vm_name} enable|disable
Then, commands to query the frequencies and capabilities of the cores in the VM:
* query_cpu_freq {core_num}|all * query_cpu_caps {core_num}|all
Signed-off-by: David Hunt <david.hunt@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|