On 5/10/19 5:18 PM, John McNamara wrote:
Fix grammar, spelling and formatting of DPDK 19.05 release notes.
Signed-off-by: John McNamara <john.mcnam...@intel.com>
[snip]
* **Updated Solarflare network PMD.**
- Updated the sfc_efx driver including the following changes:
+ Updated the Solarflare ``sfc_efx`` driver with changes including:
* Added support for Rx descriptor status and related API in a secondary
process.
* Added support for Tx descriptor status API in a secondary process.
- * Added support for RSS RETA and hash configuration get API in a secondary
+ * Added support for RSS RETA and hash configuration API in a secondary
I've tried to highlight that secondary process can read (get) RETA table
and hash
configuration, but cannot change it (update).
process.
* Added support for Rx packet types list in a secondary process.
* Added Tx prepare to do Tx offloads checks.
[snip]
Thanks,
Andrew.