]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: add write flush when configuring CS4223/7
authorEmil Tantilov <emil.s.tantilov@intel.com>
Wed, 17 May 2017 22:17:46 +0000 (15:17 -0700)
committerJack Vogel <jack.vogel@oracle.com>
Fri, 16 Jun 2017 06:01:24 +0000 (23:01 -0700)
commitf0e803b1cc88ec07e80c259923ba3ce26db9cb87
tree15849e71a4a26851ef3d9be5f91f779428cba49d
parent606ff0e49937cd47d058a6c7bac8261b46f5cc7b
ixgbe: add write flush when configuring CS4223/7

Make sure the writes are processed immediately. Without the flush it
is possible for operations on one port to spill over the other as the
resource is shared.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Orabug: 26242766
(cherry picked from commit 410a494902777c11f95031d9ed757d7f8f09c5c6)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Reviewed-by: Ethan Zhao <ethan.zhao@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c