Re: [PATCH 29/29] ixgbe/base: update README
From: Ferruh Yigit <hidden>
Date: 2016-06-13 16:28:33
On 5/6/2016 7:07 AM, Beilei Xing wrote:
update README.
It can be good to give some context here, like updated base driver version and new base driver features listed...
quoted hunk ↗ jump to hunk
Besides, update release notes. Signed-off-by: Beilei Xing <redacted> --- doc/guides/rel_notes/release_16_07.rst | 11 +++++++++++ drivers/net/ixgbe/base/README | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-)diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst index 83c841b..77d53a0 100644 --- a/doc/guides/rel_notes/release_16_07.rst +++ b/doc/guides/rel_notes/release_16_07.rst@@ -34,6 +34,17 @@ This section should contain new features added in this release. Sample format: Refer to the previous release notes for examples. +* **Updated the ixgbe base driver.** + The i40e base driver was updated with changes including the
Is it i40e or ixgbe base driver updated?
+ following: + + * Added sgmii link for X550. + * Added mac link setup for x550a SFP and SFP+. + * Added KR support for x550em_a. + * Added new phy definitions for M88E1500. + * Added support for the VLVF to be bypassed when adding/removing a VFTA entry. + * Added x550a flow control auto negotiation support.
...