Re: [PATCH v8 4/4] doc: update with link changes
From: Mcnamara, John <hidden>
Date: 2016-02-18 18:15:18
Hi, Some minor comments below in order to get a consistent set of release notes.
-----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marc Sune Sent: Sunday, February 14, 2016 10:18 PM To: dev@dpdk.org; Lu, Wenzhuo <redacted>; Zhang, Helin [off-list ref]; Harish Patil [off-list ref]; Chen, Jing D [off-list ref] Subject: [dpdk-dev] [PATCH v8 4/4] doc: update with link changes Add new features, ABI changes and resolved issues notice for the refactored link patch. Signed-off-by: Marc Sune <redacted> --- doc/guides/rel_notes/release_2_3.rst | 102
This should be rebased and the notes added to doc/guides/rel_notes/release_16_04.rst.
+ +* **ethdev: define a set of advertised link speeds.**
The title and the text should be in the past tense.
See the hints/guidelines in the updated release notes:
http://dpdk.org/browse/dpdk/tree/doc/guides/rel_notes/release_16_04.rst
+ + Allowing to define a set of advertised speeds for auto-negociation,
Maybe something like: Added functionality to allow the definition of advertised speeds for ...
+* **ethdev: add speed_cap bitmap to recover eth device link speed +capabilities + define a set of advertised link speeds.**
The title is a little long. Just give a brief overview here and more the detail to the text sections.
+ + ``struct rte_eth_dev_info`` has now speed_cap bitmap, which allows + the application to recover the supported speeds for that ethernet device.
It would be good to use ```` quotes on speed_cap as well for consistency. +
+Examples +~~~~~~~~ + +* New API call, rte_eth_speed_to_bm_flag(), in ethdev to map numerical +speeds to bitmap fields.
I don't think this should be in the "Examples" section. Maybe as a sub-item in the "New Featrues" or in "API Changes" if it is a change.
+ +ABI Changes +----------- + +* The ethdev rte_eth_link and rte_eth_conf structures were changed to + support the new link API, as well as ETH_LINK_HALF/FULL_DUPLEX. + +* The ethdev rte_eth_dev_info was changed to support device speed capabilities.
Better to put the struct names and variables in ```` quotes. Thanks, John. -