Re: [dpdk-dev] [PATCH v2 11/11] net/octeontx_ep: Transmit data path function added

2021-01-26 Thread Ferruh Yigit
On 1/18/2021 9:36 AM, Nalla Pradeep wrote: 1. Packet transmit function for both otx and otx2 are added. 2. Flushing transmit(command) queue when pending commands are more than maximum allowed value (currently 16). 3. Scatter gather support if the packet spans multiple buffers. Signed-off-by:

[dpdk-dev] [PATCH v2 11/11] net/octeontx_ep: Transmit data path function added

2021-01-18 Thread Nalla Pradeep
1. Packet transmit function for both otx and otx2 are added. 2. Flushing transmit(command) queue when pending commands are more than maximum allowed value (currently 16). 3. Scatter gather support if the packet spans multiple buffers. Signed-off-by: Nalla Pradeep --- drivers/net/octeontx_ep/o