Re: [PATCH] ethdev: fix incorrect function name in comment

2023-10-26 Thread Ferruh Yigit
On 10/21/2023 5:10 AM, lihuisong (C) wrote: > > 在 2023/10/20 23:12, Ferruh Yigit 写道: >> On 10/20/2023 2:05 PM, Bruce Richardson wrote: >>> For those using the function comments as a guide, provide the name of >>> the correct callback function to use when wanting to count dropped >>> packets from t

Re: [PATCH] ethdev: fix incorrect function name in comment

2023-10-20 Thread lihuisong (C)
在 2023/10/20 23:12, Ferruh Yigit 写道: On 10/20/2023 2:05 PM, Bruce Richardson wrote: For those using the function comments as a guide, provide the name of the correct callback function to use when wanting to count dropped packets from the ethdev tx buffering system. Fixes: d6c99e62c852 ("ethde

Re: [PATCH] ethdev: fix incorrect function name in comment

2023-10-20 Thread Ferruh Yigit
On 10/20/2023 2:05 PM, Bruce Richardson wrote: > For those using the function comments as a guide, provide the name of > the correct callback function to use when wanting to count dropped > packets from the ethdev tx buffering system. > > Fixes: d6c99e62c852 ("ethdev: add buffered Tx") > Cc: sta..

[PATCH] ethdev: fix incorrect function name in comment

2023-10-20 Thread Bruce Richardson
For those using the function comments as a guide, provide the name of the correct callback function to use when wanting to count dropped packets from the ethdev tx buffering system. Fixes: d6c99e62c852 ("ethdev: add buffered Tx") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/ethde