dpdk.git
10 years agotimer: prefer TSC to HPET
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
timer: prefer TSC to HPET

Signed-off-by: Intel
10 years agotimer: optimize for empty case
Stephen Hemminger [Thu, 30 May 2013 17:12:36 +0000 (17:12 +0000)]
timer: optimize for empty case

In many application there are no timers queued, and the call to
rte_timer_managecan be optimized in that case avoid reading HPET and
lock overhead.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Reviewed-by: Vincent Jardin <vincent.jardin@6wind.com>
10 years agotimer: option --vmware-tsc-map for VMware guest
Damien Millescamps [Fri, 21 Sep 2012 11:36:40 +0000 (11:36 +0000)]
timer: option --vmware-tsc-map for VMware guest

The VMWare TSC mapping uses a hook to RDPMC to read the physical TSC
in the case of VMware ESXi.

Signed-off-by: Damien Millescamps <damien.millescamps@6wind.com>
Acked-by: Jean-Mickael Guerin <jmg@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Introduce new option --vmware-tsc-map, ignored if
CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT is not set.

Default is CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y.

if CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT is set:
    rte_rdtsc() selects at runtime between Vmware mapping of
    TSC or native TSC
else
    rte_rdtsc() always uses native rdtsc.

When running DPDK on VMware guest, enable --vmware-tsc-map to
read the physical TSC.
Caution: ESXi should pass monitor_control.pseudo_perfctr = TRUE
othewise it results in general protection fault.

Signed-off-by: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
10 years agohash: jhash optimisation
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
hash: jhash optimisation

Signed-off-by: Intel
10 years agohash: fix for multi-process apps
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
hash: fix for multi-process apps

Signed-off-by: Intel
10 years agosched: initial import
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
sched: initial import

Signed-off-by: Intel
10 years agometer: initial import
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
meter: initial import

Signed-off-by: Intel
10 years agopower: initial import
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
power: initial import

Signed-off-by: Intel
10 years agolpm: add IPv6 support
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
lpm: add IPv6 support

Signed-off-by: Intel
10 years agolog: optimize log/panic with attribute cold
Stephen Hemminger [Thu, 30 May 2013 17:12:37 +0000 (17:12 +0000)]
log: optimize log/panic with attribute cold

Both logging and calls to panic are never in the critical path.
Use the GCC attribute cold to mark these functions as cold,
which generates more optimised code.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Reviewed-by: Vincent Jardin <vincent.jardin@6wind.com>
10 years agolog: get full path as syslog id
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
log: get full path as syslog id

It partially reverts commit 04210699eee.

Signed-off-by: Intel <intel.com>
10 years agolog: add ability to override syslog parameters
Stephen Hemminger [Thu, 30 May 2013 17:12:41 +0000 (10:12 -0700)]
log: add ability to override syslog parameters

By default, DPDK based applications would only allow logging
to syslog as "rte", DAEMON; but for any production application more
control is desired to allow using actual application name and
overriding the facility.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Reviewed-by: Vincent Jardin <vincent.jardin@6wind.com>
10 years agoeal: cosmetic changes
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
eal: cosmetic changes

Signed-off-by: Intel
10 years agoeal: add application usage hook
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
eal: add application usage hook

Signed-off-by: Intel
10 years agoeal: memory barriers use intrinsic functions
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
eal: memory barriers use intrinsic functions

Signed-off-by: Intel
10 years agoeal: use intrinsic functions from compiler
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
eal: use intrinsic functions from compiler

RTE_FORCE_INTRINSICS makes it possible to force use of intrinsic
functions (defaults to n).

Signed-off-by: Intel
10 years agolib: add rte_hexdump and remove duplicated code
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
lib: add rte_hexdump and remove duplicated code

Signed-off-by: Intel
10 years agolib: fix various compilation warnings
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
lib: fix various compilation warnings

Signed-off-by: Intel
10 years agolib: 32/64-bit cleanups
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
lib: 32/64-bit cleanups

Signed-off-by: Intel
10 years agoconfig: change max lcore to 64
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
config: change max lcore to 64

Signed-off-by: Intel
10 years agoapp/testpmd: cosmetic changes
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
app/testpmd: cosmetic changes

Signed-off-by: Intel
10 years agodoc: fix file format (dos to unix)
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
doc: fix file format (dos to unix)

Signed-off-by: Intel
10 years agofile mode changes
Intel [Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)]
file mode changes

Signed-off-by: Intel
10 years agoset version to 1.3.1
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
set version to 1.3.1

