messages from 2016-01-19 09:01:47 to 2016-01-22 01:38:34 UTC [more...]
[PATCH] igb: set default thresholds correctly based on mac type
2016-01-22 1:38 UTC
[PATCH 0/2] i40e setting ether type of VLANs
2016-01-22 1:37 UTC (3+ messages)
` [PATCH 1/2] ethdev: add vlan type for setting ether type
` [PATCH 2/2] i40e: add VLAN ether type config
[PATCH 0/3] i40e: enable extended tag
2016-01-22 1:34 UTC (3+ messages)
` [PATCH 1/3] "
[PATCH] i40evf: enable ops to add and remove mac address
2016-01-22 1:09 UTC
[PKTGEN] dumb question: how to start packet TX and set the payload
2016-01-21 20:09 UTC (7+ messages)
[PATCH 0/4] extend flow director's IP fields in i40e driver
2016-01-21 20:06 UTC (5+ messages)
` [PATCH 2/4] i40e: split function for input set change of hash and fdir
[PKTGEN] fixing weird termio issues that complicate debugging
2016-01-21 20:03 UTC (10+ messages)
virtio ring layout changes for optimal single-stream performance
2016-01-21 19:03 UTC (3+ messages)
[PATCH 0/2] minor cleanup in ethdev hotplug
2016-01-21 19:02 UTC (7+ messages)
` [PATCH 1/2] ethdev: remove useless null checks
` [dpdk-dev,1/2] "
` [PATCH 2/2] ethdev: move code to common place in hotplug
` [dpdk-dev, "
[PATCH v6 08/11] eal: pci: introduce RTE_KDRV_VFIO_NOIOMMUi driver mode
2016-01-21 17:17 UTC (7+ messages)
[PKTGEN] [PATCH 1/2] usage_pktgen.rst: multiple instances: clean up section intro
2016-01-21 15:46 UTC (4+ messages)
` [PKTGEN] [PATCH 2/2] usage_pktgen.rst: multiple instances: clarify EAL options needed
[PKTGEN] additional terminal IO question
2016-01-21 15:35 UTC (7+ messages)
[PATCH 0/2] Reduce DPDK initialization time
2016-01-21 14:59 UTC (2+ messages)
[PATCH 0/5 for 2.3] vhost rxtx refactor
2016-01-21 13:50 UTC (5+ messages)
` [PATCH 2/5] vhost: refactor virtio_dev_rx
[PATCH 0/3] Keep-alive stats and doc fixes
2016-01-21 12:12 UTC (10+ messages)
` [PATCH 1/3] doc: fix keepalive sample app guide
` [PATCH 2/3] eal: add keepalive core register timestamp
` [PATCH 3/3] keepalive: add rte_keepalive_xstats() and example
` [PATCH v2 0/3] Keep-alive stats and doc fixes
` [PATCH v2 1/3] doc: fix keepalive sample app guide
` [PATCH v2 2/3] eal: add keepalive core register timestamp
` [PATCH v2 3/3] keepalive: add rte_keepalive_xstats_get() and example
[PATCH v4 0/8] virtio 1.0 enabling for virtio pmd driver
2016-01-21 11:49 UTC (5+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 8/9] virtio: add 1.0 support
[PATCH] no need to test for NULL when freeing
2016-01-21 11:33 UTC (3+ messages)
[PATCH 1/3] virtio: Change the parameter order of io_write8/16/32()
2016-01-21 11:10 UTC (8+ messages)
` [RFC PATCH 0/5] virtio: Add a new layer to abstract pci access method
` [RFC PATCH 1/5] virtio: Change the parameter order of io_write8/16/32()
` [RFC PATCH 2/5] virtio: move rte_eal_pci_unmap_device() to virtio_pci.c
` [RFC PATCH 3/5] virtio: Add a new layer to abstract pci access method
` [RFC PATCH 4/5] EAL: Add new EAL "--shm" option
` [RFC PATCH 5/5] virtio: Extend virtio-net PMD to support container environment
[PATCH] Patch introducing API to read/write Intel Architecture Model Specific Registers (MSR), rte_msr_read and rte_msr_write functions
2016-01-21 10:51 UTC (7+ messages)
` [PATCH v2] Patch introducing API to read/write Intel Architecture Model Specific Registers (MSR)
` [PATCH v3] "
[PATCH 00/16] fm10k: update shared code from ND team
2016-01-21 10:36 UTC (17+ messages)
` [PATCH 01/16] fm10k/base: cleanup namespace pollution and correct typecast
` [PATCH 02/16] fm10k/base: use bitshift for itr_scale
` [PATCH 03/16] fm10k/base: reset max_queues on init_hw_vf failure
` [PATCH 04/16] fm10k/base: document ITR scale workaround in VF TDLEN register
` [PATCH 05/16] fm10k/base: fix checkpatch warning
` [PATCH 06/16] fm10k/base: use BIT macro instead of open-coded bit-shifting of 1
` [PATCH 07/16] fm10k/base: do not use CamelCase
` [PATCH 08/16] fm10k/base: use memcpy for mac addr copy
` [PATCH 09/16] fm10k/base: allow removal of is_slot_appropriate function
` [PATCH 10/16] fm10k/base: consistently use VLAN ID when referencing vid variables
` [PATCH 11/16] fm10k/base: fix comment per upstream review changes
` [PATCH 12/16] fm10k/base: TLV structures must be 4byte aligned, not 1byte aligned
` [PATCH 13/16] fm10k/base: move constants to the right of binary operators
` [PATCH 14/16] fm10k/base: minor cleanups
` [PATCH 15/16] fm10k: use default mailbox message handler for pf
` [PATCH 16/16] fm10k/base: add macro definitions that are needed
[PATCH v6 02/11] eal/linux: never check iopl for arm
2016-01-21 10:28 UTC (3+ messages)
` [PATCH v6 05/11] eal: pci: vfio: add rd/wr func for pci bar space
[PATCH v5 00/11] Add virtio support for arm/arm64
2016-01-21 10:08 UTC (18+ messages)
` [PATCH v5 01/11] virtio: Introduce config RTE_VIRTIO_INC_VECTOR
` [PATCH v5 02/11] linuxapp: eal: arm: Always return 0 for rte_eal_iopl_init()
` [PATCH v5 03/11] linuxapp/vfio: ignore mapping for ioport region
` [PATCH v5 04/11] virtio_pci.h: build fix for sys/io.h for non-x86 arch
` [PATCH v5 05/11] eal: pci: vfio: add rd/wr func for pci bar space
` [PATCH v5 06/11] virtio: vfio: add api support to rd/wr ioport bar
` [PATCH v5 07/11] virtio: pci: extend virtio pci rw api for vfio interface
` [PATCH v5 08/11] eal: pci: introduce RTE_KDRV_VFIO_NOIOMMUi driver mode
` [PATCH v5 09/11] virtio_pci: do not parse if interface is vfio-noiommu
` [PATCH v5 10/11] virtio: pci: add dummy func definition for in/outb for non-x86 arch
` [PATCH v5 11/11] vfio: Support for no-IOMMU mode
[PATCH] eal: add function to check if primary proc alive
2016-01-21 9:02 UTC (4+ messages)
where to find ethernet CRC when stripping is off
2016-01-21 8:49 UTC (4+ messages)
[PATCH 0/2] Add floating VEB support for i40e
2016-01-21 7:53 UTC (5+ messages)
` PATCH 1/2] i40e: support floating VEB config
` [PATCH 2/2] i40e: Add floating VEB support in i40e
[PATCH] cfgfile: support looking up sections by index
2016-01-21 7:42 UTC (3+ messages)
` [PATCH v2] "
[PATCH] i40e: add VEB switching support for i40e
2016-01-21 6:49 UTC
[PATCH] rte.extvars.mk: allow overriding RTE_SDK_BIN from the environment
2016-01-21 5:15 UTC (3+ messages)
L3 Forwarding performance of DPDK on virtio
2016-01-21 3:18 UTC (3+ messages)
Status of Linux Foundation
2016-01-21 3:09 UTC
[RFC 0/5] virtio support for container
2016-01-21 2:18 UTC (26+ messages)
` [PATCH 0/4] "
` [PATCH 1/4] mem: add --single-file to create single mem-backed file
` [PATCH 3/4] virtio/vdev: add ways to interact with vhost
time to kill rte_pci_dev_ids.h
2016-01-21 1:12 UTC (13+ messages)
` [PATCH 00/11] kill global pci device id list
` [PATCH v2 00/10] "
` [PATCH v2 10/10] pci: place all uio pci device ids in a dedicated section
Problem with Intel i40e XL710 dpdk driver
2016-01-20 20:16 UTC (2+ messages)
[PATCH] ethdev: expose link status and speed using xstats
2016-01-20 18:36 UTC (7+ messages)
[PATCH] ip_pipeline: fix cpu socket-id error
2016-01-20 18:32 UTC (2+ messages)
Future Direction for rte_eth_stats_get()
2016-01-20 17:18 UTC
[PATCH] i40e: fix vlan filtering
2016-01-20 14:56 UTC (4+ messages)
How classification happens in scheduling ?
2016-01-20 14:32 UTC (2+ messages)
[PATCH v4 1/2] tools: Add support for handling built-in kernel modules
2016-01-20 9:48 UTC (11+ messages)
` [PATCH v5 "
` [PATCH v5 2/2] eal/linux: "
` [PATCH v6 1/2] tools: "
` [PATCH v6 2/2] eal/linux: "
[RFC PATCH 0/3] extend vmdq_dcb sample for X710 supporting
2016-01-20 8:57 UTC (5+ messages)
` [PATCH "
` [PATCH 1/3] i40e: enable DCB in VMDQ vsis
` [PATCH 2/3] ixgbe: add more multi queue mode checking
` [PATCH 3/3] examples/vmdq_dcb: extend sample for X710 supporting
Missing Outstanding Patches (By Me) In Patchwork
2016-01-20 8:24 UTC (3+ messages)
igb: correctly setting default value TX_WTHRESH (due to performance warning during PMD init)
2016-01-20 6:43 UTC
[PATCH] vhost: remove lockless enqueue to the virtio ring
2016-01-20 3:39 UTC (5+ messages)
[PATCH] examples/vhost: fix out of sequence packets
2016-01-20 2:47 UTC (2+ messages)
[PATCH] vhost: fix leak of fds and mmaps
2016-01-19 18:13 UTC (4+ messages)
` [PATCH v2 1/1] "
[RFC 0/3] Use common Linux tools to control DPDK ports
2016-01-19 11:29 UTC (7+ messages)
Proposal for a big eal / ethdev cleanup
2016-01-19 10:59 UTC (4+ messages)
[PATCH] mk: Fix examples install
2016-01-19 8:18 UTC (2+ messages)
[PATCH 0/2] cxgbe: Bug fixes for CXGBE PMD
2016-01-19 10:17 UTC (3+ messages)
` [PATCH 1/2] cxgbe: fix segfault due to incorrect size allocated for rss table
` [PATCH 2/2] cxgbe: fix setting wrong device mtu
A Question on MEMNIC/PMD on DPDK
2016-01-19 9:01 UTC
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).