RE: [PATCH net-next V3 11/18] liquidio: link and control commands

2016-08-22 Thread Yuval Mintz
> +static inline void setup_link_status_change_wq(struct net_device *netdev) > +{ > + struct lio *lio = GET_LIO(netdev); > + struct octeon_device *oct = lio->oct_dev; > + > + lio->link_status_wq.wq = alloc_workqueue("link-status", > +

[PATCH net-next V3 11/18] liquidio: link and control commands

2016-08-21 Thread Raghu Vatsavayi
This patch adds work queue support for link status and control commands. Signed-off-by: Derek Chickles Signed-off-by: Satanand Burla Signed-off-by: Felix Manlunas Signed-off-by: Raghu