Re: [ovs-dev] [PATCH v3 1/3] bridge: Pass interface's configuration to datapath.

2016-07-26 Thread Daniele Di Proietto
On 26/07/2016 06:19, "Ilya Maximets" wrote: >On 26.07.2016 04:45, Daniele Di Proietto wrote: >> Thanks for the patch >> >> It looks good to me, a few minor comments inline >> >> >> On 15/07/2016 04:54, "Ilya Maximets" wrote: >> >>> This commit adds functionality to pass value of 'other_

Re: [ovs-dev] [PATCH v3 1/3] bridge: Pass interface's configuration to datapath.

2016-07-26 Thread Ilya Maximets
On 26.07.2016 04:45, Daniele Di Proietto wrote: > Thanks for the patch > > It looks good to me, a few minor comments inline > > > On 15/07/2016 04:54, "Ilya Maximets" wrote: > >> This commit adds functionality to pass value of 'other_config' column >> of 'Interface' table to datapath. >> >> Th

Re: [ovs-dev] [PATCH v3 1/3] bridge: Pass interface's configuration to datapath.

2016-07-25 Thread Daniele Di Proietto
Thanks for the patch It looks good to me, a few minor comments inline On 15/07/2016 04:54, "Ilya Maximets" wrote: >This commit adds functionality to pass value of 'other_config' column >of 'Interface' table to datapath. > >This may be used to pass not directly connected with netdev options and

[ovs-dev] [PATCH v3 1/3] bridge: Pass interface's configuration to datapath.

2016-07-15 Thread Ilya Maximets
This commit adds functionality to pass value of 'other_config' column of 'Interface' table to datapath. This may be used to pass not directly connected with netdev options and configure behaviour of the datapath for different ports. For example: pinning of rx queues to polling threads in dpif-netd