From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] gro: fix overflow of payload length calculation Date: Wed, 19 Dec 2018 04:31:53 +0100 Message-ID: <1610491.4BUuIP9Iq1@xps> References: <1545026739-71980-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Jiayu Hu Return-path: In-Reply-To: <1545026739-71980-1-git-send-email-jiayu.hu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/12/2018 07:05, Jiayu Hu: > When the packet length is smaller than the header length, > the calculated payload length will be overflowed and result > in incorrect reassembly behaviors. > > Fixes: 1e4cf4d6d4fb ("gro: cleanup") > Fixes: 9e0b9d2ec0f4 ("gro: support VxLAN GRO") > Cc: stable@dpdk.org > > Signed-off-by: Jiayu Hu Applied, thanks