Intel Ethernet i217: Difference between revisions

m
Removed CMD_RPS option from sendPacket because some controllers will not write status if it is set (tested on 82567LM)
[unchecked revision][unchecked revision]
m (→‎Card Addresses and Data Structures: Remove header ending that didn't have a matching start)
m (Removed CMD_RPS option from sendPacket because some controllers will not write status if it is set (tested on 82567LM))
Line 686:
tx_descs[tx_cur]->addr = (uint64_t)p_data;
tx_descs[tx_cur]->length = p_len;
tx_descs[tx_cur]->cmd = CMD_EOP | CMD_IFCS | CMD_RS | CMD_RPS;
tx_descs[tx_cur]->status = 0;
uint8_t old_cur = tx_cur;
Anonymous user