Re: [dpdk-dev] [v2] net/ixgbe: check illegal packets

2020-02-17 Thread Ye Xiaolong
On 02/17, Xiao Zhang wrote: >Some illegal packets will lead to TX hang. This patch checks those >illegal packets and protects TX from hanging. > >Fixes: 7829b8d52be0 ("net/ixgbe: add Tx preparation") >Cc: sta...@dpdk.org > >Signed-off-by: Xiao Zhang >--- >v2 change the minimum packet length accord

Re: [dpdk-dev] [v2] net/ixgbe: check illegal packets

2020-02-17 Thread Ananyev, Konstantin
> > Some illegal packets will lead to TX hang. This patch checks those > illegal packets and protects TX from hanging. > > Fixes: 7829b8d52be0 ("net/ixgbe: add Tx preparation") > Cc: sta...@dpdk.org > > Signed-off-by: Xiao Zhang > --- > v2 change the minimum packet length according to the dat