Re: [PATCH net-next] ibmvnic: simplify reset_long_term_buff function

2021-02-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 12 Feb 2021 20:36:10 -0600 you wrote: > The only thing reset_long_term_buff() should do is set > buffer to zero. After doing that, it is not necessary to > send_request_map again to VIOS since it actually does not >

[PATCH net-next] ibmvnic: simplify reset_long_term_buff function

2021-02-12 Thread Lijun Pan
The only thing reset_long_term_buff() should do is set buffer to zero. After doing that, it is not necessary to send_request_map again to VIOS since it actually does not change the mapping. So, keep memset function and remove all others. Signed-off-by: Lijun Pan --- drivers/net/ethernet/ibm/ibmv