Re: [PATCH] xen-netback: don't populate the hash cache on XenBus disconnect

2019-02-28 Thread David Miller
From: Igor Druzhinin Date: Thu, 28 Feb 2019 14:11:26 + > Occasionally, during the disconnection procedure on XenBus which > includes hash cache deinitialization there might be some packets > still in-flight on other processors. Handling of these packets includes > hashing and hash cache popul

RE: [PATCH] xen-netback: don't populate the hash cache on XenBus disconnect

2019-02-28 Thread Paul Durrant
gt; Druzhinin > Subject: [PATCH] xen-netback: don't populate the hash cache on XenBus > disconnect > > Occasionally, during the disconnection procedure on XenBus which > includes hash cache deinitialization there might be some packets > still in-flight on other processors. H

[PATCH] xen-netback: don't populate the hash cache on XenBus disconnect

2019-02-28 Thread Igor Druzhinin
Occasionally, during the disconnection procedure on XenBus which includes hash cache deinitialization there might be some packets still in-flight on other processors. Handling of these packets includes hashing and hash cache population that finally results in hash cache data structure corruption.