[dpdk-dev] [PATCH 2/5] ixgbe: don't print PCI address on link change

2015-05-18 Thread Bruce Richardson
On Fri, May 15, 2015 at 10:08:24AM -0700, Stephen Hemminger wrote: > Printing PCI information on link state change is unnecessary since > the same information has already been displayed earlier in the log. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > lib/librte_pmd_

[dpdk-dev] [PATCH 2/5] ixgbe: don't print PCI address on link change

2015-05-15 Thread Stephen Hemminger
Printing PCI information on link state change is unnecessary since the same information has already been displayed earlier in the log. Signed-off-by: Stephen Hemminger --- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 5 - 1 file changed, 5 deletions(-) diff --git a/lib/librte_pmd_ixgbe/ixgbe_ethde