DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 1/2] virtio: initialize iopl when device is initialized
 2015-09-30 14:52 UTC  (7+ messages)
` [dpdk-dev] [PATCH 0/2] fix virtio interrupt handling
  ` [dpdk-dev] [PATCH 2/2] virtio: change io privilege level as early as possible

[dpdk-dev] Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance
 2015-09-30 14:39 UTC  (16+ messages)

[dpdk-dev] [PATCH v1 0/5] examples: add performance thread example
 2015-09-30 14:29 UTC  (6+ messages)
` [dpdk-dev] [PATCH v1 1/5] doc: add performance-thread sample application guide
` [dpdk-dev] [PATCH v1 2/5] examples: add cooperative scheduler subsytem for performance-thread app
` [dpdk-dev] [PATCH v1 3/5] examples: add l3fwd-thread in performance-thread sample app
` [dpdk-dev] [PATCH v1 4/5] examples: add pthread-shim "
` [dpdk-dev] [PATCH v1 5/5] config: add build files for performance-thread

[dpdk-dev] [PATCH v3 0/8] Dynamic RSS Configuration for Bonding
 2015-09-30 14:05 UTC  (31+ messages)
` [dpdk-dev] [PATCHv4 0/9] "
  ` [dpdk-dev] [PATCHv4 2/9] null: fix segfault when null_pmd added to bonding
  ` [dpdk-dev] [PATCHv4 3/9] null: extend number of virtual queues
  ` [dpdk-dev] [PATCHv4 4/9] null: virtual dynamic rss configuration
  ` [dpdk-dev] [PATCHv4 5/9] null: export eth_dev_null_create
  ` [dpdk-dev] [PATCH v5 0/9] Dynamic RSS Configuration for Bonding
    ` [dpdk-dev] [PATCH v5 1/9] bonding: rss dynamic configuration
    ` [dpdk-dev] [PATCH v5 2/9] null: fix segfault when null_pmd added to bonding
    ` [dpdk-dev] [PATCH v5 3/9] null: extend number of virtual queues
    ` [dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss configuration
    ` [dpdk-dev] [PATCH v5 5/9] null: export eth_dev_null_create
    ` [dpdk-dev] [PATCH v5 6/9] test: dynamic rss configuration
    ` [dpdk-dev] [PATCH v5 7/9] bonding: per queue stats
    ` [dpdk-dev] [PATCH v5 8/9] doc: fixed spellings and typos
    ` [dpdk-dev] [PATCH v5 9/9] doc: dynamic rss configuration for bonding

[dpdk-dev] [PATCH 0/3] Support for flow director behavior "other" on Intel FVL NIC
 2015-09-30 13:43 UTC  (11+ messages)
` [dpdk-dev] [PATCH 1/3] librte_ether: add RTE_ETH_FDIR_OTHER for flow director behavior
` [dpdk-dev] [PATCH 2/3] i40e: add RTE_ETH_FDIR_OTHER processing "
` [dpdk-dev] [PATCH 3/3] ixgbe: add check for supported flow director behaviors
` [dpdk-dev] [PATCH v2 0/3] Support for flow director behavior "passthru" on Intel FVL NIC
  ` [dpdk-dev] [PATCH v2 1/3] librte_ether: add RTE_ETH_FDIR_PASSTHRU for flow director behavior
  ` [dpdk-dev] [PATCH v2 2/3] i40e: add RTE_ETH_FDIR_PASSTHRU processing "
  ` [dpdk-dev] [PATCH v2 3/3] ixgbe: add check for supported flow director behaviors

[dpdk-dev] [PATCH 00/14] Vector Rx/Tx PMD implementation for fm10k
 2015-09-30 13:23 UTC  (19+ messages)
` [dpdk-dev] [PATCH 01/14] fm10k: add new vPMD file
` [dpdk-dev] [PATCH 02/14] fm10k: add vPMD pre-condition check for each RX queue
` [dpdk-dev] [PATCH 03/14] fm10k: Add a new func to initialize all parameters
` [dpdk-dev] [PATCH 04/14] fm10k: add func to re-allocate mbuf for RX ring
` [dpdk-dev] [PATCH 05/14] fm10k: add 2 functions to parse pkt_type and offload flag
` [dpdk-dev] [PATCH 06/14] fm10k: add Vector RX function
` [dpdk-dev] [PATCH 07/14] fm10k: add func to do Vector RX condition check
` [dpdk-dev] [PATCH 08/14] fm10k: add Vector RX scatter function
` [dpdk-dev] [PATCH 09/14] fm10k: add function to decide best RX function
` [dpdk-dev] [PATCH 10/14] fm10k: add func to release mbuf in case Vector RX applied
` [dpdk-dev] [PATCH 11/14] fm10k: add Vector TX function
` [dpdk-dev] [PATCH 12/14] fm10k: use func pointer to reset TX queue and mbuf release
` [dpdk-dev] [PATCH 13/14] fm10k: introduce 2 funcs "
` [dpdk-dev] [PATCH 14/14] fm10k: Add function to decide best TX func

[dpdk-dev] [PATCH 00/20] remove pci driver from vdevs
 2015-09-30 13:23 UTC  (14+ messages)
  ` [dpdk-dev] [PATCH 02/20] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data
  ` [dpdk-dev] [PATCH 15/20] bnx2x: copy pci device info to eth_dev data
  ` [dpdk-dev] [PATCH 16/20] cxgbe: "

