Re: [dpdk-dev] DPDK qos support for 40G port

2017-08-06 Thread Kevin Yan
Hi Cristian, Sorry to bother again, could you give suggestions/hints of code change to support single 40G port? Because in our setup, we will use single 40G port (Intel XL710) as the network interface. Or is there any workaround to bypass the limitation?(we are not willing to use 4*10G setup)

Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev

2017-08-06 Thread Yang, Zhiyong
Hi, Thomas: Need I sent another V3 patch to update commit log according to Remy's suggestion? Thanks Zhiyong > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yang, Zhiyong > Sent: Saturday, August 5, 2017 6:35 PM > To: Horton, Remy ; dev@dpdk.org > Cc: T

Re: [dpdk-dev] [PATCH] eal: add notice to make DPDK IOVA aware

2017-08-06 Thread Olivier MATZ
On Fri, Aug 04, 2017 at 10:55:25AM +0530, Hemant Agrawal wrote: > On 8/4/2017 9:11 AM, santosh wrote: > > On Tuesday 11 July 2017 03:31 PM, Jerin Jacob wrote: > > > > > When we run DPDK on guest or VFIO mode on host, > > > the dpdk library or device will not be directly accessing > > > the physica

Re: [dpdk-dev] [PATCH v2] doc: include fail-safe PMD in release note

2017-08-06 Thread Thomas Monjalon
04/08/2017 17:33, Gaetan Rivet: > Signed-off-by: Gaetan Rivet > --- > --- a/doc/guides/nics/fail_safe.rst > +++ b/doc/guides/nics/fail_safe.rst > +.. _fail_safe: > + No need of such anchor at the beginning of a doc. > Fail-safe poll mode driver library > == > -

Re: [dpdk-dev] [PATCH v3] doc: add prog_guide for the GRO library

2017-08-06 Thread Thomas Monjalon
04/08/2017 11:59, Jiayu Hu: > Add prog_guide doc to explain the design of the GRO library. > > Signed-off-by: Jiayu Hu > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH 5/7] doc: list NPAR as supported feature in qede

2017-08-06 Thread Thomas Monjalon
> > From: Shahed Shaikh > > > > Existing qede PMD code already supports NPAR feature. > > So adding this in "Supported Features" section after testing it with latest > > DPDK. > > > > Also, add myself to the list of maintainers of qede PMD > > Acked-by: Rasesh Mody Applied, thanks

Re: [dpdk-dev] [PATCH] eal/common: minor fix for spelling and format

2017-08-06 Thread Thomas Monjalon
07/07/2017 02:36, Keith Wiles: > Signed-off-by: Keith Wiles Applied, thanks

Re: [dpdk-dev] [PATCH 0/3] small documentation updates

2017-08-06 Thread Thomas Monjalon
> Bruce Richardson (3): > doc: clarify documentation on running as non-root > doc: remove unneeded TLB from title of FAQ question 2 > doc: update FAQ with new testpmd default burst size Applied, thanks

Re: [dpdk-dev] [PATCH 3/3] doc: update FAQ with new testpmd default burst size

2017-08-06 Thread Thomas Monjalon
> > Signed-off-by: Bruce Richardson > > Acked-by: John McNamara Fixes: 836853d3d4cf ("app/testpmd: increase default burst size to 32")

Re: [dpdk-dev] [PATCH] doc: postpone legacy log functions removal

2017-08-06 Thread Olivier MATZ
On Thu, 3 Aug 2017 16:09:02 + "Mcnamara, John" wrote: > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > Sent: Thursday, August 3, 2017 3:30 PM > > To: dev@dpdk.org > > Cc: olivier.m...@6wind.com > > Subject: [dpdk-dev] [PATCH] doc: pos