DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] Is there any example application to used DPDK packet distributor library?
 2016-01-06 10:37 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/12] Add API to get packet type info
 2016-01-06 10:00 UTC  (28+ messages)
` [dpdk-dev] [PATCH 01/12] ethdev: add API to query what/if packet type is set
` [dpdk-dev] [PATCH 02/12] pmd/cxgbe: add dev_ptype_info_get implementation
` [dpdk-dev] [PATCH 03/12] pmd/e1000: "
` [dpdk-dev] [PATCH 04/12] pmd/enic: "
` [dpdk-dev] [PATCH 05/12] pmd/fm10k: "
` [dpdk-dev] [PATCH 06/12] pmd/i40e: "
` [dpdk-dev] [PATCH 07/12] pmd/ixgbe: "
` [dpdk-dev] [PATCH 08/12] pmd/mlx4: "
` [dpdk-dev] [PATCH 09/12] pmd/mlx5: "
` [dpdk-dev] [PATCH 10/12] pmd/nfp: "
` [dpdk-dev] [PATCH 11/12] pmd/vmxnet3: "
` [dpdk-dev] [PATCH 12/12] examples/l3fwd: add option to parse ptype

[dpdk-dev] [PATCH 1/2] mlx4: add callback to set primary mac address
 2016-01-06  8:50 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] mlx5: "

[dpdk-dev] [PATCH v4 2/2] vhost: Add VHOST PMD
 2016-01-06  7:38 UTC  (16+ messages)
` [dpdk-dev] [PATCH v5 0/3] "
  ` [dpdk-dev] [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

[dpdk-dev] [RFC PATCH 1/2] EAL: Add new EAL "--shm" option
 2016-01-06  7:35 UTC  (12+ messages)
` [dpdk-dev] [PATCH v1 0/2] Virtio-net PMD Extension to work on host
  ` [dpdk-dev] [PATCH v1 2/2] virtio: Extend virtio-net PMD to support container environment

[dpdk-dev] [RFC 0/5] virtio support for container
 2016-01-06  5:47 UTC  (12+ messages)

[dpdk-dev] time to kill rte_pci_dev_ids.h
 2016-01-06  1:40 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 0/4] vmxnet3 TSO and tx cksum offload
 2016-01-06  0:52 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3 1/4] vmxnet3: restore tx data ring support
` [dpdk-dev] [PATCH v3 2/4] vmxnet3: add tx l4 cksum offload
` [dpdk-dev] [PATCH v3 3/4] vmxnet3: add TSO support
` [dpdk-dev] [PATCH v3 4/4] vmxnet3: announce device offload capability

[dpdk-dev] [PATCH v2 0/4] vmxnet3 TSO and tx cksum offload
 2016-01-05 23:45 UTC  (12+ messages)
` [dpdk-dev] [PATCH v2 1/4] vmxnet3: restore tx data ring support
` [dpdk-dev] [PATCH v2 2/4] vmxnet3: add tx l4 cksum offload
` [dpdk-dev] [PATCH v2 3/4] vmxnet3: add TSO support
` [dpdk-dev] [PATCH v2 4/4] vmxnet3: announce device offload capability

[dpdk-dev] [PATCH] vhost: fix leak of fds and mmaps
 2016-01-05 22:14 UTC 

[dpdk-dev] [PATCH] bnx2x: remove unused mbuf_alloc_size
 2016-01-05 16:53 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/3] librte_ether: remove RTE_PROC_PRIMARY_OR_ERR_RET and RTE_PROC_PRIMARY_OR_RET
 2016-01-05 16:34 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v3 0/3] fix RTE_PROC_PRIMARY_OR_ERR_RET RTE_PROC_PRIMARY_OR_RET
  ` [dpdk-dev] [PATCH v3 1/3] librte_ether: remove RTE_PROC_PRIMARY_OR_ERR_RET and RTE_PROC_PRIMARY_OR_RET
  ` [dpdk-dev] [PATCH v3 2/3] librte_cryptodev: remove RTE_PROC_PRIMARY_OR_RET
  ` [dpdk-dev] [PATCH v3 3/3] librte_ether: fix rte_eth_dev_configure

[dpdk-dev] [PATCH] fix checkpatch errors
 2016-01-05 16:20 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/8] bonding: fixes and enhancements
 2016-01-05 15:31 UTC  (18+ messages)
