Re: [PATCH] net: ethernet: ti: cpsw: fix min eth packet size

2017-11-15 Thread David Miller
From: Grygorii Strashko Date: Wed, 15 Nov 2017 09:46:35 -0600 > Now CPSW driver configures min eth packet size to 60 octets (ETH_ZLEN) > which works in most of cases, but when port VLAN is configured on some > switch port, it also can be configured to force all egress packets to be > VLAN untagge

[PATCH] net: ethernet: ti: cpsw: fix min eth packet size

2017-11-15 Thread Grygorii Strashko
Now CPSW driver configures min eth packet size to 60 octets (ETH_ZLEN) which works in most of cases, but when port VLAN is configured on some switch port, it also can be configured to force all egress packets to be VLAN untagged. And in this case, CPSW driver will pad small packets to 60 octets, bu