]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbevf: use page_address offset from page
authorEmil Tantilov <emil.s.tantilov@intel.com>
Wed, 31 Jan 2018 00:51:12 +0000 (16:51 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 26 Feb 2018 17:16:15 +0000 (09:16 -0800)
commit125373a5e6e185a0cca315a8793a1dea58b33cab
tree3d4a1b30f01ba312c92a8a711b3ba4ee6b32f679
parent06162b546baba08117a9112acc9a25cd34267d4c
ixgbevf: use page_address offset from page

Based on commit d4d89750a519
("igb: Use page_address offset from page instead of masking virtual address")

Update the handling of page addresses so that we always refer to them using
a void pointer, and try to use the consistent name of va indicating we are
working with a virtual address.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c