]> Git Repo - linux.git/commit
xen-netfront: remove leftover call to xennet_tx_buf_gc()
authorJan Beulich <[email protected]>
Wed, 13 Jul 2022 09:19:33 +0000 (11:19 +0200)
committerPaolo Abeni <[email protected]>
Thu, 14 Jul 2022 10:20:18 +0000 (12:20 +0200)
commitad39bafda7369b241179da074005a08edcd77f27
tree78c82c330202a0c25a0146b6455b7b7973652f27
parent9b633670087ea7a683d2b47e18c2803657486ef1
xen-netfront: remove leftover call to xennet_tx_buf_gc()

In talk_to_netback(), called earlier from xennet_connect(), queues and
shared rings were just re-initialized, so all this function call could
result in is setting ->broken (again) right away in case any unconsumed
responses were found.

Signed-off-by: Jan Beulich <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
drivers/net/xen-netfront.c
This page took 0.060948 seconds and 4 git commands to generate.