Re: [PATCH net-next] liquidio: rx/tx queue cleanup

2017-08-11 Thread David Miller
From: Felix Manlunas Date: Wed, 9 Aug 2017 12:07:08 -0700 > From: Intiyaz Basha > > When deleting a queue, clear its corresponding bit in the qmask, vfree its > memory, clear out the pointer that's pointing to it, and decrement the > queue count. > > Signed-off-by: Intiyaz Basha > Signed-off-

[PATCH net-next] liquidio: rx/tx queue cleanup

2017-08-09 Thread Felix Manlunas
From: Intiyaz Basha When deleting a queue, clear its corresponding bit in the qmask, vfree its memory, clear out the pointer that's pointing to it, and decrement the queue count. Signed-off-by: Intiyaz Basha Signed-off-by: Felix Manlunas --- drivers/net/ethernet/cavium/liquidio/octeon_droq.c