[dpdk-dev] [PATCH v3] net/i40e: illagel pactket checking

2018-06-14 Thread Yanglong Wu
Some illegal packets will lead to TX/RX hang and can't recover automatically. This pacth check those illegal packets and protect TX/RX from hanging. Signed-off-by: Yanglong Wu --- v2: fix coding style issue and error --- v3: rework as comments --- drivers/net/i40e/i40e_rxtx.c | 15 +++---

Re: [dpdk-dev] [PATCH v3] net/i40e: illagel pactket checking

2018-06-15 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Yanglong > Sent: Friday, June 15, 2018 2:19 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Ananyev, Konstantin > ; Wu, Yanglong > Subject: [PATCH v3] net/i40e: illagel pactket checking > illagel pactket --> illegal packet > Some illegal packets will lead t