dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-27 10:30:16 to 2014-06-02 20:10:14 UTC [more...]

l3fwd fails : Cause: Unable to create the l3fwd LPM table on socket 0
 2014-06-02 20:10 UTC  (3+ messages)

Ethtool support in DPDK pmd
 2014-06-02 16:37 UTC  (2+ messages)

IMPORTANT: feature freeze for version 1.7.0
 2014-06-02 15:04 UTC  (4+ messages)

[PATCH 00/29] Packet Framework
 2014-06-02 12:24 UTC  (36+ messages)
  ` [PATCH 01/29] librte_lpm: rule_is_present
  ` [PATCH 02/29] hexdump: fixed minor build issue
  ` [PATCH 03/29] log: added log IDs for Packet Framework libraries
  ` [PATCH 04/29] mbuf: added offset of packet meta-data in the packet buffer just after mbuf
  ` [PATCH 05/29] Packet Framework librte_port: Port API
  ` [PATCH 06/29] Packet Framework librte_port: ethdev ports
  ` [PATCH 07/29] Packet Framework librte_port: ring ports
  ` [PATCH 08/29] Packet Framework librte_port: IPv4 frag port
  ` [PATCH 09/29] Packet Framework librte_port: IPv4 reassembly
  ` [PATCH 10/29] Packet Framework librte_port: hierarchical scheduler port
  ` [PATCH 11/29] Packet Framework librte_port: Source/Sink ports
  ` [PATCH 12/29] Packet Framework librte_port: Makefile
  ` [PATCH 13/29] Packet Framework librte_table: Table API
  ` [PATCH 14/29] Packet Framework librte_table: LPM IPv4 table
  ` [PATCH 15/29] Packet Framework librte_table: LPM IPv6 table
  ` [PATCH 16/29] Packet Framework librte_table: ACL table
  ` [PATCH 17/29] Packet Framework librte_table: Hash tables
  ` [PATCH 18/29] Packet Framework librte_table: array table
  ` [PATCH 19/29] Packet Framework librte_table: Stub table
  ` [PATCH 20/29] Packet Framework librte_table: Makefile
  ` [PATCH 21/29] Packet Framework librte_pipeline: Pipeline
  ` [PATCH 22/29] Packet Framework librte_pipeline: Makefile
  ` [PATCH 23/29] librte_cfgfile: interpret config files
  ` [PATCH 24/29] librte_cfgfile: Makefile
  ` [PATCH 25/29] Packet Framework: build infrastructure
  ` [PATCH 26/29] Packet Framework performance application
  ` [PATCH 27/29] Packet Framework IPv4 pipeline sample app
  ` [PATCH 28/29] app/Makefile: enable app/test-pipeline
  ` [PATCH 29/29] Packet Framework unit tests

[PATCH] mk: fix link with gcc
 2014-06-02  7:40 UTC  (7+ messages)

Would DPDK run on AMD processors
 2014-06-01 19:10 UTC  (3+ messages)

L2 FWD / L3 FWD performance with Rx and Tx ports on different sockets
 2014-06-01 13:03 UTC 

dpdk using on network that contains vm traffic and management traffic
 2014-05-30 14:12 UTC 

veth interfaces
 2014-05-30 12:49 UTC  (3+ messages)

eth dev doesn't free mbufs for 82575EB
 2014-05-30 12:44 UTC 

buffer allocation failure in NUMA platform
 2014-05-30 12:43 UTC  (2+ messages)

Please any one who can help me with librte_sched
 2014-05-30  0:03 UTC  (8+ messages)
                            ` Fwd: "

