Re: [dpdk-dev] [PATCH v2] doc: add known issue for i40e VF performance

2017-07-09 Thread Thomas Monjalon
Hi, Few typos spotted 03/07/2017 05:57, Qi Zhang: > --- a/doc/guides/nics/i40e.rst > +++ b/doc/guides/nics/i40e.rst > @@ -447,3 +447,30 @@ It means if APP has set the max bandwidth for that TC, > it comes to no > effect. > It's suggested to set the strict priority mode for a TC that is latency

Re: [dpdk-dev] [PATCH v2] doc: add known issue for i40e VF performance

2017-07-03 Thread Ferruh Yigit
On 7/3/2017 4:57 AM, Qi Zhang wrote: > VF performance is limited by the kernel PCI extended tag setting. > Update the document to explain the known issue and the workaround. > > Signed-off-by: Qi Zhang Hi Qi, John, Not related to the content, but related to location, where a "known issue" shoul

Re: [dpdk-dev] [PATCH v2] doc: add known issue for i40e VF performance

2017-07-03 Thread Mcnamara, John
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, July 3, 2017 4:58 AM > To: Mcnamara, John ; Wu, Jingjing > > Cc: Zhang, Helin ; dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH v2] doc: add known issue for i40e VF performance > > VF performance is limited by the kernel PCI extend

[dpdk-dev] [PATCH v2] doc: add known issue for i40e VF performance

2017-07-02 Thread Qi Zhang
VF performance is limited by the kernel PCI extended tag setting. Update the document to explain the known issue and the workaround. Signed-off-by: Qi Zhang --- v2: - follow number list format. - improve the comments. doc/guides/nics/i40e.rst | 27 +++ 1 file changed, 2