Re: [dpdk-dev] [PATCH] net/sfc: fix typo

2021-06-29 Thread Andrew Rybchenko
On 5/24/21 2:22 PM, Thierry Herbelot wrote: Do not return "GOOD" flag if the status was bad. Fixes: 9e6e7f479ae9b ("net/sfc: support Rx checksum offload for EF100") Cc: sta...@dpdk.org Cc: Andrew Rybchenko Signed-off-by: Thierry Herbelot Reviewed-by: Andrew Rybchenko Applied, thanks.

[dpdk-dev] [PATCH] net/sfc: fix typo

2021-05-24 Thread Thierry Herbelot
Do not return "GOOD" flag if the status was bad. Fixes: 9e6e7f479ae9b ("net/sfc: support Rx checksum offload for EF100") Cc: sta...@dpdk.org Cc: Andrew Rybchenko Signed-off-by: Thierry Herbelot --- drivers/net/sfc/sfc_ef100_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH] net/sfc: fix typo in preprocessor check for macro defined

2019-01-13 Thread Andrew Rybchenko
ISP2() macro function misspelled in a check just before it. Fixes: e1b944598579 ("net/sfc: build libefx") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/efsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/sfc/efsys.h b/drivers/net/sfc