freebsd-dev/sys/arm/ti/cpsw
Luiz Otavio O Souza 904e8e891b Simplify the handling of small packets padding in cpsw:
- Pad small packets to 60 bytes and not 64 (exclude the CRC bytes);
 - Pad the packet using m_append(9), if the packet has enough space for
   padding, which is usually true, it will not be necessary append a newly
   allocated mbuf to the chain.

Suggested by:	yongari
MFC after:	3 days
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-01-21 19:49:39 +00:00
..
if_cpsw.c Simplify the handling of small packets padding in cpsw: 2017-01-21 19:49:39 +00:00
if_cpswreg.h Handle the set capabilities ioctl, letting the hardware checksum be 2017-01-19 14:58:55 +00:00
if_cpswvar.h MDIO_PHYACCESS_ACK is only valid for read access, remove it from 2016-12-01 03:34:04 +00:00