Re: [dpdk-dev] [PATCH v2 4/5] app/testpmd: request link status interrupt

2017-04-25 Thread Ferruh Yigit
On 4/25/2017 10:07 AM, Gaëtan Rivet wrote: > On Fri, Apr 21, 2017 at 03:55:43PM +0100, Ferruh Yigit wrote: >> On 4/18/2017 1:17 PM, Gaetan Rivet wrote: >>> For drivers supporting the LSC event, enable it. >>> This allows to test LSC event support. >>> >>> Add the --no-lsc-interrupt parameter to exp

Re: [dpdk-dev] [PATCH v2 4/5] app/testpmd: request link status interrupt

2017-04-25 Thread Gaëtan Rivet
On Fri, Apr 21, 2017 at 03:55:43PM +0100, Ferruh Yigit wrote: On 4/18/2017 1:17 PM, Gaetan Rivet wrote: For drivers supporting the LSC event, enable it. This allows to test LSC event support. Add the --no-lsc-interrupt parameter to explicitly disable the link status change interrupt. Signed-of

Re: [dpdk-dev] [PATCH v2 4/5] app/testpmd: request link status interrupt

2017-04-21 Thread Ferruh Yigit
On 4/18/2017 1:17 PM, Gaetan Rivet wrote: > For drivers supporting the LSC event, enable it. > This allows to test LSC event support. > > Add the --no-lsc-interrupt parameter to explicitly disable the link status > change interrupt. > > Signed-off-by: Gaetan Rivet > --- > app/test-pmd/parameter

[dpdk-dev] [PATCH v2 4/5] app/testpmd: request link status interrupt

2017-04-18 Thread Gaetan Rivet
For drivers supporting the LSC event, enable it. This allows to test LSC event support. Add the --no-lsc-interrupt parameter to explicitly disable the link status change interrupt. Signed-off-by: Gaetan Rivet --- app/test-pmd/parameters.c | 4 app/test-pmd/testpmd.c| 13 +