Skip to content

Commit

Permalink
liquidio: monitor all of Octeon's cores in watchdog thread
Browse files Browse the repository at this point in the history
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 <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Felix Manlunas authored and David S. Miller committed May 10, 2018
1 parent e72a7dd commit f604757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cavium/liquidio/octeon_network.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ struct lio {
#define LIO_SIZE (sizeof(struct lio))
#define GET_LIO(netdev) ((struct lio *)netdev_priv(netdev))

#define LIO_MAX_CORES 12
#define LIO_MAX_CORES 16

/**
* \brief Enable or disable feature
Expand Down

0 comments on commit f604757

Please sign in to comment.