` [dpdk-dev] [PATCH 1/8] bond: use existing enslaved device queues
` [dpdk-dev] [PATCH 2/8] bond mode 4: copy entire config structure
` [dpdk-dev] [PATCH 3/8] bond mode 4: do not ignore multicast
` [dpdk-dev] [PATCH 4/8] bond mode 4: allow external state machine
` [dpdk-dev] [PATCH 5/8] bond: active slaves with no primary
` [dpdk-dev] [PATCH 6/8] bond: handle slaves with fewer queues than bonding device
` [dpdk-dev] [PATCH 8/8] bond: do not activate slave twice

[dpdk-dev] [Question] How pmd virtio works without UIO?
 2016-01-05 14:44 UTC  (15+ messages)
` [dpdk-dev] [PATCH 0/4] check if any kernel driver is manipulating the virtio device
  ` [dpdk-dev] [PATCH 4/4] virtio: check if any kernel driver is manipulating the device
` [dpdk-dev] [PATCH v2 0/4] fix the issue that DPDK takes over virtio device blindly
  ` [dpdk-dev] [PATCH v2 1/4] eal: make the comment more accurate
  ` [dpdk-dev] [PATCH v2 2/4] eal: set kdrv to RTE_KDRV_NONE if kernel driver isn't manipulating the device
  ` [dpdk-dev] [PATCH v2 3/4] virtio: return 1 to tell the upper layer we don't take over this device
  ` [dpdk-dev] [PATCH v2 4/4] virtio: check if any kernel driver is manipulating the virtio device

[dpdk-dev] [PATCH] af_packet: make the device detachable
 2016-01-05 14:04 UTC 

[dpdk-dev] [RFC PATCH 0/3] fm10k: enable FTAG based forwarding
 2016-01-05 12:31 UTC  (4+ messages)
` [dpdk-dev] [RFC PATCH 1/3] "
` [dpdk-dev] [RFC PATCH 2/3] fm10k: add a unit test for "
` [dpdk-dev] [RFC PATCH 3/3] doc: add introduction for fm10k "

[dpdk-dev] [PATCH v2] mbuf: optimize rte_mbuf_refcnt_update
 2016-01-05 12:12 UTC  (6+ messages)

[dpdk-dev] [PATCH] mk: fix examples build failure
 2016-01-05 10:20 UTC  (3+ messages)

[dpdk-dev] Traffic scheduling in DPDK
 2016-01-05 10:09 UTC  (4+ messages)

[dpdk-dev] [PATCH v1] change hugepage sorting to avoid overlapping memcpy
 2016-01-05  9:37 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/1] "
  ` [dpdk-dev] [PATCH v2 1/1] "
` [dpdk-dev] [PATCH v3 0/1] eal/linux: "
  ` [dpdk-dev] [PATCH v3 1/1] "

[dpdk-dev] [PATCH v2 0/5] virtio: Tx performance improvements
 2016-01-05  8:10 UTC  (3+ messages)

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring
 2016-01-05  7:16 UTC  (2+ messages)

[dpdk-dev] [PATCH] virtio: fix rx ring descriptor starvation
 2016-01-05  7:13 UTC  (4+ messages)

[dpdk-dev] [PATCH] pmd/virtio: fix cannot start virtio dev after stop
 2016-01-05  1:07 UTC 

[dpdk-dev] vmxnet3 pmd stats counters reset after rte_eth_dev_start() is called
 2016-01-04 21:49 UTC 

[dpdk-dev] [PATCH 00/14] Step towards PCI independency
 2016-01-04 20:08 UTC  (15+ messages)
` [dpdk-dev] [PATCH 01/14] eal/common: introduce RTE_PCI_DRV_MAGIC
` [dpdk-dev] [PATCH 02/14] eal/common: introduce RTE_PCI_DEVICE_MAGIC
` [dpdk-dev] [PATCH 03/14] eal/common: introduce union rte_device and related
` [dpdk-dev] [PATCH 04/14] eal/common: introduce function to_pci_driver
` [dpdk-dev] [PATCH 05/14] eal/common: introduce function to_pci_device
` [dpdk-dev] [PATCH 06/14] Include rte_dev.h instead of rte_pci.h
` [dpdk-dev] [PATCH 07/14] lib/ether: generalize rte_eth_dev_init/uninit
` [dpdk-dev] [PATCH 08/14] eal/common: introduce rte_bus_addr
` [dpdk-dev] [PATCH 09/14] lib/ether: generalize attach/detach of devices
` [dpdk-dev] [PATCH 10/14] lib/ether: copy the rte_device union instead of rte_pci_device
` [dpdk-dev] [PATCH 11/14] lib/ether: extract function rte_device_get_intr_handle
` [dpdk-dev] [PATCH 12/14] lib/ether: check magic before naming a zone
` [dpdk-dev] [PATCH 13/14] lib/ether: check magic in rte_eth_copy_pci_info
` [dpdk-dev] [PATCH 14/14] lib/ether: introduce rte_eth_copy_dev_info

