Re: [PATCH net-next] qede: allocate enough data for ->arfs_fltr_bmap

2017-04-20 Thread David Miller
From: Dan Carpenter Date: Wed, 19 Apr 2017 12:54:33 +0300 > We've got the number of longs, yes, but we should multiply by > sizeof(long) to get the number of bytes needed. > > Fixes: e4917d46a653 ("qede: Add aRFS support") > Signed-off-by: Dan Carpenter Applied, thanks.

RE: [PATCH net-next] qede: allocate enough data for ->arfs_fltr_bmap

2017-04-19 Thread Mintz, Yuval
> We've got the number of longs, yes, but we should multiply by > sizeof(long) to get the number of bytes needed. > > Fixes: e4917d46a653 ("qede: Add aRFS support") > Signed-off-by: Dan Carpenter Thanks Dan. Acked-by: Yuval Mintz