[dpdk-dev] [PATCH v6 0/5] Support VxLAN & NVGRE checksum off-load on X550

2016-03-03 Thread Ananyev, Konstantin
> > This patch set add the VxLAN & NVGRE checksum off-load support. > Both RX and TX checksum off-load can be used for VxLAN & NVGRE. > And the VxLAN port can be set, it's implemented in this patch > set either. > > v2: > - Update release note. > > v3: > - Update RX/TX offload capability. > - R

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-03 Thread Thomas Monjalon
2016-02-22 07:53, Keith Wiles: > --- /dev/null > +++ b/config/common_base > +CONFIG_RTE_EAL_IGB_UIO=y > +CONFIG_RTE_EAL_VFIO=y These options should be disabled in the base file and enabled in Linux. > +CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y Idem, it should be disabled. > +CONFIG_RTE_LIBRTE_POWER=y

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-03 Thread Wiles, Keith
>2016-02-22 07:53, Keith Wiles: >> --- /dev/null >> +++ b/config/common_base >> +CONFIG_RTE_EAL_IGB_UIO=y >> +CONFIG_RTE_EAL_VFIO=y > >These options should be disabled in the base file >and enabled in Linux. > >> +CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y > >Idem, it should be disabled. > >> +CONFIG_RTE_LI

[dpdk-dev] Clarification on latency at NIC line rate..

2016-03-03 Thread Saravana Kumar
Hi DPDK community, I have been experimenting with dpdk eth_tx send on ixgbe pmd (82599 NIC) I am seeing the following behavior When i pass 1500 bytes at 9.99GB traffic -- latency looks fine (25 microseconds) but when i pass 1500 bytes hitting 10GB traffic(line rate)

[dpdk-dev] New driver (large patch) question.

2016-03-03 Thread Stephen Hurd
Unfortunately no. On Wed, Mar 2, 2016 at 9:53 PM, Qiu, Michael wrote: > On 3/3/2016 7:11 AM, Stephen Hurd wrote: > > On Wed, Mar 2, 2016 at 2:15 PM, Thomas Monjalon < > thomas.monjalon at 6wind.com> > > wrote: > > > >>> The comments in it are the only publicly available > >>> documentation on th

[dpdk-dev] [PATCH v2 0/3] ABI change for RETA, cmdline

2016-03-03 Thread Thomas Monjalon
2016-03-03 16:16, Adrien Mazarguil: > On Tue, Jan 12, 2016 at 11:49:06AM +0100, Nelio Laranjeiro wrote: > > Previous version of commit > > "cmdline: increase command line buffer", had side effects and was breaking > > some commands. > > > > In this version, I only applied John McNamara's solution

[dpdk-dev] [PATCH v3 00/30] i40e base driver update

2016-03-03 Thread Bruce Richardson
On Thu, Feb 18, 2016 at 10:34:06PM +0800, Helin Zhang wrote: > i40e base driver is updated, to support new X722 device IDs, and > use rx control AQ commands to read/write rx control registers. > Of cause, fixes and enhancements are added as listed as below. > > v3: > - As release_2_3.rst has been

[dpdk-dev] [PATCH] hash: fix memcmp function pointer in multi-process environment

2016-03-03 Thread Dhananjaya Reddy Eadala
Hi Michael Please see my answers to your comments here. 1. Sure, I will refactor the commit log to restrict not more than 80 characters. 2. Not sure how we can ifdef at the location you mentioned. Can you please elaborate more on this. We already have similar ifdef protection to what you sug

[dpdk-dev] [dpdk-announce] technical board

2016-03-03 Thread Dave Neary
Thank you Thomas, It's great to see progress towards the plans we made in Dublin. Thanks, Dave. On 03/03/2016 06:52 PM, Thomas Monjalon wrote: > There were some discussions to form a technical board for the DPDK: > http://thread.gmane.org/gmane.comp.networking.dpdk.devel/26596 > > After a

<    1   2