[dpdk-dev] [PATCH v3 01/10] table: added structure for storing table stats

2015-05-26 Thread Chris Wright
* Maciej Gajdzica (maciejx.t.gajdzica at intel.com) wrote: > @@ -187,6 +193,24 @@ typedef int (*rte_table_op_lookup)( > uint64_t *lookup_hit_mask, > void **entries); > > +/** > + * Lookup table stats read > + * > + * @param port Parameter is actually called table > + * Handle to

[dpdk-dev] Is VFIO driver's performance better than IGB_UIO?

2014-08-08 Thread Chris Wright
* Vincent JARDIN (vincent.jardin at 6wind.com) wrote: > > My cpu is "Intel(R) Xeon(R) CPU E5620 @ 2.40GHz" > > It is a Westmere if I am correct. So,use UIO. My experience is that the CPU isn't as an important part of the platform as the chipset. IOW, VFIO requires full IOMMU

[dpdk-dev] [PATCHv2] librte_acl make it build/work for 'default' target

2014-08-07 Thread Chris Wright
* Vincent JARDIN (vincent.jardin at 6wind.com) wrote: > What's about using function versioning attributes too: > > https://gcc.gnu.org/wiki/FunctionMultiVersioning > > ? Neat, hadn't seen that gcc feature before, but: "This support is available in GCC 4.8 and later. Support is only

[dpdk-dev] [PATCH] kni: fixed compilation error on Ubuntu 14.04 LTS (kernel 3.13.0-30.54)

2014-07-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > 2014-07-24 08:20, Chris Wright: > > * Pablo de Lara (pablo.de.lara.guarch at intel.com) wrote: > > > Signed-off-by: Patrice Buriez > > > > Just a mechanical nitpick on DCO. Pablo, this patch appears to be

[dpdk-dev] [PATCH] kni: fixed compilation error on Ubuntu 14.04 LTS (kernel 3.13.0-30.54)

2014-07-24 Thread Chris Wright
* Pablo de Lara (pablo.de.lara.guarch at intel.com) wrote: > Signed-off-by: Patrice Buriez Just a mechanical nitpick on DCO. Pablo, this patch appears to be written by Patrice. If so, it should begin with "From: Patrice Buriez " and should include your own Signed-off-by. thanks, -chris > ---

[dpdk-dev] Error while inserting module /build/kmod/igb_uio.ko

2014-07-10 Thread Chris Wright
* Daniel, Christopher (Chris.Daniel at flukenetworks.com) wrote: > All, > > I have the following configuration on my machine > > Linux localhost.localdomain 3.12.6 #4 SMP Fri Dec 27 14:26:57 EST 2013 x86_64 > x86_64 x86_64 GNU/Linux : Centos > > > 1) Downloaded the latest version of DPK

[dpdk-dev] [PATCH] igb_uio: cap max VFs at 7 to reserve one for PF

2014-06-13 Thread Chris Wright
* Richardson, Bruce (bruce.richardson at intel.com) wrote: > > -Original Message- > > From: Chris Wright [mailto:chrisw at redhat.com] > > Sent: Friday, June 13, 2014 11:14 AM > > To: Richardson, Bruce > > Cc: Chris Wright; Stephen Hemminger; Thomas Monjalo

[dpdk-dev] [PATCH] igb_uio: cap max VFs at 7 to reserve one for PF

2014-06-13 Thread Chris Wright
To keep from confusing users, cap max VFs at 7, despite PCI SR-IOV config space showing a max of 8. This reserves a queue pair for the PF. This issue was cited here: http://dpdk.org/ml/archives/dev/2014-April/001832.html Cc: Bruce Richardson Cc: Stephen Hemminger Signed-off-by: Chris Wright

[dpdk-dev] [RFC] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices

2014-06-06 Thread Chris Wright
* John W. Linville (linville at tuxdriver.com) wrote: > On Fri, Jun 06, 2014 at 12:47:48PM -0700, Chris Wright wrote: > > * John W. Linville (linville at tuxdriver.com) wrote: > > > This is a Linux-specific virtual PMD driver backed by an AF_PACKET > > > socket. The

[dpdk-dev] Ethtool support in DPDK pmd

2014-06-02 Thread Chris Wright
* HS (hyunseok at ieee.org) wrote: > Thanks for your reply. > > Sure KNI can offer ethtool interface. But suppose I am already running a > DPDK application on a physical port, but at the same time I want to control > the port with ethtool like interface. How could I do that? HS, I might be

[dpdk-dev] l2fwd not working on PF while working on VF

2014-04-09 Thread Chris Wright
> the 82576 NIC has only got 16 RX and TX queues, so if you have 8 VF's with 2 > RX and TX queues allocated to each, you may have no remaining queues left for > the PF to use on the host. BTW, Linux driver caps VFs at 7 for this reason (#include ). Any reason not to do this w/ igb_uio...e.g.

[dpdk-dev] [PATCH v4] eal_common_cpuflags: Fix %rbx corruption, and simplify the code

2014-03-25 Thread Chris Wright
* Neil Horman (nhorman at tuxdriver.com) wrote: (given the format, I'd expect a From hpa here) > Neil Horman reported that on x86-64 the upper half of %rbx would get > clobbered when the code was compiled PIC or PIE, because the > i386-specific code to preserve %ebx was incorrectly compiled. >

[dpdk-dev] Segmentation Fault on printf()

2014-03-14 Thread Chris Wright
* sabu kurian (sabu2kurian at gmail.com) wrote: > Hello friends, > > I'm trying to print the ether_type for a packet that I captured from a port > on my machine. Suppose 'm' holds the packet. 'm' is of type 'struct > rte_mbuf'. Intels API reference for DPDK says 'ether_type' is of uint16_t. > I

[dpdk-dev] [PATCH 03/16] pkg: add recipe for RPM

2014-02-26 Thread Chris Wright
* Thomas Graf (tgraf at redhat.com) wrote: > On 02/04/2014 04:54 PM, Thomas Monjalon wrote: > >Packages can be built with: > > RPM_BUILD_NCPUS=8 rpmbuild -ta dpdk-1.5.2r2.tar.gz > > > >There are packages for runtime, static libraries and development. > >Once devel package installed, it can be

[dpdk-dev] [vmxnet3-usermap PATCH 04/16] pmd: add make help

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > Add help for quick tips. > Also define CC and remove RTE_CONFIG variable. Straight forward addition of help text (useful, thanks) and simple clean up. Looks good to me. Acked-by: Chris Wright

[dpdk-dev] [vmxnet3-usermap PATCH 05/16] pmd: allow to build outside of the source directory

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > S specify source directory (when not already in). > O specify output directory (when different of current one). Thanks for adding docs into help too. Looks good to me. Acked-by: Chris Wright

[dpdk-dev] [PATCH 03/16] pkg: add recipe for RPM

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > Packages can be built with: > RPM_BUILD_NCPUS=8 rpmbuild -ta dpdk-1.5.2r2.tar.gz > > There are packages for runtime, static libraries and development. > Once devel package installed, it can be used like this: > make -C

[dpdk-dev] [PATCH 02/16] virtio: rename library

2014-02-24 Thread Chris Wright
. Good idea to distinguish from non-uio Acked-by: Chris Wright

[dpdk-dev] [PATCH 01/16] tools: rename pci_unbind script

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > In order to make this tool available among other system commands, > the name must be more specific. > > Signed-off-by: Thomas Monjalon Looks reasonable to rename since it's not a generic script. Acked-by: Chris Wright