Re: [dpdk-dev] [PATCH v2 38/62] net/cnxk: add flow ctrl set/get ops

2021-06-15 Thread Jerin Jacob
On Mon, Jun 7, 2021 at 11:37 PM Nithin Dabilpuram wrote: > > From: Sunil Kumar Kori > > Patch implements set and get operations for flow control. > > Signed-off-by: Sunil Kumar Kori > --- > + > + /* Check if TX pause frame is already enabled or not */ > + if (fc->tx_pause ^ tx_pause

[dpdk-dev] [PATCH v2 38/62] net/cnxk: add flow ctrl set/get ops

2021-06-07 Thread Nithin Dabilpuram
From: Sunil Kumar Kori Patch implements set and get operations for flow control. Signed-off-by: Sunil Kumar Kori --- doc/guides/nics/cnxk.rst | 1 + doc/guides/nics/features/cnxk.ini | 1 + doc/guides/nics/features/cnxk_vec.ini | 1 + drivers/net/cnxk/cnxk_ethdev.c|