net/ice/base: add entries in profile TCAM with priority
authorQi Zhang <qi.z.zhang@intel.com>
Mon, 15 Jun 2020 02:05:00 +0000 (10:05 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jun 2020 17:21:08 +0000 (19:21 +0200)
commit8cff19be5e60cfb6654af51bc484eccd2140bfbf
tree1ef8a920113a8f90a5a017d94e3e44c3fc253a56
parentbe45049b3c4340499dad5648f455f7b443975671
net/ice/base: add entries in profile TCAM with priority

The profile TCAM tables are implemented such that entries with a smaller
index in the table have a higher priority. When records to be added to
the table have flags to differentiate between standard PTG and VSIG
records, then these entries need to have higher priority in order to be
found and processed first.

Signed-off-by: Dan Nowlin <dan.nowlin@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
drivers/net/ice/base/ice_flex_pipe.c