c5e5047d99
This patch is a preparation for dynamic reconfiguration of PG-IG maps. Current PG-IG map is implemented by a fixed-size array. Linked list will make much easier to support dynamic reconfiguration of PG-IG maps. Current: target - (1..n) ---> PG_map (1..1) -> PG | --> IG_map (1..1) -> IG This proposal: target - (1..n) -> PG_map --- (1..1) -> PG | -- (1..m) -> IG_map - (1..1) -> IG Change-Id: I92f668b81cdd8003aff222926f8f1ed96b61e56d Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/385532 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> |
||
---|---|---|
.. | ||
lib | ||
Makefile |