DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] link bonding unit test fix
@ 2014-07-21 14:52 Declan Doherty
  2014-07-21 14:52 ` [dpdk-dev] [PATCH 1/2] test app: Declan Doherty
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Declan Doherty @ 2014-07-21 14:52 UTC (permalink / raw)
  To: dev


fix for link bonding unit tests which are failing due to change introduced in rte_eth_dev_configure which now explicitly checks in pmd supports link status chnage interrupts.

Also adds some common test macros to the test application for unit testing


Declan Doherty (2):
  test app:
  bond: unit test suite fix

 app/test/test.c                        |   53 ++++
 app/test/test.h                        |   82 ++++++
 app/test/test_link_bonding.c           |  491 ++++++++++++--------------------
 app/test/virtual_pmd.c                 |    1 +
 lib/librte_pmd_bond/rte_eth_bond_pmd.c |   92 +++---
 5 files changed, 356 insertions(+), 363 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-01 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-21 14:52 [dpdk-dev] [PATCH 0/2] link bonding unit test fix Declan Doherty
2014-07-21 14:52 ` [dpdk-dev] [PATCH 1/2] test app: Declan Doherty
2014-07-21 14:52 ` [dpdk-dev] [PATCH 2/2] bond: unit test suite fix Declan Doherty
2014-07-22 10:57 ` [dpdk-dev] [PATCH 0/2] link bonding unit test fix De Lara Guarch, Pablo
2014-08-01 15:21   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).