Re: [ovs-dev] [PATCH] datapath/vport: Remove an invalid comment

2015-12-21 Thread Pravin Shelar
On Tue, Nov 24, 2015 at 12:28 PM, Aaron Conole wrote: > Commit 3544358aa596 ("datapath: Improve kernel hash table") removed the > failure condition of ovs_vport_del by switching away from a custom > hashtable which allocated a new bucket, to an hlist with flexible-array > buckets. The function sto

Re: [ovs-dev] [PATCH] datapath/vport: Remove an invalid comment

2015-12-21 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 03:28:35PM -0500, Aaron Conole wrote: > Commit 3544358aa596 ("datapath: Improve kernel hash table") removed the > failure condition of ovs_vport_del by switching away from a custom > hashtable which allocated a new bucket, to an hlist with flexible-array > buckets. The funct

Re: [ovs-dev] [PATCH] datapath/vport: Remove an invalid comment

2015-11-24 Thread Thadeu Lima de Souza Cascardo
On Tue, Nov 24, 2015 at 03:28:35PM -0500, Aaron Conole wrote: > Commit 3544358aa596 ("datapath: Improve kernel hash table") removed the > failure condition of ovs_vport_del by switching away from a custom > hashtable which allocated a new bucket, to an hlist with flexible-array > buckets. The funct

[ovs-dev] [PATCH] datapath/vport: Remove an invalid comment

2015-11-24 Thread Aaron Conole
Commit 3544358aa596 ("datapath: Improve kernel hash table") removed the failure condition of ovs_vport_del by switching away from a custom hashtable which allocated a new bucket, to an hlist with flexible-array buckets. The function stopped returning failure code at that point, so remove the mislea