[ovs-dev] [PATCH v2] dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.

Flavio Leitner fbl at sysclose.org
Fri Feb 12 05:08:49 UTC 2016


On Mon, 08 Feb 2016 10:38:47 +0300
Ilya Maximets <i.maximets at samsung.com> wrote:

> This command can be used to check the port/rxq assignment to
> pmd threads. For each pmd thread of the datapath shows list
> of queue-ids with port names.
> 
> Additionally log message from pmd_thread_main() extended with
> queue-id, and type of this message changed from INFO to DBG.
> 
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
> ---
> 
> Version 2:
> 	* command renamed to 'pmd-rxq-show'.
> 	* Added note to NEWS.
> 
>  INSTALL.DPDK.md            |  9 ++++--
>  NEWS                       |  3 ++
>  lib/dpif-netdev.c          | 77 ++++++++++++++++++++++++++++++++++------------
>  lib/netdev.c               |  6 ++++
>  lib/netdev.h               |  1 +
>  vswitchd/ovs-vswitchd.8.in |  3 ++
>  6 files changed, 77 insertions(+), 22 deletions(-)
> 

Acked-by: Flavio Leitner <fbl at sysclose.org>

Thanks for the v2
-- 
fbl




More information about the dev mailing list