Re: [PATCH net] bnxt_en: Drop oversize TX packets to prevent errors.

2019-02-27 Thread David Miller
From: Michael Chan Date: Wed, 27 Feb 2019 03:58:53 -0500 > There have been reports of oversize UDP packets being sent to the > driver to be transmitted, causing error conditions. The issue is > likely caused by the dst of the SKB switching between 'lo' with > 64K MTU and the hardware device with

[PATCH net] bnxt_en: Drop oversize TX packets to prevent errors.

2019-02-27 Thread Michael Chan
There have been reports of oversize UDP packets being sent to the driver to be transmitted, causing error conditions. The issue is likely caused by the dst of the SKB switching between 'lo' with 64K MTU and the hardware device with a smaller MTU. Patches are being proposed by Mahesh Bandewar to