Re: [dpdk-dev] [PATCH] notify VF when PF link status changes

2017-03-22 Thread Ferruh Yigit
On 3/22/2017 12:23 AM, al...@att.com wrote: > From: Alex Zelezniak > Hi Alex, Thank you for the patch. Can you please send a new version of the patch with a sign-off? More details related sign-off: http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body Overall DPDK contri

[dpdk-dev] [PATCH] notify VF when PF link status changes

2017-03-21 Thread alexz
From: Alex Zelezniak --- drivers/net/ixgbe/ixgbe_ethdev.c | 33 + drivers/net/ixgbe/rte_pmd_ixgbe.h | 16 2 files changed, 49 insertions(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c index 7169007..c78e5da 1