Re: [dpdk-dev] [PATCH] net/octeontx2: allow vfs to enable back pressure

2019-10-03 Thread Jerin Jacob
On Fri, Aug 30, 2019 at 9:35 AM Nithin Dabilpuram wrote: > > Allow VFs to enable backpressure for performance reasons. > The backpressure control is with kernel AF driver that will enable > backpressure even if one PF/VF requests it and disable it only > after all the PFs/VFs request for disable.

[dpdk-dev] [PATCH] net/octeontx2: allow vfs to enable back pressure

2019-08-29 Thread Nithin Dabilpuram
Allow VFs to enable backpressure for performance reasons. The backpressure control is with kernel AF driver that will enable backpressure even if one PF/VF requests it and disable it only after all the PFs/VFs request for disable. Signed-off-by: Nithin Dabilpuram --- drivers/net/octeontx2/otx2_f