RE: [PATCH] liquidio: stop using huge static buffer, save 4096k in .data

2017-06-20 Thread Chickles, Derek
> From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, June 20, 2017 12:22 PM > > From: Denys Vlasenko > Date: Mon, 19 Jun 2017 21:50:52 +0200 > > > Only compile-tested - I don't have the hardware. > > > > From code inspection, octeon_pci_write_core_mem() appears to be safe wrt > > u

RE: [PATCH net-next] liquidio: add support for OVS offload

2017-06-04 Thread Chickles, Derek
> From: David Miller [mailto:da...@davemloft.net] > Sent: Saturday, May 27, 2017 5:07 PM > Subject: Re: [PATCH net-next] liquidio: add support for OVS offload > > From: Felix Manlunas > Date: Sat, 27 May 2017 08:56:33 -0700 > > > From: VSR Burru > > > > Add support for OVS offload. By defaul

RE: [PATCH net-next] liquidio: Fix checkpatch errors with references crossing single line

2017-06-02 Thread Chickles, Derek
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Friday, June 02, 2017 3:44 PM > To: David Miller ; Manlunas, Felix > > Cc: netdev@vger.kernel.org; Vatsavayi, Raghu ; > Chickles, Derek ; Burla, Satananda > > Subject: Re: [PA

RE: [PATCH net-next] liquidio: fix rare pci_driver.probe failure of VF driver

2017-05-25 Thread Chickles, Derek
Looks good to me. Derek > -Original Message- > From: Manlunas, Felix > Sent: Thursday, May 25, 2017 10:42 AM > To: da...@davemloft.net > Cc: netdev@vger.kernel.org; Vatsavayi, Raghu ; > Chickles, Derek ; Burla, Satananda > ; Kanneganti, Prasad > > Subject: [PA

RE: [PATCH net-next] liquidio: optimize reads from Octeon PCI console

2016-12-29 Thread Chickles, Derek
> #ifdef __BIG_ENDIAN_BITFIELD > static inline void > @@ -96,6 +96,25 @@ __octeon_pci_rw_core_mem(struct octeon_device > *oct, u64 addr, > u32 copy_len = 0, index_reg_val = 0; > unsigned long flags; > u8 __iomem *mapped_addr; > + u64 static_mapping_base; > + > + static_m

RE: [PATCH] liquidio CN23XX: make timeout HZ independent

2016-12-16 Thread Chickles, Derek
> -Original Message- > From: Nicholas Mc Guire [mailto:hof...@osadl.org] > Sent: Friday, December 16, 2016 12:11 AM > To: Chickles, Derek > Cc: Burla, Satananda; Manlunas, Felix; Vatsavayi, Raghu; > netdev@vger.kernel.org; linux-ker...@vger.kernel.org; Nicholas Mc Guire

RE: [PATCH RFC] liquidio: make timeout HZ independent

2016-12-16 Thread Chickles, Derek
> -Original Message- > From: Nicholas Mc Guire [mailto:hof...@osadl.org] > Sent: Thursday, December 15, 2016 10:57 PM > To: Chickles, Derek > Cc: Burla, Satananda; Manlunas, Felix; Vatsavayi, Raghu; > netdev@vger.kernel.org; linux-ker...@vger.kernel.org; Nicholas Mc Guire

RE: [PATCH net-next 4/5] liquidio VF timestamp

2016-12-08 Thread Chickles, Derek
> -Original Message- > From: Or Gerlitz [mailto:gerlitz...@gmail.com] > Sent: Thursday, December 08, 2016 1:10 PM > To: Vatsavayi, Raghu > Cc: David Miller; Linux Netdev List; Vatsavayi, Raghu; Chickles, Derek; Burla, > Satananda; Manlunas, Felix > Subject: Re

RE: [PATCH net-next v7] Add support of Cavium Liquidio ethernet adapters

2015-04-27 Thread Chickles, Derek
> >> > >> It is extremely disappointing that you've defined your own debug > >> logging macros, which use generic dev_*() printks, instead of using > >> the proper netdev_*() printk logging interfaces to do this. > > > > We can make this change. I'm not sure why it was missed since we > > have net

RE: [PATCH net-next v7] Add support of Cavium Liquidio ethernet adapters

2015-04-27 Thread Chickles, Derek
> > It is extremely disappointing that you've defined your own debug > logging macros, which use generic dev_*() printks, instead of using > the proper netdev_*() printk logging interfaces to do this. We can make this change. I'm not sure why it was missed since we have netif_level support. Pleas