For dpaa, dpaa2, enetc and pfe.
Reviewed-by: Sachin Saxena
On 28-Sep-20 5:12 AM, Thomas Monjalon wrote:
The device operation .dev_close was returning void.
This driver interface is changed to return an int.
Note that the API rte_eth_dev_close() is still returning void,
although a deprecation
Hi,
> -Original Message-
> From: Thomas Monjalon
> Sent: Monday, September 28, 2020 7:42
> To: dev@dpdk.org
> Cc: Yigit, Ferruh ; arybche...@solarflare.com; John
> W. Linville ; Loftus, Ciara ;
> Zhang, Qi Z ; Shepard Siegel
> ; Ed Czeck ;
> John Miller ; Igor Russkikh
> ; Pavel Belous ;
The device operation .dev_close was returning void.
This driver interface is changed to return an int.
Note that the API rte_eth_dev_close() is still returning void,
although a deprecation notice is pending to change it as well.
Signed-off-by: Thomas Monjalon
---
app/test/virtual_pmd.c
3 matches
Mail list logo