Re: [PATCH 10/10] ethdev: require checking results of info_get functions

2024-10-07 Thread Ferruh Yigit
On 10/4/2024 5:21 PM, Stephen Hemminger wrote: > With functions that return a data structure, the application must > check the return value since the data structure contents will > be undefined in case of error. > > Signed-off-by: Stephen Hemminger > Acked-by: Ferruh Yigit

[PATCH 10/10] ethdev: require checking results of info_get functions

2024-10-04 Thread Stephen Hemminger
With functions that return a data structure, the application must check the return value since the data structure contents will be undefined in case of error. Signed-off-by: Stephen Hemminger --- lib/ethdev/rte_ethdev.h | 34 +- 1 file changed, 21 insertions(+), 1