summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-17examples/l3fwd-power: use DD bit rather than RX queue countIntel
Prefer use of rte_eth_rx_descriptor_done to rte_eth_rx_queue_count. Signed-off-by: Intel
2013-09-17ixgbe: fix DCB setupIntel
Signed-off-by: Intel
2013-09-17ixgbe: check DD bit for specific RX descriptorIntel
Signed-off-by: Intel
2013-09-17igb: check DD bit of specific RX descriptorIntel
Signed-off-by: Intel
2013-09-17ethdev: check DD bit of specific RX descriptorIntel
Signed-off-by: Intel
2013-09-17ixgbe: RX queue count is not implemented for VFIntel
It was introduced by mistake in version 1.4.0. Signed-off-by: Intel
2013-09-17ixgbe: use DD bit to count RX available descriptorsIntel
Signed-off-by: Intel
2013-09-17igb: use DD bit to count RX available descriptorsIntel
Signed-off-by: Intel
2013-09-17ethdev: fix doxygen comment for rte_eth_rx_queue_countIntel
Signed-off-by: Intel
2013-09-17pci: check driver probe return codeIntel
Signed-off-by: Intel
2013-09-17mem: rework huge page mapping for secondary processIntel
Signed-off-by: Intel
2013-09-17sched: only support TC 3 oversubscriptionIntel
Signed-off-by: Intel
2013-09-17sched: add mtu parameterIntel
Signed-off-by: Intel
2013-09-17sched: bitmap is now dynamically allocatedIntel
Signed-off-by: Intel
2013-09-17eal: use intrinsic functionIntel
Signed-off-by: Intel
2013-09-17update version to 1.4.0v1.4.0r0Intel
Signed-off-by: Intel
2013-09-17examples/quota_watermark: initial importIntel
Signed-off-by: Intel
2013-09-17examples/ip_reassembly: initial importIntel
Signed-off-by: Intel
2013-09-17examples/l3fwd-vf: release resources on SIGINTIntel
Signed-off-by: Intel
2013-09-17examples/l3fwd: various updatesIntel
Signed-off-by: Intel
2013-09-17examples/l2fwd: if no port configured, exitIntel
Signed-off-by: Intel
2013-09-17examples/vmdq_dcb: display port mac addressIntel
Signed-off-by: Intel
2013-09-17examples/dpdk_qat: minor changeIntel
Signed-off-by: Intel
2013-09-17examples/dpdk_qat: fix cross compile checkIntel
Signed-off-by: Intel
2013-09-17examples: work only on defined lcoresIntel
Signed-off-by: Intel
2013-09-17examples: time fixesIntel
Signed-off-by: Intel
2013-09-17examples: use global RTE_MAX_ETHPORTSIntel
Signed-off-by: Intel
2013-09-17examples: numa updatesIntel
Signed-off-by: Intel
2013-09-17app/testpmd: update csumonlyIntel
Signed-off-by: Intel
2013-09-17app: fix build with GCC 4.8Intel
GCC 4.8 was producing this error: argument to ‘sizeof’ in ‘strncmp’ call is the same expression as the second source; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess] Signed-off-by: Intel
2013-09-17app: only use one thread to run autotestsIntel
Signed-off-by: Intel
2013-09-17app: fix build when some libs are disabledIntel
Signed-off-by: Intel
2013-09-17app: rework ring testsIntel
Signed-off-by: Intel
2013-09-17app: add a test on mbuf alignmentIntel
Signed-off-by: Intel
2013-09-17app: add tests on --syslog, --no-shconf and --huge-dir flagsIntel
Signed-off-by: Intel
2013-09-17app: add some testsIntel
Signed-off-by: Intel
2013-09-17app: remove pmac from MakefileIntel
Signed-off-by: Intel
2013-09-17app: fix MakefileIntel
Signed-off-by: Intel
2013-09-17kni: disable ETHTOOL_GRXRINGSIntel
Signed-off-by: Intel
2013-09-17kni: fix build with kernel 3.8Intel
- timecompare (used for hardware timestamping) has been removed. (see Linux commit 65f8f9a1c1db831e5159e3e3e50912d1f214cd0c) Simply disable HW_TIME_STAMP feature because it is not used by KNI. - annotations __devinit and __devexit have been removed. (see Linux commit 54b956b903607f8f8878754dd4352da6a54a1da2) Signed-off-by: Intel
2013-09-17kni: fix multi-process supportIntel
Signed-off-by: Intel
2013-09-17ixgbe: force phy power up/downIntel
Signed-off-by: Intel
2013-09-17igb: force phy power up/downIntel
Signed-off-by: Intel
2013-09-17ixgbe: update VMDq/DCB supportIntel
Signed-off-by: Intel
2013-09-17igb: update VMDq/DCB supportIntel
Signed-off-by: Intel
2013-09-17ethdev: update VMDq/DCB supportIntel
Signed-off-by: Intel
2013-09-17ethdev: set VMDq pool when adding mac addressIntel
Signed-off-by: Intel
2013-09-17ixgbe: add PF supportIntel
Signed-off-by: Intel
2013-09-17igb: add PF supportIntel
Signed-off-by: Intel
2013-09-17ethdev: add PF supportIntel
Signed-off-by: Intel