Re: [dpdk-dev] [PATCH v2] net/mlx5: fix dynamic inline hint handling

2020-07-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, July 23, 2020 5:21 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; > Slava Ovsiienko ; Shahaf Shuler > > Subject: [PATCH v2] net/mlx5: fix dynamic inline hint handling > > The ConnectX NI

[dpdk-dev] [PATCH v2] net/mlx5: fix dynamic inline hint handling

2020-07-23 Thread Gregory Etelson
The ConnectX NICs can transfer data from the host memory with two approaches: provide the pointer to the data buffer, or do data inline - copy the data to the transmit descriptor (WQE) entirely or only the part of data. In some configurations the NIC hardware requires the minimal data to be inline