dev
fengbojiang(姜凤波) 2019-07-12 20:58:31 +08:00
commit 6bbb2125dc
1 changed files with 1 additions and 3 deletions

View File

@ -582,9 +582,7 @@ init_port_start(void)
}
/* Enable HW CRC stripping */
if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_KEEP_CRC) {
port_conf.rxmode.offloads |= DEV_RX_OFFLOAD_KEEP_CRC;
}
port_conf.rxmode.offloads &= ~DEV_RX_OFFLOAD_KEEP_CRC;
/* FIXME: Enable TCP LRO ?*/
#if 0