[dpdk-dev] [PATCH v3 00/12] Add virtio support for arm/arm64
2016-01-07 18:53 UTC (23+ messages)
` [dpdk-dev] [PATCH v3 01/12] virtio: Introduce config RTE_VIRTIO_INC_VECTOR
` [dpdk-dev] [PATCH v3 02/12] config: i686: set RTE_VIRTIO_INC_VECTOR=n
` [dpdk-dev] [PATCH v3 03/12] linuxapp: eal: arm: Always return 0 for rte_eal_iopl_init()
` [dpdk-dev] [PATCH v3 04/12] linuxapp/vfio: ignore mapping for ioport region
` [dpdk-dev] [PATCH v3 05/12] virtio_pci.h: build fix for sys/io.h for non-x86 arch
` [dpdk-dev] [PATCH v3 06/12] eal: pci: vfio: add rd/wr func for pci bar space
` [dpdk-dev] [PATCH v3 07/12] virtio: vfio: add api support to rd/wr ioport bar
` [dpdk-dev] [PATCH v3 08/12] virtio: Add capability to initialize driver for vfio interface
` [dpdk-dev] [PATCH v3 09/12] virtio: vfio: Enable RTE_PCI_DRV_NEED_MAPPING flag in driver
` [dpdk-dev] [PATCH v3 10/12] config: armv7/v8: Enable RTE_LIBRTE_VIRTIO_PMD
` [dpdk-dev] [PATCH v3 11/12] vfio: Support for no-IOMMU mode
` [dpdk-dev] [PATCH v3 12/12] eal: pci: vfio: fix build error
[dpdk-dev] [PATCH v1] change hugepage sorting to avoid overlapping memcpy
2016-01-07 14:54 UTC (12+ 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 v4 1/1] "
` [dpdk-dev] [PATCH v5 1/1] eal/linux: "
[dpdk-dev] [Question] How pmd virtio works without UIO?
2016-01-07 14:17 UTC (17+ 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 00/12] Add API to get packet type info
2016-01-07 13:32 UTC (29+ 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 07/12] pmd/ixgbe: "
` [dpdk-dev] [PATCH 08/12] pmd/mlx4: "
` [dpdk-dev] [PATCH 12/12] examples/l3fwd: add option to parse ptype
[dpdk-dev] Traffic scheduling in DPDK
2016-01-07 10:21 UTC (9+ messages)
[dpdk-dev] tx_burst errors seen with virtual pmds
2016-01-07 9:40 UTC (3+ messages)
[dpdk-dev] [PATCH] vhost: fix leak of fds and mmaps
2016-01-07 6:50 UTC (3+ messages)
[dpdk-dev] [PATCH] pmd/virtio: fix cannot start virtio dev after stop
2016-01-07 2:50 UTC (2+ messages)
[dpdk-dev] [PATCH] Patch introducing API to read/write Intel Architecture Model Specific Registers (MSR), rte_msr_read and rte_msr_write functions
2016-01-06 17:33 UTC (2+ messages)
[dpdk-dev] [PATCH v2 0/4] fix performance/cache resource issues with 128-byte cache line targets
2016-01-06 15:10 UTC (5+ messages)
` [dpdk-dev] [PATCH v3 "
` [dpdk-dev] [PATCH v3 1/4] eal: Introduce new cache macro definitions
[dpdk-dev] [PATCH 0/3] ABI changes (RETA, cmdline)
2016-01-06 14:32 UTC (4+ messages)
` [dpdk-dev] [PATCH 1/3] ethdev: change RETA type in rte_eth_rss_reta_entry64
` [dpdk-dev] [PATCH 2/3] cmdline: increase command line buffer
` [dpdk-dev] [PATCH 3/3] mlx5: increase RETA table size
[dpdk-dev] [PATCH v2 0/3] Handle SIGINT and SIGTERM in DPDK examples
2016-01-06 13:51 UTC (7+ messages)
` [dpdk-dev] [PATCH v5 "
` [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 1/3] librte_ether: remove RTE_PROC_PRIMARY_OR_ERR_RET and RTE_PROC_PRIMARY_OR_RET
2016-01-06 13:41 UTC (7+ 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 v2 0/5] virtio: Tx performance improvements
2016-01-06 12:03 UTC (4+ messages)
[dpdk-dev] Is there any example application to used DPDK packet distributor library?
2016-01-06 10:49 UTC (3+ messages)
[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 (8+ 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] bnx2x: remove unused mbuf_alloc_size
2016-01-05 16:53 UTC (2+ messages)
[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] [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] [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] 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 (6+ messages)
` [dpdk-dev] [RFC 1/7] eal/common: define rte_soc_* related common interface
[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] [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)
page: next (older) | prev (newer) | 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).