tilelink2: Fragmenter supports Hints
This commit is contained in:
parent
42955a0490
commit
9874bc553a
@ -34,7 +34,8 @@ class TLFragmenter(minSize: Int, maxSize: Int, alwaysMin: Boolean = false) exten
|
|||||||
supportsLogical = expandTransfer(m.supportsLogical),
|
supportsLogical = expandTransfer(m.supportsLogical),
|
||||||
supportsGet = expandTransfer(m.supportsGet),
|
supportsGet = expandTransfer(m.supportsGet),
|
||||||
supportsPutFull = expandTransfer(m.supportsPutFull),
|
supportsPutFull = expandTransfer(m.supportsPutFull),
|
||||||
supportsPutPartial = expandTransfer(m.supportsPutPartial))
|
supportsPutPartial = expandTransfer(m.supportsPutPartial),
|
||||||
|
supportsHint = expandTransfer(m.supportsHint))
|
||||||
def mapClient(c: TLClientParameters) = c.copy(
|
def mapClient(c: TLClientParameters) = c.copy(
|
||||||
sourceId = IdRange(c.sourceId.start << fragmentBits, c.sourceId.end << fragmentBits),
|
sourceId = IdRange(c.sourceId.start << fragmentBits, c.sourceId.end << fragmentBits),
|
||||||
// since we break Acquires, none of these work either:
|
// since we break Acquires, none of these work either:
|
||||||
|
Loading…
Reference in New Issue
Block a user