[dpdk-dev] [PATCH] test: Fix memory corruption issues which fails the link_bonding test.

Declan Doherty declan.doherty at intel.com
Wed Jul 12 12:16:46 CEST 2017


On 12/07/17 10:59, Declan Doherty wrote:
> On 10/07/2017 8:20 AM, Herbert Guan wrote:
...
> 
> Hey Herbert,
> 
> I'm seeing compilation warnings for unused variables when I apply this 
> patch, otherwise these changes look good.
> 
>    CC test_link_bonding.o
> /home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:2407:9: 
> error: unused variable 'j'
>        [-Werror,-Wunused-variable]
>          int i, j, burst_size, slave_count, primary_port;
>                 ^
> /home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:3301:9: 
> error: unused variable 'j'
>        [-Werror,-Wunused-variable]
>          int i, j, burst_size, slave_count;
>                 ^
> /home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:3860:9: 
> error: unused variable 'j'
>        [-Werror,-Wunused-variable]
>          int i, j, burst_size, slave_count;
>                 ^
> /home/declan/Development/dpdk-org/master/test/test/test_link_bonding.c:4372:9: 
> error: unused variable 'j'
>        [-Werror,-Wunused-variable]
>          int i, j, burst_size, slave_count, primary_port;
> 

Apologies, my outlook mail filter missed your v2 patch, so you can 
ignore this.


More information about the dev mailing list