Re: [PATCH net-next] liquidio: monitor all of Octeon's cores in watchdog thread

2018-05-10 Thread David Miller
From: Felix Manlunas Date: Wed, 9 May 2018 11:31:31 -0700 > The liquidio_watchdog kernel thread is watching over only 12 cores of the > Octeon CN23XX; it's neglecting the other 4 cores that are present in the > CN2360. Fix it by defining LIO_MAX_CORES as 16. > > Signed-off-by: Felix Manlunas

[PATCH net-next] liquidio: monitor all of Octeon's cores in watchdog thread

2018-05-09 Thread Felix Manlunas
The liquidio_watchdog kernel thread is watching over only 12 cores of the Octeon CN23XX; it's neglecting the other 4 cores that are present in the CN2360. Fix it by defining LIO_MAX_CORES as 16. Signed-off-by: Felix Manlunas --- drivers/net/ethernet/cavium/liquidio/octeon_network.h | 2 +- 1 fi