Signed-off-by: Intel
10 years agoupdate copyright date to 2013
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
update copyright date to 2013

Signed-off-by: Intel
10 years agoexamples: various changes
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
examples: various changes

Signed-off-by: Intel
10 years agoapp: various changes
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
app: various changes

Signed-off-by: Intel
10 years agoapp: fix unused values
Zijie Pan [Wed, 5 Dec 2012 06:13:34 +0000 (14:13 +0800)]
app: fix unused values

Fix warnings of type "Value stored to 'xxx' is never read".

Signed-off-by: Zijie Pan <zijie.pan@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
10 years agoapp: fix volatile read for GCC >= 4.6
Ivan Boule [Thu, 22 Sep 2011 16:01:35 +0000 (18:01 +0200)]
app: fix volatile read for GCC >= 4.6

When a memory address must be read, for instance a [mapped] PCI register,
the read value is assigned to a local variable that is not used after,
as for instance:
    x = *((uint8_t *) mem_addr);

Such instructions do not compile with gcc 4.6.
The fix consists in adding the "volatile" attribute to the accessed data type
and to not assign the read value:
    *((volatile uint8_t *) mem_addr);

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
10 years agoapp/testpmd: fix compliance with __rte_mbuf_sanity_check()
Ivan Boule [Tue, 26 Apr 2011 14:45:43 +0000 (16:45 +0200)]
app/testpmd: fix compliance with __rte_mbuf_sanity_check()

Build mbuf and lists of mbufs in a way compliant with the checks performed
by the function __rte_mbuf_sanity_check() when CONFIG_RTE_LIBRTE_MBUF_DEBUG=y

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
10 years agoapp/testpmd: fix config crash
Damien Millescamps [Tue, 15 May 2012 14:27:04 +0000 (16:27 +0200)]
app/testpmd: fix config crash

A chained topology must always have an increment of 1.
Here, it was 2 if ports number is even.

Signed-off-by: Damien Millescamps <damien.millescamps@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
10 years agolib: minor changes
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
lib: minor changes

Signed-off-by: Intel
10 years agolib: fix non-C99 macros definitions in exported headers
Adrien Mazarguil [Wed, 19 Dec 2012 16:05:54 +0000 (17:05 +0100)]
lib: fix non-C99 macros definitions in exported headers

The original definitions prevent external programs/libraries from compiling
without warnings when using these headers and -std=gnu99 (relaxed C99 mode).

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Damien Millescamps <damien.millescamps@6wind.com>
10 years agolib: fix uninitialized value
Zijie Pan [Thu, 6 Dec 2012 07:36:51 +0000 (15:36 +0800)]
lib: fix uninitialized value

Fix warning "The left expression of the compound assignment
is an uninitialized value".

Signed-off-by: Zijie Pan <zijie.pan@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
10 years agolib: fix uninitialized variables
Zijie Pan [Fri, 1 Feb 2013 11:43:29 +0000 (12:43 +0100)]
lib: fix uninitialized variables

Fix compilation errors caused by uninitialized variables.

Signed-off-by: Krzysztof Witek <krzysztof.witek@6wind.com>
Signed-off-by: Zijie Pan <zijie.pan@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
10 years agolib: fix unused values
Zijie Pan [Tue, 4 Dec 2012 09:17:43 +0000 (17:17 +0800)]
lib: fix unused values

Fix warnings of type "Value stored to 'xxx' is never read".

Signed-off-by: Zijie Pan <zijie.pan@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
10 years agokni: various changes
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
kni: various changes

Signed-off-by: Intel
10 years agokni: disable IGB_DCA
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
kni: disable IGB_DCA

Signed-off-by: Intel
10 years agokni: fix disabling
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
kni: fix disabling

Signed-off-by: Intel
10 years agokni: fix build with kernel < 2.6.34
Ivan Boule [Wed, 23 Jan 2013 13:22:14 +0000 (14:22 +0100)]
kni: fix build with kernel < 2.6.34

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
10 years agoigb_uio: fix build with kernel >= 3.8
Nicolas Dichtel [Wed, 20 Feb 2013 08:56:56 +0000 (09:56 +0100)]
igb_uio: fix build with kernel >= 3.8

__devinit has been removed in linux commit 54b956b903
("Remove __dev* markings from init.h", 3.8-rc4).

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
10 years agoigb: fix RX for Springville (i210)
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
igb: fix RX for Springville (i210)

