Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-04-09 Thread Eelco Chaudron
On 05/04/18 15:17, Stokes, Ian wrote: On 03/27/2018 04:07 PM, Stokes, Ian wrote: On 27.03.2018 13:19, Stokes, Ian wrote: It is possible to change LSC detection mode to polling or interrupt mode for DPDK interfaces. The default is polling mode. To set interrupt mode, option dpdk-lsc-interrupt ha

Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-04-05 Thread Stokes, Ian
> On 03/27/2018 04:07 PM, Stokes, Ian wrote: > >> On 27.03.2018 13:19, Stokes, Ian wrote: > It is possible to change LSC detection mode to polling or interrupt > mode for DPDK interfaces. The default is polling mode. To set > interrupt mode, option dpdk-lsc-interrupt has to be set to

Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-03-28 Thread Eelco Chaudron
On 03/27/2018 04:07 PM, Stokes, Ian wrote: On 27.03.2018 13:19, Stokes, Ian wrote: It is possible to change LSC detection mode to polling or interrupt mode for DPDK interfaces. The default is polling mode. To set interrupt mode, option dpdk-lsc-interrupt has to be set to true. In polling mode m

Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-03-27 Thread Jan Scheurich
lf Of Ilya Maximets > Sent: Tuesday, 27 March, 2018 13:17 > To: Stokes, Ian ; RĂ³bert Mulik > ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) > detection mode > > On 27.03.2018 13:19, Stokes, Ian wrote: > >> It is po

Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-03-27 Thread Stokes, Ian
> On 27.03.2018 13:19, Stokes, Ian wrote: > >> It is possible to change LSC detection mode to polling or interrupt > >> mode for DPDK interfaces. The default is polling mode. To set > >> interrupt mode, option dpdk-lsc-interrupt has to be set to true. > >> > >> In polling mode more processor time i

Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-03-27 Thread Ilya Maximets
On 27.03.2018 13:19, Stokes, Ian wrote: >> It is possible to change LSC detection mode to polling or interrupt mode >> for DPDK interfaces. The default is polling mode. To set interrupt mode, >> option dpdk-lsc-interrupt has to be set to true. >> >> In polling mode more processor time is needed, si

Re: [ovs-dev] [PATCH v6] Configurable Link State Change (LSC) detection mode

2018-03-27 Thread Stokes, Ian
> It is possible to change LSC detection mode to polling or interrupt mode > for DPDK interfaces. The default is polling mode. To set interrupt mode, > option dpdk-lsc-interrupt has to be set to true. > > In polling mode more processor time is needed, since the OVS repeatedly > reads the link stat