[dpdk-dev] [PATCH v3 02/30] ixgbe/base: add sgmii link for X550

2016-06-21 Thread Bruce Richardson
On Wed, Jun 15, 2016 at 03:53:12PM +0800, Beilei Xing wrote: > It adds sgmii link for X550. > A commit message like this which just restates the commit title can just be omitted. However, it would be nice to have a little more detail about the patch in the commit message. Regards, /Bruce

[dpdk-dev] [PATCH v3 02/30] ixgbe/base: add sgmii link for X550

2016-06-15 Thread Beilei Xing
It adds sgmii link for X550. Signed-off-by: Beilei Xing --- drivers/net/ixgbe/base/ixgbe_type.h | 9 +++ drivers/net/ixgbe/base/ixgbe_x550.c | 127 +--- 2 files changed, 127 insertions(+), 9 deletions(-) diff --git a/drivers/net/ixgbe/base/ixgbe_type.h