Re: [PATCH net-next] net: ethernet: mediatek: fix typo in offload code

From: Frank Wunderlich
Date: Thu Apr 15 2021 - 06:06:07 EST


Am 15. April 2021 11:40:05 MESZ schrieb DENG Qingfang <dqfext@xxxxxxxxx>:
>.key_offset was assigned to .head_offset instead. Fix the typo.
>
>Fixes: 502e84e2382d ("net: ethernet: mtk_eth_soc: add flow offloading
>support")
>Signed-off-by: DENG Qingfang <dqfext@xxxxxxxxx>

Thanks for posting the fix,but imho commit-message is not good.

Issue were traffic problems after a while with increased ping times if flow offload is active.

It turns out that key_offset with cookie is needed in rhashtable_params and head_offset was defined twice.
regards Frank