Re: [dpdk-dev] [PATCH 03/11] ethdev: fix docs of functions getting xstats by IDs

2021-07-24 Thread Andrew Rybchenko
On 7/23/21 5:19 PM, Ferruh Yigit wrote: On 7/22/2021 10:12 AM, Andrew Rybchenko wrote: On 7/20/21 7:25 PM, Ferruh Yigit wrote: On 6/4/2021 3:42 PM, Andrew Rybchenko wrote: From: Ivan Ilchenko Document valid combinations of input arguments in accordance with current implementation in ethdev.

Re: [dpdk-dev] [PATCH 03/11] ethdev: fix docs of functions getting xstats by IDs

2021-07-23 Thread Ferruh Yigit
On 7/22/2021 10:12 AM, Andrew Rybchenko wrote: > On 7/20/21 7:25 PM, Ferruh Yigit wrote: >> On 6/4/2021 3:42 PM, Andrew Rybchenko wrote: >>> From: Ivan Ilchenko >>> >>> Document valid combinations of input arguments in accordance with >>> current implementation in ethdev. >>> >>> Fixes: 79c913a42f

Re: [dpdk-dev] [PATCH 03/11] ethdev: fix docs of functions getting xstats by IDs

2021-07-22 Thread Andrew Rybchenko
On 7/20/21 7:25 PM, Ferruh Yigit wrote: On 6/4/2021 3:42 PM, Andrew Rybchenko wrote: From: Ivan Ilchenko Document valid combinations of input arguments in accordance with current implementation in ethdev. Fixes: 79c913a42f0 ("ethdev: retrieve xstats by ID") Cc: sta...@dpdk.org Signed-off-by:

Re: [dpdk-dev] [PATCH 03/11] ethdev: fix docs of functions getting xstats by IDs

2021-07-20 Thread Ferruh Yigit
On 6/4/2021 3:42 PM, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > Document valid combinations of input arguments in accordance with > current implementation in ethdev. > > Fixes: 79c913a42f0 ("ethdev: retrieve xstats by ID") > Cc: sta...@dpdk.org > > Signed-off-by: Ivan Ilchenko > Signed-