[PATCH 0/4] New library: rte_distributor
 2014-05-29 13:48 UTC  (10+ messages)
  ` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] eal: add tailq for new distributor component
  ` [PATCH v2 2/5] distributor: new packet distributor library
  ` [PATCH v2 3/5] distributor: add distributor library to build
  ` [PATCH v2 4/5] distributor: add unit tests for distributor lib
  ` [PATCH v2 5/5] docs: add distributor lib to API docs

[PATCH 0/4] Link Bonding Library
 2014-05-29 13:32 UTC  (12+ messages)
  ` [PATCH 1/4] "
  ` [PATCH 2/4] Link bonding unit tests
  ` [PATCH 3/4] Link bonding integration into testpmd
  ` [PATCH 4/4] Add Link Bonding Library to Doxygen

could not l2fwd in DOM0
 2014-05-29 10:12 UTC  (3+ messages)

[PATCH v2]xen:reserve memory at installing dom0_mm kernel module
 2014-05-29  9:47 UTC  (2+ messages)

[PATCH v4 0/2] Support multiple queues feature in DPDK based virtio-net frontend
 2014-05-29  9:23 UTC  (4+ messages)
  ` [PATCH v4 1/2] virtio: Cleanup the existing codes in virtio-net PMD
  ` [PATCH v4 2/2] virtio: Support multiple queues feature in DPDK based virtio-net frontend

[PATCH]Upgrade NIC share codes: fix a compilation error when RTE_NIC_BYPASS=y
 2014-05-29  8:47 UTC 

[PATCH v3] cpu_layout.py: adjust output format to align
 2014-05-29  8:19 UTC 

[PATCH v2] cpu_layout.py: adjust output format to align
 2014-05-29  7:48 UTC  (3+ messages)

PMD for Cisco VIC Ethernet NIC - Request for guidelines for submission
 2014-05-29  5:07 UTC  (3+ messages)

[PATCHv2 0/5] ACL library
 2014-05-28 19:26 UTC  (6+ messages)
  ` [PATCHv2 1/5] acl: Add ACL library (librte_acl) into DPDK
  ` [PATCHv2 2/5] acl: update UT to reflect latest changes in the librte_acl
  ` [PATCHv2 3/5] acl: New test-acl application
  ` [PATCHv2 4/5] acl: New sample l3fwd-acl
  ` [PATCHv2 5/5] acl: add doxygen configuration and start page

[PATCH 00/13] *** SUBJECT HERE ***
 2014-05-28 17:34 UTC  (15+ messages)
` [PATCH 01/13] ip_frag: Moving fragmentation/reassembly headers into a separate library
` [PATCH 02/13] Refactored IPv4 fragmentation into a proper library
` [PATCH 03/13] Fixing issues reported by checkpatch
` [PATCH 04/13] ip_frag: new internal common header
` [PATCH 05/13] ip_frag: removed unneeded check and macro
` [PATCH 06/13] ip_frag: renaming structures in fragmentation table to be more generic
` [PATCH 07/13] ip_frag: refactored reassembly code and made it a proper library
` [PATCH 08/13] ip_frag: renamed ipv4 frag function
` [PATCH 09/13] ip_frag: added IPv6 fragmentation support
` [PATCH 10/13] examples: renamed ipv4_frag example app to ip_fragmentation
` [PATCH 11/13] example: overhaul of ip_fragmentation example app
` [PATCH 12/13] ip_frag: add support for IPv6 reassembly
` [PATCH 13/13] examples: overhaul of ip_reassembly app

[PATCH 00/16] [RFC] [VFIO] Add VFIO support to DPDK
 2014-05-28 16:24 UTC  (22+ messages)
` [PATCH v2 08/16] Add support for mapping devices through VFIO
` [PATCH v2 10/16] Added support for selecting VFIO interrupt type from EAL command-line
` [PATCH v2 07/16] Add support for VFIO interrupts, add VFIO header
` [PATCH v2 13/16] Removed PCI ID table from igb_uio

[PATCH] fix for eth_pcap_tx() can cause mbuf corruption
 2014-05-28 14:47 UTC 

[PATCH v2 00/16] Add VFIO support to DPDK
 2014-05-28 14:38 UTC  (22+ messages)
  ` [PATCH v3 00/20] "
  ` [PATCH v3 01/20] pci: move open() out of pci_map_resource, rename structs
  ` [PATCH v3 02/20] pci: move uio mapping code to a separate file
  ` [PATCH v3 03/20] pci: fixing errors in a previous commit found by checkpatch
  ` [PATCH v3 04/20] pci: distinguish between legitimate failures and non-fatal errors
  ` [PATCH v3 05/20] pci: Rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEED_MAPPING
  ` [PATCH v3 06/20] igb_uio: make igb_uio compilation optional
  ` [PATCH v3 07/20] igb_uio: Moved interrupt type out of igb_uio
  ` [PATCH v3 08/20] vfio: add support for VFIO in Linuxapp targets
  ` [PATCH v3 09/20] vfio: add VFIO header
  ` [PATCH v3 10/20] interrupts: Add support for VFIO interrupts
  ` [PATCH v3 11/20] eal: remove -Wno-return-type for non-existent eal_hpet.c
  ` [PATCH v3 12/20] vfio: create mapping code for VFIO
  ` [PATCH v3 13/20] vfio: add multiprocess support
  ` [PATCH v3 14/20] pci: enable VFIO device binding
  ` [PATCH v3 15/20] eal: added support for selecting VFIO interrupt type from EAL command-line
  ` [PATCH v3 16/20] eal: make --no-huge use mmap instead of malloc
  ` [PATCH v3 17/20] test app: adding unit tests for VFIO EAL command-line parameter
  ` [PATCH v3 18/20] igb_uio: Removed PCI ID table from igb_uio
  ` [PATCH v3 19/20] binding script: Renamed igb_uio_bind to dpdk_nic_bind
  ` [PATCH v3 20/20] setup script: adding support for VFIO to setup.sh