Signed-off-by: Intel
10 years agopci: allow drivers to be bound several times to the same PCI device
Adrien Mazarguil [Wed, 19 Dec 2012 16:55:37 +0000 (17:55 +0100)]
pci: allow drivers to be bound several times to the same PCI device

Drivers with the flag RTE_PCI_DRV_MULTIPLE enabled will be bound several
times to the same device until they return an error.

These drivers must internally keep track of each device state in order for
this to work reliably.

This flag currently required for Ethernet adapters with several physical
ports but a single address on the PCI bus.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Damien Millescamps <damien.millescamps@6wind.com>
10 years agomem: 64-bit mempool sizes
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
mem: 64-bit mempool sizes

Signed-off-by: Intel
10 years agomem: error if requesting more segments than MAX_MEMSEG
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
mem: error if requesting more segments than MAX_MEMSEG

Signed-off-by: Intel
10 years agoconfig: increase MAX_MEMSEG from 32 to 256
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
config: increase MAX_MEMSEG from 32 to 256

Signed-off-by: Intel
10 years agoeal: fix access to huge page with high address
Thomas Monjalon [Thu, 2 Aug 2012 15:17:37 +0000 (17:17 +0200)]
eal: fix access to huge page with high address

The returned value of lseek is a virtual address
which can be different from the offset.
Indeed, if the return address has a 64-bit canonical form,
the 16 higher bits are all 1 if bit 47 is 1.

So the check was wrong. It is better to test against an error value.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Damien Millescamps <damien.millescamps@6wind.com>
10 years agoeal: add bsf32
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
eal: add bsf32

Signed-off-by: Intel
10 years agopmac: integration without lib
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
pmac: integration without lib

This library could be used for pattern matching and ACL.
Code of librte_pmac is not released as Open Source.

Signed-off-by: Intel
10 years agocmdline: fix for long input
Intel [Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)]
cmdline: fix for long input

Signed-off-by: Intel
10 years agomk: fix verbose display of install command
Didier Pallard [Wed, 9 Jan 2013 16:15:12 +0000 (17:15 +0100)]
mk: fix verbose display of install command

Correctly display executed install command in
  rte.install-post.mk install rules

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
10 years agomk: allow corei7-avx flag with gcc 4.7
Zijie Pan [Fri, 1 Feb 2013 11:42:18 +0000 (12:42 +0100)]
mk: allow corei7-avx flag with gcc 4.7

In rte.toolchain-compat.mk, ensure MACHINE_CFLAGS is initialized when
using GCC 4.7. Update the GCC 4.6 test to also include GCC 4.7.

Signed-off-by: Krzysztof Witek <krzysztof.witek@6wind.com>
Signed-off-by: Zijie Pan <zijie.pan@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
10 years agomk: fix typo in LDFLAGS for 32-bit
Thierry Herbelot [Mon, 2 Apr 2012 12:27:43 +0000 (14:27 +0200)]
mk: fix typo in LDFLAGS for 32-bit

Enable compilation for 32-bit architecture.

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
10 years agomk: use $CC to detect toolchain version
Samuel Gauthier [Thu, 20 Sep 2012 08:07:44 +0000 (10:07 +0200)]
mk: use $CC to detect toolchain version

Using gcc is wrong, we should use the cross gcc to detect the
version of gcc.

Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
10 years agoset version to 1.3.0
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
set version to 1.3.0

Signed-off-by: Intel
10 years agoexamples/vmdq_dcb: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/vmdq_dcb: update

Signed-off-by: Intel
10 years agoexamples/multi_process: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/multi_process: update

Signed-off-by: Intel
10 years agoexamples/load_balancer: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/load_balancer: update

Signed-off-by: Intel
10 years agoexamples/link_status_interrupt: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/link_status_interrupt: update

Signed-off-by: Intel
10 years agoexamples/l3fwd: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/l3fwd: update

Signed-off-by: Intel
10 years agoexamples/l3fwd-vf: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/l3fwd-vf: update

Signed-off-by: Intel
10 years agoexamples/l2fwd: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/l2fwd: update

Signed-off-by: Intel
10 years agoexamples/ipv4_multicast: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/ipv4_multicast: update

Signed-off-by: Intel
10 years agoexamples/ipv4_frag: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/ipv4_frag: update

Signed-off-by: Intel
10 years agoexamples/qat: update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/qat: update

Signed-off-by: Intel
10 years agoexamples/qat: rename config files
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples/qat: rename config files

Signed-off-by: Intel
10 years agoexamples: update link status checks
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples: update link status checks

