RE: [PATCH net-next V3 09/18] liquidio: MSIX support for CN23XX

2016-08-22 Thread Yuval Mintz
> + u64 time_threshold; > + u64 cnt_threshold; ... > + octeon_write_csr64( > + oct, CN23XX_SLI_OQ_PKT_INT_LEVELS(oq_no), > + ((u64)(time_threshold << 32 | cnt_threshold))); No need for the cast. > + if (!droq) { > +

[PATCH net-next V3 09/18] liquidio: MSIX support for CN23XX

2016-08-21 Thread Raghu Vatsavayi
This patch adds support msix interrupt for cn23xx device. Signed-off-by: Derek Chickles Signed-off-by: Satanand Burla Signed-off-by: Felix Manlunas Signed-off-by: Raghu Vatsavayi