Re: [PATCH] net: openvswitch: Remove invalid comment

2015-11-24 Thread David Miller
From: Aaron Conole Date: Tue, 24 Nov 2015 13:51:53 -0500 > During pre-upstream development, the openvswitch datapath used a custom > hashtable to store vports that could fail on delete due to lack of > memory. However, prior to upstream submission, this code was reworked to > use an hlist based h

[PATCH] net: openvswitch: Remove invalid comment

2015-11-24 Thread Aaron Conole
During pre-upstream development, the openvswitch datapath used a custom hashtable to store vports that could fail on delete due to lack of memory. However, prior to upstream submission, this code was reworked to use an hlist based hastable with flexible-array based buckets. As such the failure cond