Signed-off-by: Intel
10 years agoexamples: remove l2fwd-vf
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
examples: remove l2fwd-vf

Signed-off-by: Intel
10 years agoapp/testpmd: various updates
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: various updates

Signed-off-by: Intel
10 years agoapp/testpmd: add priority flow control
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add priority flow control

Signed-off-by: Intel
10 years agoapp/testpmd: add dcb support
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add dcb support

Signed-off-by: Intel
10 years agoapp/testpmd: add port configuration settings
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add port configuration settings

Signed-off-by: Intel
10 years agoapp/testpmd: add --total-num-mbufs option
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add --total-num-mbufs option

Signed-off-by: Intel
10 years agoapp/testpmd: fix check on mac address
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: fix check on mac address

Signed-off-by: Intel
10 years agoapp/testpmd: fix fdir ipv4 filter
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: fix fdir ipv4 filter

Signed-off-by: Intel
10 years agoapp/testpmd: add fdir ipv6 support
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add fdir ipv6 support

Signed-off-by: Intel
10 years agoapp/testpmd: add vlan offload support
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add vlan offload support

Signed-off-by: Intel
10 years agoapp/testpmd: add stats per queue
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app/testpmd: add stats per queue

Signed-off-by: Intel
10 years agoapp/testpmd: fix refcnt in mbuf allocation
Dongsu Han [Mon, 6 May 2013 12:06:51 +0000 (12:06 +0000)]
app/testpmd: fix refcnt in mbuf allocation

test-pmd txonly leaks mbuf from the pool.
The function tx_mbuf_alloc() does not change the refcnt
and the refcnt is 0 when it is first allocated.
However, rte_pktmbuf_free_seg called by the driver's xmit code decrements
reference count to -1. So mbuf never goes back to the pool.
As a result, txonly can't send packets after it exhausts the mempool.

The function tx_mbuf_alloc() was getting mbuf directly from mempool and so
was bypassing mbuf API.
The dedicated function is rte_pktmbuf_alloc() but it is much slower because
it does unnecessary initializations in rte_pktmbuf_reset().
By using the internal API __rte_mbuf_raw_alloc(), refcnt is correctly handled
without adding too much overload.

Signed-off-by: Dongsu Han <dongsuh@cs.cmu.edu>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
10 years agoapp: various tests update
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: various tests update

Signed-off-by: Intel
10 years agoapp: cosmetic
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: cosmetic

Signed-off-by: Intel
10 years agoapp: update test pci device ids
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: update test pci device ids

Signed-off-by: Intel
10 years agoapp: add new tests on eal flags
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: add new tests on eal flags

Signed-off-by: Intel
10 years agoapp: add reentrancy tests
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: add reentrancy tests

Signed-off-by: Intel
10 years agoapp: change route table for lpm
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: change route table for lpm

Signed-off-by: Intel
10 years agoapp: split performance tests
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: split performance tests

Signed-off-by: Intel
10 years agoapp: rework autotest.py
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: rework autotest.py

Signed-off-by: Intel
10 years agoapp: refactor dump_cfg
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: refactor dump_cfg

Signed-off-by: Intel
10 years agoapp: remove chkincs
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
app: remove chkincs

Signed-off-by: Intel
10 years agoixgbe: whitespace changes
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: whitespace changes

Signed-off-by: Intel
10 years agoixgbe: various updates
Intel [Mon, 24 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: various updates

Signed-off-by: Intel
10 years agoixgbe: add ipv6 support to fdir
Intel [Mon, 24 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: add ipv6 support to fdir

Signed-off-by: Intel
10 years agoixgbe: configure CRC stripping behaviour of PF
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: configure CRC stripping behaviour of PF

Signed-off-by: Intel
10 years agoixgbe: add an optimised "simple" TX function
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: add an optimised "simple" TX function

Signed-off-by: Intel
10 years agoixgbe: DCB / flow control
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: DCB / flow control

Signed-off-by: Intel
10 years agoixgbe: add vlan offload support
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: add vlan offload support

Signed-off-by: Intel
10 years agoixgbe: allow rx bulk alloc
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: allow rx bulk alloc

Signed-off-by: Intel
10 years agoixgbe: update RX/TX queue configuration
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: update RX/TX queue configuration

Signed-off-by: Intel
10 years agoixgbe: stats per queue
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: stats per queue

Signed-off-by: Intel
10 years agoixgbe: DCB in base driver
Intel [Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)]
ixgbe: DCB in base driver

Signed-off-by: Intel