[spp] [PATCH 0/9] Update port management

Ferruh Yigit ferruh.yigit at intel.com
Wed Mar 28 01:51:45 CEST 2018


On 3/12/2018 5:35 AM, ogawa.yasufumi at lab.ntt.co.jp wrote:
> From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
> 
> To fix the problem of unexpected port ID, change assigning ports with
> from port ID to resource ID as described below.
> 
>   spp > sec 1;patch phy:0 ring:0
> 
> Secondary's status message is changed from
>     
>   spp > sec 1;status
>   port_id:0,on,PHY,outport:none
>   port_id:1,on,PHY,outport:none
>   port_id:2,on,RING(0),outport:none
> 
> to be more simplified YAML like style.
> 
>   spp > sec 1;status
>   status: idling
>   ports:
>     - 'phy:0 -> ring:0'
>     - 'phy:1'
>     - 'ring:0 -> phy:1'
> 
> topo and topo_subgraph commands are also updated for this changes.
> 
> 
>   controller: change displaying status
>   shared: update print_active_ports
>   spp_nfv: change format displaying status
>   spp_vm: change format displaying status
>   controller: add delimiter for topo command
>   controller: update Shell for topo_subgraph
>   controller: update generating graph
>   controller: update topo command
>   shared: fix bug for print port status

Series applied thanks.


More information about the spp mailing list