On Tue, Nov 19, 2024 at 09:17:57AM +0000, Connolly, Padraig J wrote: > __________________________________________________________________ > > From: Medvedkin, Vladimir <vladimir.medved...@intel.com> > Sent: Monday 11 November 2024 5:46 pm > To: Richardson, Bruce <bruce.richard...@intel.com>; dev@dpdk.org > <dev@dpdk.org> > Cc: sta...@dpdk.org <sta...@dpdk.org>; Connolly, Padraig J > <padraig.j.conno...@intel.com>; Stokes, Ian <ian.sto...@intel.com>; > Zhang, Qi Z <qi.z.zh...@intel.com>; Kevin Liu <kevinx....@intel.com> > Subject: Re: [PATCH] net/iavf: add segment-length check to Tx prep > > On 11/11/2024 16:42, Bruce Richardson wrote: > > In the Tx prep function, the metadata checks were only checking the > > packet length and ignoring the data length. For single-buffer packets > we > > can quickly check that the data length is the packet length. > > > > Fixes: 19ee91c6bd9a ("net/iavf: check illegal packet sizes") > > Cc: sta...@dpdk.org > > > > Reported-by: Padraig Connolly <padraig.j.conno...@intel.com> > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > Acked-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > Tested-by: Padraig Connolly <padraig.j.conno...@intel.com>
Applied to dpdk-next-net-intel /Bruce