add checksum offload support to NIC

This commit is contained in:
Howard Mao
2019-12-08 22:12:20 -08:00
parent cc564e0bfe
commit 1e0c5c5ac6
3 changed files with 5 additions and 3 deletions

View File

@@ -52,7 +52,8 @@ class WithBlockDevice extends Config(new testchipip.WithBlockDevice)
class WithNICKey extends Config((site, here, up) => {
case NICKey => NICConfig(
inBufFlits = 8192,
ctrlQueueDepth = 64)
ctrlQueueDepth = 64,
checksumOffload = true)
})
class WithRocketL2TLBs(entries: Int) extends Config((site, here, up) => {