[dpdk-dev] [PATCH 0/4] eth_ring: perf test and usability improvements
 2015-09-30 12:12 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] ring: enhance rte_eth_from_rings
` [dpdk-dev] [PATCH 2/4] rte_ring: store memzone pointer inside ring
` [dpdk-dev] [PATCH 3/4] ring: add rte_eth_from_ring function
` [dpdk-dev] [PATCH 4/4] test: Add perf test for ring pmd

[dpdk-dev] Is there any example application to used DPDK packet distributor library?
 2015-09-30 12:03 UTC  (5+ messages)

[dpdk-dev] [PATCH v2 00/11] Port XStats
 2015-09-30  9:40 UTC  (12+ messages)
` [dpdk-dev] [PATCH v2 01/11] doc: add extended statistics notes
` [dpdk-dev] [PATCH v2 02/11] doc: add extended statistics to prog_guide
` [dpdk-dev] [PATCH v2 03/11] ethdev: update xstats_get() strings and Q handling
` [dpdk-dev] [PATCH v2 04/11] virtio: add xstats() implementation
` [dpdk-dev] [PATCH v2 05/11] igb: "
` [dpdk-dev] [PATCH v2 06/11] igbvf: "
` [dpdk-dev] [PATCH v2 07/11] ixgbe: update statistic strings to scheme
` [dpdk-dev] [PATCH v2 08/11] ixgbevf: add xstats() functions to VF
` [dpdk-dev] [PATCH v2 09/11] i40e: add xstats() implementation
` [dpdk-dev] [PATCH v2 10/11] i40evf: "
` [dpdk-dev] [PATCH v2 11/11] fm10k: "

[dpdk-dev] [PATCH] i40e: fix for default flexible payload registers settings
 2015-09-30  9:16 UTC 

[dpdk-dev] [RFC PATCH v1] rte: LCore heartbeat example
 2015-09-30  9:04 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/3] Keepalive monitoring & reporting
  ` [dpdk-dev] [PATCH v2 1/3] rte: add keep alive functionality
  ` [dpdk-dev] [PATCH v2 2/3] l2fwd: keep alive sample application
  ` [dpdk-dev] [PATCH v2 3/3] docs: add keep alive sample app guide

[dpdk-dev] [PATCH] ethdev: remove the imissed deprecation tag
 2015-09-30  8:20 UTC 

[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support
 2015-09-30  8:14 UTC  (9+ messages)
` [dpdk-dev] [PATCH 1/6] xen: allow determining DOM0 at runtime
` [dpdk-dev] [PATCH 2/6] ethdev: add common function for reserving DMA regions
` [dpdk-dev] [PATCH 3/6] e1000: use rte_eth_dma_zone_reserve
` [dpdk-dev] [PATCH 4/6] ixgbe: "
` [dpdk-dev] [PATCH 5/6] i40e: "
` [dpdk-dev] [PATCH 6/6] fm10k: "

[dpdk-dev] [PATCH 0/3] fm10k: add VMDQ support
 2015-09-30  7:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] fm10k: add multi-queue checking
` [dpdk-dev] [PATCH 2/3] fm10k: add VMDQ support in MAC/VLAN filter
` [dpdk-dev] [PATCH 3/3] fm10k: add VMDQ support in multi-queue configure

[dpdk-dev] FW: Performance issue when running DPDK on Fedora
 2015-09-30  6:40 UTC 

[dpdk-dev] [PATCH v1 1/2] l2fwd: Fix coding standard errors
 2015-09-30  6:18 UTC  (2+ messages)
` [dpdk-dev] [PATCH v1 2/2] User-space ethtool sample application

[dpdk-dev] [PATCH] e1000: enable igb TSO support
 2015-09-30  1:02 UTC 

[dpdk-dev] [PATCH v5 1/5] vhost: eventfd_link: moving ioctl to a function
 2015-09-29 23:29 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler

[dpdk-dev] Unlinking hugepage backing file after initialiation
 2015-09-29 21:35 UTC  (10+ messages)

[dpdk-dev] [PATCH] vhost: vhost injects interrupts to guest for each packet
 2015-09-29 19:21 UTC  (4+ messages)

[dpdk-dev] [PATCH] enic: Remove #ident at the beginning of the files
 2015-09-29 19:12 UTC  (2+ messages)

[dpdk-dev] [PATCH] ethdev: remove old flow director APIs
 2015-09-29 16:49 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/8] virtio: virtio ring layout optimization and RX vector processing
 2015-09-29 16:15 UTC  (11+ messages)
