[dpdk-dev] [PATCH v2 0/2] test: fix strict aliasing rule errors in gcc 4.4

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Mar 30 22:48:18 CEST 2015


2015-03-27 11:55, Pawel Wodkowski:
> Fix strict aliasing rule error seen in gcc 4.4 in virtual pmd and mode 4 link
> bonding mode 4 test.
> 
> changes v2:
>  - fix error in code instead disabling compiler warning.
> 
> Pawel Wodkowski (2):
>   test: fix strict aliasing rule error in virtual pmd
>   test: fix strict aliasing rule error in link bonding mode 4 test
> 
>  app/test/test_link_bonding_mode4.c |  5 +++--
>  app/test/virtual_pmd.c             | 10 +++++-----
>  2 files changed, 8 insertions(+), 7 deletions(-)

Applied, thanks


More information about the dev mailing list