[dpdk-dev] IEEE 1588 support?

2014-03-18 Thread Daniel Kaminsky
Hi David, Please notice that the default configuration doesn't enable 1588 support. Daniel On Tue, Mar 18, 2014 at 8:51 PM, Jayakumar, Muthurajan < muthurajan.jayakumar at intel.com> wrote: > Please find the code for 1588 support > http://www.dpdk.org/browse/dpdk/tree/app/test-pmd/ieee1588fwd.

[dpdk-dev] [memnic PATCH v2] linux: fix build with kernel 3.3

2014-03-18 Thread Hiroshi Shimamoto
Hi, I missed it sorry. > Subject: [memnic PATCH v2] linux: fix build with kernel 3.3 > > Remove unused dev_ops functions. > > The API of some functions (memnic_vlan_rx_add_vid, > memnic_vlan_rx_kill_vid) changed starting from 3.3 kernel. Instead of > using a #ifdef to handle the compilation on

[dpdk-dev] IEEE 1588 support?

2014-03-18 Thread Jayakumar, Muthurajan
Please find the code for 1588 support http://www.dpdk.org/browse/dpdk/tree/app/test-pmd/ieee1588fwd.c Thanks, -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David P. Reed Sent: Tuesday, March 18, 2014 10:50 AM To: dev at dpdk.org Subject: [dpdk-dev] IEEE 1588 supp

[dpdk-dev] IEEE 1588 support?

2014-03-18 Thread David P. Reed
Hi - I got the notice that DPDK is now supported for FreeBSD. That?s great - it could be useful. One question that I have is - does DPDK provide access to, and performance/precision for, the support of IEEE 1588 at the hardware level for 10 GigE NICs/switches that enable that? It?s not obvio

[dpdk-dev] [PATCH] eal: fix up bad asm in rte_cpu_get_features

2014-03-18 Thread Neil Horman
The recent conversion to build dpdk as a DSO has an error in rte_cpu_get_features. When being build with -fpie, %ebx gets clobbered by the cpuid instruction which is also the pic register. Therefore the inline asm tries to save off %ebx, but does so incorrectly. It starts by loading params.ebx t

[dpdk-dev] patchwork for dpdk.org?

2014-03-18 Thread Kyle Mestery
On Tue, Mar 18, 2014 at 3:58 PM, Stephen Hemminger < stephen at networkplumber.org> wrote: > Anybody considered setting up patchwork to track patches on this list? > > If not familiar, patchwork is a back end which maintainers and developers > can keep track of patches submitted and make sure of t

[dpdk-dev] Is Flow Director supported on the x540 chipset?

2014-03-18 Thread Thomas Monjalon
Hello Mauro, 14/02/2014 11:28, Mauro Annarumma : > Now I'm testing if the FDIR really works properly also on the X540 ; > if it works, I will provide a patch. Have you tested FDIR on X540? -- Thomas

[dpdk-dev] patchwork for dpdk.org?

2014-03-18 Thread Stephen Hemminger
Anybody considered setting up patchwork to track patches on this list? If not familiar, patchwork is a back end which maintainers and developers can keep track of patches submitted and make sure of the status (accepted, rejected, review, etc).

[dpdk-dev] Error : dereferencing pointer to incomplete type......

2014-03-18 Thread Richardson, Bruce
Maybe check that you have included the header files with the correct structure definitions. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of sabu kurian > Sent: Monday, March 17, 2014 8:28 AM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] Error : dereferenci