> On 01.11.2018 3:30, Flavio Leitner wrote:
> > On Wed, Oct 31, 2018 at 06:44:09PM +0300, Ilya Maximets wrote:
> >> Flow offloading thread uses concurrent hash maps which are based on
> >> rcu protected variables. It must use them while in active state.
> >> Working in a quiescent state could cause
On 01.11.2018 3:30, Flavio Leitner wrote:
> On Wed, Oct 31, 2018 at 06:44:09PM +0300, Ilya Maximets wrote:
>> Flow offloading thread uses concurrent hash maps which are
>> based on rcu protected variables. It must use them while in
>> active state. Working in a quiescent state could cause
>> segmen
On Wed, Oct 31, 2018 at 06:44:09PM +0300, Ilya Maximets wrote:
> Flow offloading thread uses concurrent hash maps which are
> based on rcu protected variables. It must use them while in
> active state. Working in a quiescent state could cause
> segmentation faults because of possible cmap internal
Flow offloading thread uses concurrent hash maps which are
based on rcu protected variables. It must use them while in
active state. Working in a quiescent state could cause
segmentation faults because of possible cmap internal
structure changes.
Fixes: 02bb2824e51d ("dpif-netdev: do hw flow offlo