]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: fix up VXLAN messages
authorShannon Nelson <shannon.nelson@intel.com>
Tue, 31 Mar 2015 07:45:04 +0000 (00:45 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 3 Apr 2015 10:54:31 +0000 (03:54 -0700)
commit6c1081072a865add22c9e8bc6f86532de59277e6
tree8417a08f82edbe1d5b29da28a71d01826a01fe98
parent1be7445d9bc80bfe162f7961ac3bbefac4860cd8
i40e: fix up VXLAN messages

When the VXLAN ports are added and removed, the messaging was giving some
bogus index info, the port was always '0' for the delete, and the message
text style didn't match other messages in the driver.  Also, there was an
over-use of the tertiary statement which made reading a little harder
than necessary.

Change-ID: Ie805182a697b8b4c12024403ada87fd4e4fa2358
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c