` [dpdk-dev] [PATCH 1/8] virtio: add configure for simple virtio rx/tx
` [dpdk-dev] [PATCH 2/8] virtio: add virtio_rxtx.h header file
` [dpdk-dev] [PATCH 3/8] virtio: add software rx ring, fake_buf, simple_rxtx into virtqueue
` [dpdk-dev] [PATCH 4/8] virtio: rx/tx ring layout optimization
` [dpdk-dev] [PATCH 5/8] virtio: fill RX avail ring with blank mbufs
` [dpdk-dev] [PATCH 6/8] virtio: virtio vec rx
` [dpdk-dev] [PATCH 7/8] virtio: simple tx routine
` [dpdk-dev] [PATCH 8/8] virtio: rxtx_func_get

[dpdk-dev] "cannot use T= with gcov target" when doing "makefile clean" with DPDK-2.1.0
 2015-09-29 16:06 UTC  (3+ messages)

[dpdk-dev] [PATCH] Add error message when trying to use make option T= during build/clean
 2015-09-29 16:04 UTC 

[dpdk-dev] Performance issue when running DPDK on Fedora
 2015-09-29 15:50 UTC 

[dpdk-dev] [Patch 00/11] Port XStats
 2015-09-29 14:59 UTC 

[dpdk-dev] [PATCH 00/11] Port XStats
 2015-09-29 14:32 UTC  (12+ messages)
` [dpdk-dev] [PATCH 01/11] doc: add extended statistics notes
` [dpdk-dev] [PATCH 02/11] doc: add extended statistics to prog_guide
` [dpdk-dev] [PATCH 03/11] ethdev: update xstats_get() strings and Q handling
` [dpdk-dev] [PATCH 04/11] virtio: add xstats() implementation
` [dpdk-dev] [PATCH 05/11] igb: "
` [dpdk-dev] [PATCH 06/11] igbvf: "
` [dpdk-dev] [PATCH 07/11] ixgbe: update statistic strings to scheme
` [dpdk-dev] [PATCH 08/11] ixgbevf: add xstats() functions to VF
` [dpdk-dev] [PATCH 09/11] i40e: add xstats() implementation
` [dpdk-dev] [PATCH 10/11] i40evf: "
` [dpdk-dev] [PATCH 11/11] fm10k: "

[dpdk-dev] [PATCH 0/4] i40e: add vector PMD support for FVL
 2015-09-29 14:27 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/4] add vector PMD RX "
    ` [dpdk-dev] FW: "

[dpdk-dev] RFC - IPsec Sample App
 2015-09-29 12:18 UTC  (4+ messages)

[dpdk-dev] newbie dpdk linux interfaces clarification
 2015-09-29 11:12 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/dpdk_qat: Fix RX queue start number to the one just received the packets
 2015-09-29 11:07 UTC 

[dpdk-dev] [PATCH v1] Move rte_mbuf macros to common header file
 2015-09-29  9:55 UTC  (5+ messages)

[dpdk-dev] [PATCH] acl: fix target arch detection
 2015-09-29  9:42 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/7] Add hierarchical support to make install
 2015-09-29  9:28 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 0/8] Add instalation rules for dpdk files
  ` [dpdk-dev] [PATCH v2 1/8] mk: Add rule for installing headers
  ` [dpdk-dev] [PATCH v2 3/8] mk: Add rule for installing libraries
  ` [dpdk-dev] [PATCH v2 8/8] mk: Add rule for installing runtime files

[dpdk-dev] compilataion of dpdk 2.1.0 fails
 2015-09-29  7:01 UTC  (3+ messages)

[dpdk-dev] [PATCH] eal: fix C++ build (struct member: virtual)
 2015-09-29  6:53 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/6] Support new flow director modes on Intel x550 NIC
 2015-09-29  5:31 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/6] lib/librte_ether: modify the structures for fdir new modes
  ` [dpdk-dev] [PATCH v2 2/6] app/testpmd: initialize the new fields for fdir mask
  ` [dpdk-dev] [PATCH v2 3/6] app/testpmd: new fdir modes for testpmd parameter
  ` [dpdk-dev] [PATCH v2 4/6] app/testpmd: modify the output of the CLI show port fdir
  ` [dpdk-dev] [PATCH v2 5/6] app/testpmd: modify and add fdir filter and mask CLIs for new modes
  ` [dpdk-dev] [PATCH v2 6/6] ixgbe: implementation for fdir new modes' config

[dpdk-dev] [PATCH] doc: updated release notes for r2.1
 2015-09-29  4:44 UTC  (5+ messages)
      ` [dpdk-dev] Hotplug

[dpdk-dev] [PATCH v2] Send updated port_id in vdev_init functions
 2015-09-29  3:32 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2] Change rte_eal_vdev_init to update port_id

[dpdk-dev] [PATCH v3] Send updated port_id in vdev_init functions
 2015-09-29  3:32 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] Change rte_eal_vdev_init to update port_id

[dpdk-dev] [PATCH v3] doc: add performance test guide to the linux gsg
 2015-09-29  2:41 UTC  (3+ messages)

[dpdk-dev] Unlinking hugepage backing file after initialiation
 2015-09-29  0:24 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).