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
..
2016-10-09 10:25:47 +00:00
2016-10-02 03:20:31 +00:00
2016-05-04 15:48:59 +00:00
2016-10-09 10:25:47 +00:00
2016-03-29 19:11:04 +00:00
2016-03-29 19:11:04 +00:00
2016-03-29 19:11:04 +00:00
2014-10-18 16:59:21 +00:00