RE: [PATCH net-next 13/18] liquidio support for new device cn23xx

2016-08-04 Thread Yuval Mintz
> +static void cn23xx_bar1_idx_setup(struct octeon_device *oct, u64 core_addr, ... > + if (valid == 0) { !valid ... > + WRITE_ONCE(bar1, lio_pci_readq( > + oct, CN23XX_PEM_BAR1_INDEX_REG(oct->pcie_port, idx))); > + lio_pci_writeq(oct, (READ_ONCE(bar1) &

[PATCH net-next 13/18] liquidio support for new device cn23xx

2016-08-03 Thread Raghu Vatsavayi
This patch adds support for Instruction Queue(IQ) index manipulation routines thru bar1 of cn23xx. Signed-off-by: Derek Chickles Signed-off-by: Satanand Burla Signed-off-by: Felix Manlunas