forked from M-Labs/zynq-rs
eth: enable csum offloading
should prevent FCS errors
This commit is contained in:
parent
43c3f3e4a6
commit
5603766c5d
@ -336,7 +336,7 @@ impl<RX, TX> Eth<RX, TX> {
|
||||
.rx_pktbuf_memsz_sel(0x3)
|
||||
// 4 KB
|
||||
.tx_pktbuf_memsz_sel(true)
|
||||
// .csum_gen_offload_en(true)
|
||||
.csum_gen_offload_en(true)
|
||||
// Little-endian
|
||||
.ahb_endian_swp_mgmt_en(false)
|
||||
// INCR16 AHB burst
|
||||
|
Loading…
Reference in New Issue
Block a user