Re: [dpdk-dev] [PATCH 05/28] bnxt: add support for PF/VF communications

2017-05-11 Thread Ajit Khaparde
On Thu, May 11, 2017 at 12:00 PM, Ferruh Yigit wrote: > On 3/28/2017 4:48 AM, Ajit Khaparde wrote: > > Set up interrupts and default completion ring during device init to > > allow VF communications. > > > > Request most VF HWRM commands be forwarded to the PF driver. In the > > future, this sho

Re: [dpdk-dev] [PATCH 05/28] bnxt: add support for PF/VF communications

2017-05-11 Thread Ferruh Yigit
On 3/28/2017 4:48 AM, Ajit Khaparde wrote: > Set up interrupts and default completion ring during device init to > allow VF communications. > > Request most VF HWRM commands be forwarded to the PF driver. In the > future, this should be configurable. > > Fix reporting of active VFs. > > Add a l

[dpdk-dev] [PATCH 05/28] bnxt: add support for PF/VF communications

2017-03-27 Thread Ajit Khaparde
Set up interrupts and default completion ring during device init to allow VF communications. Request most VF HWRM commands be forwarded to the PF driver. In the future, this should be configurable. Fix reporting of active VFs. Add a log message when a completion is ignored on the default comple