Intel
e25e4d7ef1
mk: shared libraries
...
Allow to build shared libraries (.so) instead of static ones (.a).
Signed-off-by: Intel
2013-10-09 15:35:36 +02:00
Intel
1c1d4d7a92
doc: whitespace changes in licenses
...
Signed-off-by: Intel
2013-10-09 14:51:55 +02:00
Intel
602c9ca33a
sched: bitmap is now dynamically allocated
...
Signed-off-by: Intel
2013-09-17 14:16:10 +02:00
Intel
e8719b2f99
ixgbe: allow unsupported SFP
...
Add RTE_LIBRTE_IXGBE_ALLOW_UNSUPPORTED_SFP build option
Signed-off-by: Intel
2013-09-17 14:16:07 +02:00
Intel
286bd05bf7
ring: optimisations
...
Signed-off-by: Intel
2013-09-17 14:09:22 +02:00
Intel
e987449c9f
timer: prefer TSC to HPET
...
Signed-off-by: Intel
2013-09-17 14:09:22 +02:00
Damien Millescamps
6286101324
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>
2013-09-17 14:09:22 +02:00
Intel
de3cfa2c98
sched: initial import
...
Signed-off-by: Intel
2013-09-17 14:09:21 +02:00
Intel
e6541fdec8
meter: initial import
...
Signed-off-by: Intel
2013-09-17 14:09:21 +02:00
Intel
d7937e2e3d
power: initial import
...
Signed-off-by: Intel
2013-09-17 14:09:21 +02:00
Intel
0fa75ccc24
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
2013-09-16 15:19:03 +02:00
Intel
a2ca32f764
config: change max lcore to 64
...
Signed-off-by: Intel
2013-09-06 11:43:07 +02:00
Intel
b6df9fc871
update copyright date to 2013
...
Signed-off-by: Intel
2013-07-25 16:07:52 +02:00
Intel
02e7f35373
config: increase MAX_MEMSEG from 32 to 256
...
Signed-off-by: Intel
2013-07-25 16:07:51 +02:00
Intel
1b938bb9df
app: remove chkincs
...
Signed-off-by: Intel
2013-07-25 15:48:45 +02:00
Intel
29a05247eb
ixgbe: configure CRC stripping behaviour of PF
...
Signed-off-by: Intel
2013-07-25 15:48:45 +02:00
Intel
7431041062
ixgbe: allow rx bulk alloc
...
Signed-off-by: Intel
2013-07-25 15:40:56 +02:00
Intel
805803445a
e1000: support EM devices (also known as e1000/e1000e)
...
Signed-off-by: Intel
2013-07-25 15:40:56 +02:00
Intel
8cebf9e58f
e1000: configure CRC stripping behaviour of PF
...
Signed-off-by: Intel
2013-07-25 15:40:55 +02:00
Intel
4722743167
igb: rename pmd driver as e1000
...
Signed-off-by: Intel
2013-07-25 15:23:28 +02:00
Intel
5de201df89
ethdev: add stats per queue
...
Signed-off-by: Intel
2013-07-25 15:23:28 +02:00
Intel
d6537e6a74
pci: make it possible to keep devices bound to uio
...
Binding code has been refactored as well.
Signed-off-by: Intel
2013-07-25 15:23:28 +02:00
Intel
dec5e73d78
memory: add numa-awareness to malloc
...
Signed-off-by: Intel
2013-07-25 15:23:27 +02:00
Intel
1651e2166b
hash: don't use memzone for allocations
...
Signed-off-by: Intel
2013-07-25 15:23:27 +02:00
Intel
ab971e5628
cmdline: various updates
...
- Support of float number is removed.
- C++ compatibility is done
- More checks
Signed-off-by: Intel
2013-07-25 15:01:57 +02:00
Intel
3fc5ca2f63
kni: initial import
...
Signed-off-by: Intel
2013-07-25 15:01:57 +02:00
Intel
74dfcac199
config: increase max memzone
...
Signed-off-by: Intel
2013-07-25 15:01:57 +02:00
Intel
2f26a29d51
config: move RTE_INSECURE_FUNCTION_WARNING option
...
Signed-off-by: Intel
2013-07-25 15:01:57 +02:00
Intel
4008d87b67
config: remove unselected RTE_LIBRTE_GCOV option
...
Signed-off-by: Intel
2013-07-25 15:01:56 +02:00
Intel
dada9ef6ed
remove version in all files
...
Signed-off-by: Intel
2013-07-05 11:59:50 +02:00
Intel
af75078fec
first public release
...
version 1.2.3
Signed-off-by: Intel
2013-03-11 17:19:20 +01:00