OSDN Git Service

fm10k: use 8bit notation instead of 10bit notation for diagram
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 1 Apr 2016 23:17:36 +0000 (16:17 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 21 Apr 2016 06:07:32 +0000 (23:07 -0700)
commitd057d9a9446636293b4884d1a0da6ad5a7ef4e13
tree606e6adac93e74e5b085a69536f8cf9c8fe58d68
parent4e160f2a59cec8f705583edfaa11ce5f3b3ef4a6
fm10k: use 8bit notation instead of 10bit notation for diagram

The diagram represents bit layout of the multi-bit VLAN update message
format. Typically these diagrams are drawn using some power of 2 as the
base, to more easily grasp where fields split. Although the numbers
above can make it somewhat easy to understand which bit you're looking
at, it makes the break points not line up. Re-draw the numbers using
base 8, and mark the bit values every 8 bits at the top. This should
make it more easy to grasp the table quickly.

Signed-off-by: Jacob Keller <jacob.e.keller@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/fm10k/fm10k_pf.c