DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 00/12] Add API to get packet type info
 2016-01-04 14:36 UTC  (16+ 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] 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] mbuf: optimize rte_mbuf_refcnt_update
 2016-01-04 13:53 UTC  (2+ messages)

[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  (6+ messages)

[dpdk-dev] [Question] How pmd virtio works without UIO?
 2016-01-04  9:02 UTC  (23+ messages)
` [dpdk-dev] [PATCH 0/4] check if any kernel driver is manipulating the virtio device
  ` [dpdk-dev] [PATCH 1/4] eal: make the comment more accurate
  ` [dpdk-dev] [PATCH 2/4] eal: set kdrv to RTE_KDRV_NONE if kernel driver isn't manipulating the device
  ` [dpdk-dev] [PATCH 3/4] virtio: return 1 to tell the upper layer we don't take over this 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] 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  (11+ messages)
` [dpdk-dev] [PATCH 2/6] virtio: introduce struct virtio_pci_ops
` [dpdk-dev] [PATCH 6/6] virtio: add virtio v1.0 support

[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  (34+ messages)
` [dpdk-dev] [PATCH v2 1/3] app/test-pmd: Handle SIGINT and SIGTERM in testpmd
` [dpdk-dev] [PATCH v2 2/3] examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd
` [dpdk-dev] [PATCH v2 3/3] examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd
` [dpdk-dev] [PATCH v3 0/3] Handle SIGINT and SIGTERM in DPDK examples
  ` [dpdk-dev] [PATCH v3 1/3] app/test-pmd: Handle SIGINT and SIGTERM in testpmd
  ` [dpdk-dev] [PATCH v3 2/3] examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd
  ` [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 1/3] app/test-pmd: Handle SIGINT and SIGTERM in testpmd
  ` [dpdk-dev] [PATCH v4 2/3] examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd
  ` [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] [RFC 0/7] Support non-PCI devices
 2016-01-03 17:12 UTC  (16+ 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] [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] [RFC 0/5] virtio support for container
 2015-12-31 15:39 UTC  (11+ 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  (17+ messages)
` [dpdk-dev] [PATCH] eal: map io resources for non x86 architectures

[dpdk-dev] Flow Director - big endian handling
 2015-12-31  0:38 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] bnx2x: fix error handling in bnx2x_loop_obtain_resources()
 2015-12-31  0:37 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] bnx2x: Determine rx/tx queue sizes sooner

[dpdk-dev] [PATCH] fm10k: allocate logical ports for flow director
 2015-12-30  8:35 UTC 

[dpdk-dev] [PATCH 0/4] vmxnet3 TSO and tx cksum offload
 2015-12-29 21:51 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] vmxnet3: restore tx data ring support
` [dpdk-dev] [PATCH 2/4] vmxnet3: add tx l4 cksum offload
` [dpdk-dev] [PATCH 3/4] vmxnet3: add TSO support
` [dpdk-dev] [PATCH 4/4] vmxnet3: announce device offload capability

[dpdk-dev] bnx2x pmd performance expectations
 2015-12-29 17:24 UTC  (4+ messages)

[dpdk-dev] Packet Classification Library
 2015-12-29 17:12 UTC 

[dpdk-dev] Is there an interrupt mode PMD for virtio
 2015-12-29  4:50 UTC 

[dpdk-dev] [PATCH] remove redundant __func__ in PMD_INIT_LOG and PMD_RX_LOG
 2015-12-29  1:17 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/3] switch to using YY.MM version numbers
 2015-12-28 22:25 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/3] version: adjust printing for new version scheme

[dpdk-dev] [PATCH v4 2/2] vhost: Add VHOST PMD
 2015-12-28 21:59 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
 2015-12-28 11:57 UTC  (6+ 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 PATCH 0/2] Virtio-net PMD Extension to work on host
 2015-12-28 11:06 UTC  (3+ messages)

[dpdk-dev] [PATCH] mk: fix examples build failure
 2015-12-28  4:53 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/3] librte_ether: remove RTE_PROC_PRIMARY_OR_ERR_RET and RTE_PROC_PRIMARY_OR_RET
 2015-12-28  4:40 UTC  (4+ messages)

[dpdk-dev] Errors Rx count increasing while pktgen doing nothing on Intel 82598EB 10G
 2015-12-27 20:28 UTC  (4+ messages)

[dpdk-dev] releases scheduling
 2015-12-27 20:04 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/2] provide rte_pktmbuf_alloc_bulk API and call it in vhost dequeue
 2015-12-27 16:38 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API
  ` [dpdk-dev] [PATCH v5 2/2] vhost: call rte_pktmbuf_alloc_bulk in vhost dequeue

[dpdk-dev] [PATCH 0/3] Handle SIGINT and SIGTERM in DPDK examples
 2015-12-25  9:23 UTC  (10+ messages)
` [dpdk-dev] [PATCH 1/3] app/test-pmd: Handle SIGINT and SIGTERM in testpmd
` [dpdk-dev] [PATCH 2/3] examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd
` [dpdk-dev] [PATCH 3/3] examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd

[dpdk-dev] [PATCH 0/4] extend flow director's IP fields in i40e driver
 2015-12-25  8:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] ethdev: extend flow director to support input set selection
` [dpdk-dev] [PATCH 2/4] i40e: split function for input set change of hash and fdir
` [dpdk-dev] [PATCH 3/4] i40e: extend flow director to filter by more IP Header fields
` [dpdk-dev] [PATCH 4/4] testpmd: extend commands for filter's input set changing

[dpdk-dev] [PATCH v3] doc: announce ABI change for struct rte_eth_conf
 2015-12-24 13:28 UTC  (4+ messages)

[dpdk-dev] Network software verification survey
 2015-12-24 10:07 UTC 

[dpdk-dev] [RFC PATCH 0/2] Reduce DPDK initialization time
 2015-12-24  8:34 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/6] interrupt mode for fm10k
 2015-12-24  8:04 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 "

[dpdk-dev] rte_prefetch0() is effective?
 2015-12-24  6:35 UTC 

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