[dpdk-dev] [PATCH v2 00/11] Port XStats
2015-09-30 9:40 UTC (9+ 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] 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 1/2] virtio: initialize iopl when device is initialized
2015-09-30 8:28 UTC (6+ 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] [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] Is there any example application to used DPDK packet distributor library?
2015-09-30 7:04 UTC (2+ messages)
[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 v3 0/8] Dynamic RSS Configuration for Bonding
2015-09-30 1:24 UTC (21+ 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] 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] Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance
2015-09-29 21:49 UTC (6+ messages)
[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 00/20] remove pci driver from vdevs
2015-09-29 19:08 UTC (26+ messages)
` [dpdk-dev] [PATCH 01/20] librte_eal: add RTE_KDRV_NONE for vdevs
` [dpdk-dev] [PATCH 02/20] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data
` [dpdk-dev] [PATCH 03/20] librte_ether: add function rte_eth_copy_dev_info()
` [dpdk-dev] [PATCH 04/20] null: remove pci device driver
` [dpdk-dev] [PATCH 05/20] ring: "
` [dpdk-dev] [PATCH 06/20] bonding: "
` [dpdk-dev] [PATCH 07/20] pcap: "
` [dpdk-dev] [PATCH 08/20] af_packet: "
` [dpdk-dev] [PATCH 09/20] xenvirt: "
` [dpdk-dev] [PATCH 10/20] mpipe: "
` [dpdk-dev] [PATCH 11/20] ixgbe: copy pci device info to eth_dev data
` [dpdk-dev] [PATCH 12/20] e1000: "
` [dpdk-dev] [PATCH 13/20] i40e: "
` [dpdk-dev] [PATCH 14/20] fm10k: "
` [dpdk-dev] [PATCH 15/20] bnx2x: "
` [dpdk-dev] [PATCH 16/20] cxgbe: "
` [dpdk-dev] [PATCH 17/20] enic: "
` [dpdk-dev] [PATCH 18/20] mlx4: "
` [dpdk-dev] [PATCH 19/20] virtio: "
` [dpdk-dev] [PATCH 20/20] vmxnet3: "
[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 0/3] Support for flow director behavior "other" on Intel FVL NIC
2015-09-29 14:53 UTC (7+ 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 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] [PATCH 00/14] Vector Rx/Tx PMD implementation for fm10k
2015-09-29 14:22 UTC (17+ 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] 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 (12+ 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 2/8] mk: Add rule for installing app files
` [dpdk-dev] [PATCH v2 3/8] mk: Add rule for installing libraries
` [dpdk-dev] [PATCH v2 4/8] mk: Add rule for installing modules
` [dpdk-dev] [PATCH v2 5/8] mk: Add rule for installing documentation
` [dpdk-dev] [PATCH v2 6/8] mk: Add rule for installing nic bind files
` [dpdk-dev] [PATCH v2 7/8] mk: Add rule for installing sdk files
` [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
[dpdk-dev] Need your thoughts on DPDK hash table / DPDK lookup/insert API's
2015-09-28 20:46 UTC (2+ messages)
[dpdk-dev] DPDK.org Community Call - Sept 24 - Discuss Growth, Improvements
2015-09-28 20:44 UTC (2+ messages)
[dpdk-dev] [PATCH 0/8] librte_table: add key_mask parameter to 8-byte key
2015-09-28 20:07 UTC (2+ messages)
[dpdk-dev] [PATCH] eal: fix C++ build (struct member: virtual)
2015-09-28 20:04 UTC (2+ messages)
[dpdk-dev] [PATCH] doc: fix rst issues in testpmd user guide
2015-09-28 19:45 UTC
[dpdk-dev] [PATCH] Fix VMware emulated e1000 doesn't support INTX_DISABLE flag
2015-09-28 11:33 UTC (4+ messages)
[dpdk-dev] [PATCH] hash: fix incorrect lookup if key is all zero
2015-09-28 10:29 UTC (3+ messages)
` [dpdk-dev] [PATCH v2] "
[dpdk-dev] [PATCH 0/4] ethdev: Add checks for function support in driver
2015-09-28 10:23 UTC (3+ messages)
` [dpdk-dev] [PATCH v2 0/4] ethdev: minor cleanup
[dpdk-dev] [PATCH] ixgbe: prefetch cacheline after pointer becomes valid
2015-09-28 9:53 UTC (3+ messages)
` [dpdk-dev] [PATCH v2] "
[dpdk-dev] [PATCH 0/4] RSS enhancement on Intel x550 NIC
2015-09-28 7:52 UTC (5+ messages)
` [dpdk-dev] [PATCH 1/4] ixgbe: 512 entries RSS table on x550
` [dpdk-dev] [PATCH 2/4] ixgbe: VF RSS config "
` [dpdk-dev] [PATCH 3/4] ixgbe: VF RSS hash query and update
` [dpdk-dev] [PATCH 4/4] ixgbe: VF RSS reta "
[dpdk-dev] [PATCH 1/3] vhost: Fix return value of GET_VRING_BASE message
2015-09-28 6:38 UTC (3+ messages)
[dpdk-dev] GPL/LGPL .vs BSD license
2015-09-28 5:31 UTC (2+ 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).