Re: [PATCH 1/6] openvswitch: convert to kvmalloc

From: Matthew Wilcox
Date: Fri Sep 07 2018 - 13:19:39 EST


On Fri, Sep 07, 2018 at 12:56:30PM -0400, Kent Overstreet wrote:
> There was no real need for this code to be using flexarrays, it's just
> implementing a hash table - ideally it would be using rhashtables, but
> that conversion would be significantly more complicated.
>
> Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx>
> Cc: Pravin B Shelar <pshelar@xxxxxxx>
> Cc: dev@xxxxxxxxxxxxxxx

Reviewed-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>