Commit c997952b authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

i40e: also support regular tx descriptor writeback

We already support this, but the original todo guard was still in place.
parent 1118220e
......@@ -277,11 +277,6 @@ void lan_queue_tx::initialize()
hwb = !!(*hwb_qlen_p & (1 << 0));
hwb_addr = *hwb_addr_p;
if (!hwb) {
std::cerr << " currently only hwb is supported" << std::endl;
abort();
}
std::cerr << " head=" << reg_dummy_head << " base=" << base <<
" len=" << len << " hwb=" << hwb << " hwb_addr=" << hwb_addr <<
std::endl;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment