Re: [ovs-dev] [PATCHv3] ofproto-dpif: Expose datapath capability to ovsdb.

2019-10-17 Thread Gregory Rose
On 10/17/2019 12:58 PM, William Tu wrote: The patch adds support for fetching the datapath's capabilities from the result of 'check_support()', and write the supported capability to a new database column, called 'capabilities' under Datapath table. To see how it works, run: # ovs-vsctl -- ad

[ovs-dev] [PATCHv3] ofproto-dpif: Expose datapath capability to ovsdb.

2019-10-17 Thread William Tu
The patch adds support for fetching the datapath's capabilities from the result of 'check_support()', and write the supported capability to a new database column, called 'capabilities' under Datapath table. To see how it works, run: # ovs-vsctl -- add-br br0 -- set Bridge br0 datapath_type=netdev