[dpdk-dev] [RFC 0/7] Support non-PCI devices
 2016-01-04 15:21 UTC  (17+ messages)
` [dpdk-dev] [RFC 1/7] eal/common: define rte_soc_* related common interface
` [dpdk-dev] [RFC 2/7] eal: introduce --no-soc option
` [dpdk-dev] [RFC 3/7] eal: add common part of the SoC infra
` [dpdk-dev] [RFC 4/7] eal/linuxapp: support SoC infra in linuxapp
` [dpdk-dev] [RFC 5/7] eal: init SoC infra on rte_eal_init
` [dpdk-dev] [RFC 6/7] eal/soc: make SoC infra testable on any platform
` [dpdk-dev] [RFC 7/7] app/test: add SoC infra probe/detach test

[dpdk-dev] DPDK OVS on Ubuntu 14.04
 2016-01-04 14:24 UTC  (11+ messages)
    ` [dpdk-dev] DPDK OVS on Ubuntu 14.04# Issue's Resolved# Successfully setup DPDK OVS with vhostuser
                ` [dpdk-dev] DPDK OVS on Ubuntu 14.04# Issue's Resolved# Getting memory backing issues with qemu parameter passing

[dpdk-dev] [PATCH v2 0/4] fix performance/cache resource issues with 128-byte cache line targets
 2016-01-04 13:15 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/4] eal: Introduce new cache macro definitions

[dpdk-dev] [RFC PATCH 0/6] General tunneling APIs
 2016-01-04 10:48 UTC  (4+ messages)

[dpdk-dev] [PATCH] eal: fix compile error in eal_timer.c
 2016-01-04  9:01 UTC  (2+ messages)

[dpdk-dev] [PATCH] ixgbe: support multicast promiscuous mode on VF
 2016-01-04  8:07 UTC 

[dpdk-dev] KNI crashes when invalid lldp frames are received
 2016-01-04  6:18 UTC 

[dpdk-dev] [PATCH 0/6 for 2.3] initial virtio 1.0 enabling
 2016-01-04  4:16 UTC  (4+ messages)

[dpdk-dev] [PKTGEN] OK to reindent the pktgen (mix of tabs and spaces, etc.)?
 2016-01-04  2:35 UTC  (6+ messages)

[dpdk-dev] [PATCH v2 0/3] Handle SIGINT and SIGTERM in DPDK examples
 2016-01-04  2:00 UTC  (19+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 3/3] examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd
` [dpdk-dev] [PATCH v4 0/3] Handle SIGINT and SIGTERM in DPDK examples
  ` [dpdk-dev] [PATCH v4 3/3] examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd
` [dpdk-dev] [PATCH v5 0/3] Handle SIGINT and SIGTERM in DPDK examples
  ` [dpdk-dev] [PATCH v5 1/3] app/test-pmd: Handle SIGINT and SIGTERM in testpmd
  ` [dpdk-dev] [PATCH v5 2/3] examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd
  ` [dpdk-dev] [PATCH v5 3/3] examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd

[dpdk-dev] [PATCH] eal: fix compile error in eal_timer.c
 2016-01-03 14:46 UTC 

[dpdk-dev] [PATCH] eal: fix compile error in eal_timer.c
 2016-01-03 14:43 UTC 

[dpdk-dev] [PATCH] eal: fix compile error in eal_timer.c
 2016-01-03 14:35 UTC 

[dpdk-dev] [PATCH] eal: fix compile error in eal_timer.c
 2016-01-03 14:22 UTC 

[dpdk-dev] OK to reindent the pktgen (mix of tabs and spaces, etc.)?
 2016-01-03  8:06 UTC  (2+ messages)

[dpdk-dev] librte_power w/ intel_pstate cpufreq governor
 2016-01-03  7:51 UTC  (2+ messages)

[dpdk-dev] [PATCH] pci: Add the class_id support in pci probe
 2015-12-31 17:12 UTC  (2+ messages)

[dpdk-dev] Is there an interrupt mode PMD for virtio
 2015-12-31 17:09 UTC  (2+ messages)

[dpdk-dev] VFIO no-iommu
 2015-12-31 14:30 UTC  (15+ messages)

[dpdk-dev] [ [PATCH v2] 00/13] Add virtio support in arm/arm64
 2015-12-31 14:27 UTC  (15+ messages)
` [dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

page:  |  | latest

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).