Re: [dpdk-dev] [PATCH 7/8] net/octeontx: add flow control support

2020-04-06 Thread Harman Kalra
On Mon, Mar 16, 2020 at 03:03:43PM +0530, Harman Kalra wrote: > From: Vamsi Attunuru > > Patch adds ethdev flow control set/get callback ops, > pmd enables modifying flow control attributes like > rx_pause, tx_pause, high & low water mark. > > Signed-off-by: Vamsi Attunuru Acked-by: Harman Kal

[dpdk-dev] [PATCH 7/8] net/octeontx: add flow control support

2020-03-16 Thread Harman Kalra
From: Vamsi Attunuru Patch adds ethdev flow control set/get callback ops, pmd enables modifying flow control attributes like rx_pause, tx_pause, high & low water mark. Signed-off-by: Vamsi Attunuru --- doc/guides/nics/features/octeontx.ini | 1 + drivers/net/octeontx/base/octeontx_bgx.c