messages from 2016-01-07 01:20:15 to 2016-01-13 02:20:10 UTC [more...]
[PATCH v3 0/4] vmxnet3 TSO and tx cksum offload
2016-01-13 2:20 UTC (7+ messages)
` [PATCH v3 1/4] vmxnet3: restore tx data ring support
` [PATCH v3 2/4] vmxnet3: add tx l4 cksum offload
[PATCH v4 0/6] vmxnet3 TSO, tx cksum offload and cleanups
2016-01-13 2:08 UTC (7+ messages)
` [PATCH v4 1/6] vmxnet3: fix typos and remove unused struct
` [PATCH v4 2/6] vmxnet3: restore tx data ring support
` [PATCH v4 3/6] vmxnet3: cleanup txNumDeferred usage
` [PATCH v4 4/6] vmxnet3: add tx l4 cksum offload
` [PATCH v4 5/6] vmxnet3: add TSO support
` [PATCH v4 6/6] vmxnet3: announce device offload capability
[PATCH 00/12] Add API to get packet type info
2016-01-13 1:52 UTC (27+ messages)
` [PATCH 01/12] ethdev: add API to query what/if packet type is set
` [PATCH 08/12] pmd/mlx4: add dev_ptype_info_get implementation
` [PATCH 12/12] examples/l3fwd: add option to parse ptype
[PATCH] vhost_user: Make sure that memory map is set before attempting address translation
2016-01-13 1:38 UTC (2+ messages)
[RFC 0/3] ethdev: Enhancements to flow director filter
2016-01-13 1:12 UTC (5+ messages)
` [RFC v2 0/2] "
` [RFC v2 1/2] ethdev: add packet filter flow and new behavior switch to fdir
[RFC] cryptodev: Change burst APIs to crypto operation oriented
2016-01-12 18:11 UTC
[RFC 0/5] virtio support for container
2016-01-12 16:18 UTC (47+ messages)
` [PATCH 0/4] "
` [PATCH 1/4] mem: add --single-file to create single mem-backed file
` [PATCH 2/4] mem: add API to obstain memory-backed file info
` [PATCH 3/4] virtio/vdev: add ways to interact with vhost
` [PATCH 4/4] virtio/vdev: add a new vdev named eth_cvio
librte_power w/ intel_pstate cpufreq governor
2016-01-12 15:17 UTC (3+ messages)
[PATCH] i40e: fix VLAN bitmasks for hash/fdir input sets for tunnels
2016-01-12 14:30 UTC
[RFC PATCH 0/3] fm10k: enable FTAG based forwarding
2016-01-12 14:15 UTC (3+ messages)
` [RFC PATCH 3/3] doc: add introduction for fm10k "
time to kill rte_pci_dev_ids.h
2016-01-12 14:06 UTC (23+ messages)
` [PATCH 00/11] kill global pci device id list
` [PATCH 01/11] e1000: move pci device ids to driver
` [PATCH 02/11] ixgbe: "
` [PATCH 03/11] i40e: "
` [PATCH 04/11] fm10k: "
` [PATCH 05/11] virtio: "
` [PATCH 06/11] vmxnet3: "
` [PATCH 07/11] enic: "
` [PATCH 08/11] bnx2x: "
` [PATCH 09/11] doc: refresh headers list
` [PATCH 10/11] pci: no need for global device ids list
` [PATCH 11/11] pci: place all uio pci device ids in a dedicated section
[PATCH 0/4] Support VxLAN & NVGRE checksum off-load on X550
2016-01-12 13:44 UTC (10+ messages)
` [PATCH 1/4] ixgbe: support UDP tunnel add/del
` [PATCH 2/4] ixgbe: support VxLAN & NVGRE RX checksum off-load
` [PATCH 3/4] ixgbe: support VxLAN & NVGRE TX "
` [PATCH 4/4] doc: update release note for VxLAN & NVGRE checksum off-load support
[PATCH 1/2] fm10k: Add Atwood Channel Support
2016-01-12 13:31 UTC (4+ messages)
` [PATCH 2/2] fm10k: update doc for Atwood Channel
[PATCH 0/3] ABI changes (RETA, cmdline)
2016-01-12 12:46 UTC (6+ messages)
` [PATCH v2 0/3] ABI change for RETA, cmdline
` [PATCH v2 1/3] cmdline: increase command line buffer
` [PATCH v2 2/3] ethdev: change RETA type in rte_eth_rss_reta_entry64
` [PATCH v2 3/3] mlx5: increase RETA table size
[PATCH] doc: add a further ACL example
2016-01-12 11:04 UTC (2+ messages)
[PATCH 0/6 for 2.3] initial virtio 1.0 enabling
2016-01-12 9:05 UTC (13+ messages)
` [PATCH v2 0/7] virtio 1.0 enabling for virtio pmd driver
` [PATCH v2 1/7] virtio: don't set vring address again at queue startup
` [PATCH v2 2/7] virtio: introduce struct virtio_pci_ops
` [PATCH v2 3/7] virtio: move left pci stuff to virtio_pci.c
` [PATCH v2 4/7] viritio: switch to 64 bit features
` [PATCH v2 5/7] virtio: retrieve hdr_size from hw->vtnet_hdr_size
` [PATCH v2 6/7] eal: pci: export pci_map_device
` [PATCH v2 7/7] virtio: add 1.0 support
[PATCH v3 00/12] Add virtio support for arm/arm64
2016-01-12 7:14 UTC (27+ messages)
` [PATCH v3 01/12] virtio: Introduce config RTE_VIRTIO_INC_VECTOR
` [PATCH v3 02/12] config: i686: set RTE_VIRTIO_INC_VECTOR=n
` [PATCH v3 03/12] linuxapp: eal: arm: Always return 0 for rte_eal_iopl_init()
` [PATCH v3 04/12] linuxapp/vfio: ignore mapping for ioport region
` [PATCH v3 05/12] virtio_pci.h: build fix for sys/io.h for non-x86 arch
` [PATCH v3 06/12] eal: pci: vfio: add rd/wr func for pci bar space
` [PATCH v3 07/12] virtio: vfio: add api support to rd/wr ioport bar
` [PATCH v3 08/12] virtio: Add capability to initialize driver for vfio interface
` [PATCH v3 09/12] virtio: vfio: Enable RTE_PCI_DRV_NEED_MAPPING flag in driver
` [PATCH v3 10/12] config: armv7/v8: Enable RTE_LIBRTE_VIRTIO_PMD
` [PATCH v3 11/12] vfio: Support for no-IOMMU mode
` [PATCH v3 12/12] eal: pci: vfio: fix build error
[Question] How pmd virtio works without UIO?
2016-01-12 5:16 UTC (11+ messages)
` [PATCH v2 0/4] fix the issue that DPDK takes over virtio device blindly
` [PATCH v2 4/4] virtio: check if any kernel driver is manipulating the virtio device
VF in the bnx2x driver broken on 57810
2016-01-11 18:19 UTC
[PATCH 00/14] Step towards PCI independency
2016-01-11 17:29 UTC (2+ messages)
[PATCH] pmd/virtio: fix cannot start virtio dev after stop
2016-01-11 15:03 UTC (5+ messages)
` [PATCH v2] "
[RFC PATCH 1/2] EAL: Add new EAL "--shm" option
2016-01-11 5:31 UTC (8+ messages)
` [PATCH v1 0/2] Virtio-net PMD Extension to work on host
[RFC PATCH 0/3] extend vmdq_dcb sample for X710 supporting
2016-01-11 2:50 UTC (4+ messages)
` [RFC PATCH 1/3] i40e: enable DCB in VMDQ vsis
` [RFC PATCH 2/3] ixgbe: add more multi queue mode checking
` [RFC PATCH 3/3] examples/vmdq_dcb: extend sample for X710 supporting
DPDK 2.1 on CentOS 7
2016-01-08 21:22 UTC (2+ messages)
[PATCH 0/2] Some enhancement of the tilegx mpipe driver
2016-01-08 14:39 UTC (7+ messages)
` [PATCH 1/2] driver/net/mpipe: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM
` [PATCH 2/2] driver/net/mpipe: fix the crash/hung issue when testpmd quits
` [PATCH v2 1/2] driver/net/mpipe: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM
` [PATCH v2 2/2] driver/net/mpipe: fix the crash/hung issue when testpmd quits
[PATCH 0/3] Some misc fixes and optimization for the mpipe driver
2016-01-08 14:30 UTC (10+ messages)
` [PATCH 1/3] driver/net/mpipe: support native build on tilegx platform
` [PATCH 2/3] driver/net/mpipe: optimize mpipe buffer return mechanism
` [PATCH 3/3] driver/net/mpipe: fix a mpipe link initialization ordering issue
` [PATCH v2 1/3] driver/net/mpipe: support native build on tilegx platform
` [PATCH v2 2/3] driver/net/mpipe: optimize mpipe buffer return mechanism
` [PATCH v2 3/3] driver/net/mpipe: fix a mpipe link initialization ordering issue
[PATCH] mk: Fix examples install
2016-01-08 11:08 UTC (2+ messages)
[PATCH] mk: Fix examples install path
2016-01-08 11:02 UTC (3+ messages)
DPDK on Xeon Phi Processors
2016-01-08 7:30 UTC (2+ messages)
[PATCH v1] change hugepage sorting to avoid overlapping memcpy
2016-01-07 14:54 UTC (10+ messages)
` [PATCH v3 0/1] eal/linux: "
` [PATCH v3 1/1] "
` [PATCH v4 1/1] "
` [PATCH v5 1/1] eal/linux: "
Traffic scheduling in DPDK
2016-01-07 10:21 UTC (7+ messages)
tx_burst errors seen with virtual pmds
2016-01-07 9:40 UTC (3+ messages)
[PATCH] vhost: fix leak of fds and mmaps
2016-01-07 6:50 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).