Re: [PATCH] net/dpaa2: set check sum good flags

2023-05-12 Thread Ferruh Yigit
On 5/10/2023 6:50 AM, Sachin Saxena (OSS) wrote: > On 5/8/2023 4:27 PM, Tianli Lai wrote: >> Caution: This is an external email. Please take care when clicking >> links or opening attachments. When in doubt, report the message using >> the 'Report this email' button >> >> >> set check sum good flag

Re: [PATCH] net/dpaa2: set check sum good flags

2023-05-09 Thread Sachin Saxena (OSS)
On 5/8/2023 4:27 PM, Tianli Lai wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button set check sum good flags when dpaa2 hardware set check result. Signed-off-by: Tianli

Re: [PATCH] net/dpaa2: set check sum good flags

2023-05-09 Thread Sachin Saxena (OSS)
On 5/8/2023 4:27 PM, Tianli Lai wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button set check sum good flags when dpaa2 hardware set check result. Signed-off-by: Tianli

[PATCH] net/dpaa2: set check sum good flags

2023-05-07 Thread Tianli Lai
set check sum good flags when dpaa2 hardware set check result. Signed-off-by: Tianli Lai --- drivers/net/dpaa2/dpaa2_rxtx.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_rxtx.c b/drivers/net/dpaa2/dpaa2_rxtx.c index f60e78e1fd..85910bbd