[PATCH v3 0/3] Support zero copy RX/TX in user space vhost
 2014-05-28 14:13 UTC  (5+ messages)
  ` [PATCH v3 1/3] ethdev: Add API to support queue start and stop functionality for RX/TX
  ` [PATCH v3 2/3] ixgbe: Implement queue start and stop functionality in IXGBE PMD
  ` [PATCH v3 3/3] examples/vhost: Support user space vhost zero copy

[PATCH] cmdline: finish at EOF
 2014-05-28 13:23 UTC  (5+ messages)

DPDK Latency Issue
 2014-05-28 12:58 UTC  (4+ messages)

[PATCH v2 0/3] Support setting link up and link down
 2014-05-28 12:10 UTC  (5+ messages)
  ` [PATCH v2 1/3] ether: Add API to support set "
  ` [PATCH v2 2/3] ixgbe: Implement the functionality of setting link up and down in IXGBE PMD
  ` [PATCH v2 3/3] testpmd: Add commands to test link up and down of PMD

Intel I350 fails to work with DPDK
 2014-05-28 11:39 UTC  (5+ messages)

[PATCH RFC 00/11] ixgbe/mbuf: add TSO support
 2014-05-28  9:45 UTC  (4+ messages)
` [PATCH RFC 03/11] mbuf: remove rte_ctrlmbuf

[PATCH] fix for 2 consecutive rte_eth_dev_start() can cause a SIGSEGV
 2014-05-28  9:28 UTC  (3+ messages)

[PATCH] cpu_layout.py: adjust output format to align
 2014-05-28  9:23 UTC  (4+ messages)

[PATCH 0/2] L3FWD sample optimisation
 2014-05-28  9:17 UTC 

[PATCH 0/3] Support administrative link up and link down
 2014-05-28  1:42 UTC  (7+ messages)

[PATCH v2 0/4] NIC filters support for generic filter
 2014-05-28  1:12 UTC  (4+ messages)

[PATCH v2 0/3] Support zero copy RX/TX in user space vhost
 2014-05-28  0:53 UTC  (3+ messages)

[PATCH 0/3] ixgbe: Add L2 Ethertype, SYN and Five tuple queue filters
 2014-05-27 23:09 UTC  (2+ messages)

[PATCH v2 0/3] Support setting TX rate for queue and VF
 2014-05-27 22:47 UTC  (3+ messages)
` [PATCH v2 1/3] ether: Add API to support "

[PATCH 0/4] ACL library
 2014-05-27 22:21 UTC  (3+ messages)
` [PATCH 1/4] acl: Add ACL library (librte_acl) into DPDK

roundtrip delay
 2014-05-27 18:30 UTC  (3+ messages)

[PATCH v2 0/5] allow to dynamically change RSS configuration
 2014-05-27 16:43 UTC  (2+ messages)

[PATCH] Use proper mac type for 82576 VF e1000_vfadapt type corresponds to 82576 VF devices, check e1000_set_mac_type() for more details
 2014-05-27 15:11 UTC  (3+ messages)
    ` [PATCH] Use proper mac type for 82576 VF

[PATCH 0/5] ixgbe : support to add/remove a MAC address to/from a VF
 2014-05-27 14:54 UTC  (2+ messages)

[PATCH] fix for jumbo frame issue with DPDK VF
 2014-05-27 14:53 UTC  (3+ messages)

[PATCH v3] virtio: Support multiple queues feature in DPDK based virtio-net frontend
 2014-05-27 10:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).