[dpdk-dev] [PATCH v3] doc: add limitations for i40e PMD

2016-10-12 Thread Bruce Richardson
On Fri, Sep 30, 2016 at 03:09:53PM +, Mcnamara, John wrote: > > > > -Original Message- > > From: Wu, Jingjing > > Sent: Friday, September 30, 2016 7:46 AM > > To: dev at dpdk.org > > Cc: Wu, Jingjing ; Xing, Beilei > > ; Mcnamara, John > > Subject: [PATCH v3] doc: add limitations for

[dpdk-dev] [PATCH v3] doc: add limitations for i40e PMD

2016-09-30 Thread Mcnamara, John
> -Original Message- > From: Wu, Jingjing > Sent: Friday, September 30, 2016 7:46 AM > To: dev at dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; Mcnamara, John > Subject: [PATCH v3] doc: add limitations for i40e PMD > > This patch adds "Limitations or Known issues" section for i40e PMD,

[dpdk-dev] [PATCH v3] doc: add limitations for i40e PMD

2016-09-30 Thread Jingjing Wu
This patch adds "Limitations or Known issues" section for i40e PMD, including two items: 1. MPLS packet classification on X710/XL710 2. 16 Byte Descriptor cannot be used on DPDK VF 3. Link down with i40e kernel driver after DPDK application exist Signed-off-by: Jingjing Wu --- v2 changes: fix ty