mbox series

[v3,0/3] test/bbdev: fix build issues with optional build flag

Message ID 20221213161855.12970-1-nicolas.chautru@intel.com (mailing list archive)
Headers
Series test/bbdev: fix build issues with optional build flag |

Message

Chautru, Nicolas Dec. 13, 2022, 4:18 p.m. UTC
  v3: add more Fixes tag for missing error check commit
v2: add check in offload test function for error during allocation
suggested by Maxime.
Fixing compilation errors in bbdev-test application on rc4
when the optional flag RTE_BBDEV_OFFLOAD_COST is set manually.
This was raised by Vipin. 

Nicolas Chautru (3):
  test/bbdev: fix build issue with optional build flag
  test/bbdev: fix build issue with optional build flag
  test/bbdev: explicit check for allocation failure

 app/test-bbdev/test_bbdev_perf.c | 93 ++++++++++++++++++++++++++++++--
 1 file changed, 89 insertions(+), 4 deletions(-)
  

Comments

Maxime Coquelin Dec. 14, 2022, 4:24 p.m. UTC | #1
On 12/13/22 17:18, Nicolas Chautru wrote:
> v3: add more Fixes tag for missing error check commit
> v2: add check in offload test function for error during allocation
> suggested by Maxime.
> Fixing compilation errors in bbdev-test application on rc4
> when the optional flag RTE_BBDEV_OFFLOAD_COST is set manually.
> This was raised by Vipin.
> 
> Nicolas Chautru (3):
>    test/bbdev: fix build issue with optional build flag
>    test/bbdev: fix build issue with optional build flag
>    test/bbdev: explicit check for allocation failure
> 
>   app/test-bbdev/test_bbdev_perf.c | 93 ++++++++++++++++++++++++++++++--
>   1 file changed, 89 insertions(+), 4 deletions(-)
> 


Applied to dpdk-next-baseband/for-main.

Thanks,
Maxime