]> git.baikalelectronics.ru Git - kernel.git/commit
octeontx2-pf: Reduce minimum mtu size to 60
authorSubbaraya Sundeep <sbhatta@marvell.com>
Fri, 29 Jul 2022 09:24:57 +0000 (14:54 +0530)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Aug 2022 03:10:36 +0000 (20:10 -0700)
commitab6e034759d1a576ed67b3fdaea83cda49f9adcf
tree8ab5418c9fa1a721aa5cb389c9a9c64866fbf143
parentef5b8b1023ce1607eb90497fd7cf92e30b79e59e
octeontx2-pf: Reduce minimum mtu size to 60

PTP messages like SYNC, FOLLOW_UP, DELAY_REQ are of size 58 bytes.
Using a minimum packet length as 64 makes NIX to pad 6 bytes of
zeroes while transmission. This is causing latest ptp4l application to
emit errors since length in PTP header and received packet are not same.
Padding upto 3 bytes is fine but more than that makes ptp4l to assume
the pad bytes as a TLV. Hence reduce the size to 60 from 64.

Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: Naveen Mamindlapalli <naveenm@marvell.com>
Signed-off-by: Sunil Kovvuri Goutham <sgoutham@marvell.com>
Link: https://lore.kernel.org/r/20220729092457.3850-1-naveenm@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.h