DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v10 00/13] Interrupt mode PMD
 2015-06-08  5:29 UTC  (22+ messages)
` [dpdk-dev] [PATCH v11 "
  ` [dpdk-dev] [PATCH v11 01/13] eal/linux: add interrupt vectors support in intr_handle
  ` [dpdk-dev] [PATCH v11 02/13] eal/linux: add rte_epoll_wait/ctl support
  ` [dpdk-dev] [PATCH v11 03/13] eal/linux: add API to set rx interrupt event monitor
  ` [dpdk-dev] [PATCH v11 04/13] eal/linux: fix comments typo on vfio msi
  ` [dpdk-dev] [PATCH v11 05/13] eal/linux: add interrupt vectors handling on VFIO
  ` [dpdk-dev] [PATCH v11 06/13] eal/linux: standalone intr event fd create support
  ` [dpdk-dev] [PATCH v11 07/13] eal/linux: fix lsc read error in uio_pci_generic
  ` [dpdk-dev] [PATCH v11 08/13] eal/bsd: dummy for new intr definition
  ` [dpdk-dev] [PATCH v11 09/13] ethdev: add rx intr enable, disable and ctl functions
  ` [dpdk-dev] [PATCH v11 10/13] ixgbe: enable rx queue interrupts for both PF and VF
  ` [dpdk-dev] [PATCH v11 11/13] igb: enable rx queue interrupts for PF
  ` [dpdk-dev] [PATCH v11 12/13] l3fwd-power: enable one-shot rx interrupt and polling/interrupt mode switch
  ` [dpdk-dev] [PATCH v11 13/13] abi: fix v2.1 abi broken issue
  ` [dpdk-dev] [PATCH v12 00/14] Interrupt mode PMD
    ` [dpdk-dev] [PATCH v12 01/14] eal/linux: add interrupt vectors support in intr_handle
    ` [dpdk-dev] [PATCH v12 03/14] eal/linux: add API to set rx interrupt event monitor
    ` [dpdk-dev] [PATCH v12 04/14] eal/linux: fix comments typo on vfio msi
    ` [dpdk-dev] [PATCH v12 05/14] eal/linux: add interrupt vectors handling on VFIO
    ` [dpdk-dev] [PATCH v12 07/14] eal/linux: fix lsc read error in uio_pci_generic

[dpdk-dev] [PATCH v5 0/4] Fix vhost enqueue/dequeue issue
 2015-06-08  3:18 UTC  (6+ messages)
` [dpdk-dev] [PATCH v6 "
  ` [dpdk-dev] [PATCH v6 1/4] lib_vhost: Fix enqueue/dequeue can't handle chained vring descriptors
  ` [dpdk-dev] [PATCH v6 2/4] lib_vhost: Refine code style
  ` [dpdk-dev] [PATCH v6 3/4] lib_vhost: Extract function
  ` [dpdk-dev] [PATCH v6 4/4] lib_vhost: Remove unnecessary vring descriptor length updating

[dpdk-dev] [PATCH v3 00/10] Add a VXLAN sample
 2015-06-08  3:01 UTC  (11+ messages)
` [dpdk-dev] [PATCH v3 01/10] examples/tep_termination:initialize the "
` [dpdk-dev] [PATCH v3 02/10] examples/tep_termination:define the basic VXLAN port information
` [dpdk-dev] [PATCH v3 03/10] examples/tep_termination:add the pluggable structures for VXLAN packet processing
` [dpdk-dev] [PATCH v3 04/10] examples/tep_termination:implement "
` [dpdk-dev] [PATCH v3 05/10] examples/tep_termination:add UDP port configuration for UDP tunneling packet
` [dpdk-dev] [PATCH v3 06/10] examples/tep_termination:add tunnel filter type configuration
` [dpdk-dev] [PATCH v3 07/10] examples/tep_termination:add Tx checksum offload configuration for inner header
` [dpdk-dev] [PATCH v3 08/10] examples/tep_termination:add TSO offload configuration
` [dpdk-dev] [PATCH v3 09/10] examples/tep_termination:add bad Rx checksum statistics of inner IP and L4
` [dpdk-dev] [PATCH v3 10/10] examples/tep_termination:add the configuration for encapsulation and the decapsulation

[dpdk-dev] [PATCH v2 0/4] Enable DCB in SRIOV mode for ixgbe driver
 2015-06-08  3:00 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 0/7] "

[dpdk-dev] [PATCH 0/6] fm10k: A series of bug fixes
 2015-06-08  2:39 UTC  (2+ messages)

[dpdk-dev] Intel X552/557 is not working
 2015-06-08  2:32 UTC  (2+ messages)

[dpdk-dev] Is vhost vring_avail size tunable?
 2015-06-08  1:56 UTC  (2+ messages)

[dpdk-dev] l2fwd consumes 100% cpu
 2015-06-08  1:05 UTC 

[dpdk-dev] [PATCH] fm10k: fix PF/VF MAC address register and clean up bug
 2015-06-08  0:59 UTC  (3+ messages)

[dpdk-dev] VLAN filter functionality in VMXNET3
 2015-06-07 16:28 UTC 

[dpdk-dev] [PATCH] vpmd: rss hash ol_flag for unified packet type
 2015-06-07  8:12 UTC 

[dpdk-dev] [PATCH] eal:Fix log messages always being printed from rte_eal_cpu_init
 2015-06-07  0:04 UTC  (2+ messages)
` [dpdk-dev] [PATCH] log:Change magic number on RTE_LOG_LEVEL to a define

[dpdk-dev] 4 Traffic classes per Pipe limitation
 2015-06-06 23:39 UTC  (5+ messages)

[dpdk-dev] [RFC PATCH 0/2] dynamic memzones
 2015-06-06 10:32 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 0/7] dynamic memzone
  ` [dpdk-dev] [PATCH v2 1/7] eal: move librte_malloc to eal/common
  ` [dpdk-dev] [PATCH v2 2/7] eal: memzone allocated by malloc
  ` [dpdk-dev] [PATCH v2 3/7] app/test: update malloc/memzone unit tests
  ` [dpdk-dev] [PATCH v2 4/7] config: remove CONFIG_RTE_MALLOC_MEMZONE_SIZE
  ` [dpdk-dev] [PATCH v2 5/7] eal: remove setup of free_memseg in ivshmem
  ` [dpdk-dev] [PATCH v2 6/7] eal: new rte_memzone_free
  ` [dpdk-dev] [PATCH v2 7/7] app/test: update unit test with rte_memzone_free

[dpdk-dev] [PATCH 00/16] mlx4: MOFED 3.0 support, bugfixes and enhancements
 2015-06-05 23:15 UTC  (17+ messages)
` [dpdk-dev] [PATCH 01/16] mlx4: add MOFED 3.0 compatibility to interfaces names retrieval
` [dpdk-dev] [PATCH 02/16] mlx4: use experimental verbs for polling and completions
` [dpdk-dev] [PATCH 03/16] mlx4: make sure experimental device query function is implemented
` [dpdk-dev] [PATCH 04/16] mlx4: add L3 and L4 RX checksum offload support
` [dpdk-dev] [PATCH 05/16] mlx4: add L2 tunnel (VXLAN) "
` [dpdk-dev] [PATCH 06/16] mlx4: use faster CQ polling function
` [dpdk-dev] [PATCH 07/16] mlx4: update optimized steering warning message
` [dpdk-dev] [PATCH 08/16] mlx4: avoid looking up WR ID to improve RX performance
` [dpdk-dev] [PATCH 09/16] mlx4: merge RX queue setup functions
` [dpdk-dev] [PATCH 10/16] mlx4: allow applications to use fork() safely
` [dpdk-dev] [PATCH 11/16] mlx4: improve accuracy of link status information
` [dpdk-dev] [PATCH 12/16] mlx4: add support for upstream flow steering API
` [dpdk-dev] [PATCH 13/16] mlx4: fix error message for invalid number of descriptors
` [dpdk-dev] [PATCH 14/16] mlx4: remove provision for flow creation failure in DMFS A0 mode
` [dpdk-dev] [PATCH 15/16] mlx4: fix support for multiple VLAN filters
` [dpdk-dev] [PATCH 16/16] mlx4: query netdevice to get initial MAC address

[dpdk-dev] [PATCH 0/4] expose ixgbe extended stats to dpdk apps
 2015-06-05 21:08 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/4] ixgbe: expose extended error statistics
` [dpdk-dev] [PATCH 2/4] ethdev: expose extended error stats
` [dpdk-dev] [PATCH 3/4] testpmd: extend testpmd to show all extended stats
` [dpdk-dev] [PATCH 4/4] app: replace dump_cfg with proc_info

[dpdk-dev] [PATCH 0/2] User-space Ethtool
 2015-06-05 21:03 UTC  (16+ messages)
` [dpdk-dev] [PATCH 2/2] ethtool: add new library to provide ethtool-alike APIs

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro
 2015-06-05 20:45 UTC  (2+ messages)

[dpdk-dev] ACL-Dynamic Adding or Deleting rules
 2015-06-05 17:30 UTC  (2+ messages)

[dpdk-dev] Running testpmd over KNI
 2015-06-05 17:20 UTC  (3+ messages)

[dpdk-dev] More KNI performance
 2015-06-05 17:00 UTC  (2+ messages)

[dpdk-dev] [PATCH] lib: fix RTE_MBUF_METADATA macros
 2015-06-05 15:31 UTC  (2+ messages)

[dpdk-dev] KNI performance
 2015-06-05 15:24 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/4] ethdev: add support for ieee1588 timestamping
 2015-06-05 15:19 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] "
` [dpdk-dev] [PATCH 2/4] e1000: "
` [dpdk-dev] [PATCH 3/4] ixgbe: "
` [dpdk-dev] [PATCH 4/4] app/testpmd: refactor ieee1588 forwarding

[dpdk-dev] add support for HTM lock elision for x86
 2015-06-05 15:12 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/6] Cuckoo hash
 2015-06-05 14:33 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] eal: add const in prefetch functions
` [dpdk-dev] [PATCH 2/6] hash: replace existing hash library with cuckoo hash implementation
` [dpdk-dev] [PATCH 3/6] hash: add new lookup_bulk_with_hash function
` [dpdk-dev] [PATCH 4/6] hash: add new functions rte_hash_rehash and rte_hash_reset
` [dpdk-dev] [PATCH 5/6] hash: add new functionality to store data in hash table
` [dpdk-dev] [PATCH 6/6] MAINTAINERS: claim responsability for hash library

[dpdk-dev] The use of --log-level and its default state
 2015-06-05 14:17 UTC  (5+ messages)

[dpdk-dev] [PATCH] mk: remove "u" modifier from "ar" command
 2015-06-05 11:05 UTC 

[dpdk-dev] [PATCH v3] pipeline: add statistics for librte_pipeline
 2015-06-05 10:30 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/6] query hash key size in byte
 2015-06-05 10:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/6] ethdev: add an field for querying hash key size

[dpdk-dev] 答复: Poor Virtio PMD TX Performance
 2015-06-05 10:06 UTC 

[dpdk-dev] [PATCH] qos_sched: example modification to use librte_cfgfile
 2015-06-05  9:44 UTC  (2+ messages)

[dpdk-dev] Poor Virtio PMD TX Performance
 2015-06-05  9:23 UTC 

[dpdk-dev] Mac ageing functionality
 2015-06-05  9:12 UTC  (2+ messages)

[dpdk-dev] [PATCH] mbuf: optimize first reference increment in rte_pktmbuf_attach
 2015-06-05  9:07 UTC  (3+ messages)

[dpdk-dev] [PATCH] vhost: provide vhost API to unregister vhost unix domain socket
 2015-06-05  9:04 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH 0/3] fm10k: Add promiscuous mode support
 2015-06-05  9:02 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] "
` [dpdk-dev] [PATCH 2/3] fm10k: remove mbuf size sanity check
` [dpdk-dev] [PATCH 3/3] fm10k: Fix improper max queue number for VF

[dpdk-dev] [PATCH v2 0/4] enable mirror functionality in i40e driver
 2015-06-05  8:16 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
  ` [dpdk-dev] [PATCH v3 2/4] ethdev: redefine the mirror type
  ` [dpdk-dev] [PATCH v3 3/4] i40e: enable mirror functionality in i40e driver
  ` [dpdk-dev] [PATCH v3 4/4] doc: modify the command about mirror in testpmd guide

[dpdk-dev] [PATCH v1] abi: announce abi changes plan for interrupt mode
 2015-06-05  7:40 UTC 

[dpdk-dev] [RFC PATCH] eal:Add new API for parsing args at rte_eal_init time
 2015-06-05  6:01 UTC  (7+ messages)

[dpdk-dev] [PATCH 00/26] update ixgbe base driver
 2015-06-05  5:21 UTC  (27+ messages)
` [dpdk-dev] [PATCH 01/26] ixgbe/base: update copyright and readme
` [dpdk-dev] [PATCH 02/26] ixgbe/base: fix code comment, double from
` [dpdk-dev] [PATCH 03/26] ixgbe/base: fix typo error in code comment
` [dpdk-dev] [PATCH 04/26] ixgbe/base: check return value after calling
` [dpdk-dev] [PATCH 05/26] ixgbe/base: allow tunneled UDP and TCP frames to reach their destination
` [dpdk-dev] [PATCH 06/26] ixgbe/base: erase ixgbe_get_hi_status
` [dpdk-dev] [PATCH 07/26] ixgbe/base: provide unlocked I2C methods
` [dpdk-dev] [PATCH 08/26] ixgbe/base: reduce I2C retry count on X550 devices
` [dpdk-dev] [PATCH 09/26] ixgbe/base: issue firmware command when coming up
` [dpdk-dev] [PATCH 10/26] ixgbe/base: add logic to reset CS4227 when needed
` [dpdk-dev] [PATCH 11/26] ixgbe/base: restore ESDP settings after MAC reset
` [dpdk-dev] [PATCH 12/26] ixgbe/base: disable FEC(Forward Error Correction) to save power
` [dpdk-dev] [PATCH 13/26] ixgbe/base: set lan_id for non-PCIe devices
` [dpdk-dev] [PATCH 14/26] ixgbe/base: add SFP+ dual-speed support
` [dpdk-dev] [PATCH 15/26] ixgbe/base: add SW based LPLU support
` [dpdk-dev] [PATCH 16/26] ixgbe/base: fix flow control for KR backplane
` [dpdk-dev] [PATCH 17/26] ixgbe/base: new simplified x550em init flow
` [dpdk-dev] [PATCH 18/26] ixgbe/base: move I2C MUX function from ixgbe_x540.c to ixgbe_x550.c
` [dpdk-dev] [PATCH 19/26] ixgbe/base: change return value for ixgbe_setup_internal_phy_t_x550em
` [dpdk-dev] [PATCH 20/26] ixgbe/base: ixgbe_setup_internal_phy_x550em function clean-up
` [dpdk-dev] [PATCH 21/26] ixgbe/base: add x550em Auto neg Flow Control support
` [dpdk-dev] [PATCH 22/26] ixgbe/base: add x550em PHY interrupt and forced 1G/10G support
` [dpdk-dev] [PATCH 23/26] ixgbe/base: add link check support for x550em PHY
` [dpdk-dev] [PATCH 24/26] ixgbe/base: set lan_id before first I2C access
` [dpdk-dev] [PATCH 25/26] ixgbe/base: added x550em PHY reset function
` [dpdk-dev] [PATCH 26/26] ixgbe/base: block EEE(Energy Efficient Ethernet) setup on the interfaces that don't support EEE

[dpdk-dev] [PATCH v2] vhost: provide vhost API to unregister vhost unix domain socket
 2015-06-05  3:27 UTC  (3+ messages)

[dpdk-dev] [PATCH] fm10k: support XEN domain0
 2015-06-05  3:17 UTC  (2+ messages)

[dpdk-dev] [PATCH RFC 0/2] vhost: numa aware allocation of virtio_net device and vhost virt queue
 2015-06-05  3:13 UTC  (4+ messages)
` [dpdk-dev] [PATCH "
  ` [dpdk-dev] [PATCH 1/2] vhost: malloc -> rte_malloc for virtio_net and virt queue allocation
  ` [dpdk-dev] [PATCH 2/2] vhost: realloc virtio_net and virtqueue to the same node of vring desc table

[dpdk-dev] [PATCH 0/9] whitespace cleanups
 2015-06-05  3:00 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/9] kni: fix whitespace
` [dpdk-dev] [PATCH 9/9] drivers: "

[dpdk-dev] rte_eal_alarm_set() is affected by discontinuous jumps in the system time
 2015-06-05  2:48 UTC  (7+ messages)

[dpdk-dev] [PATCH] rte_alarm: modify it to make it not to be affected by discontinuous jumps in the system time
 2015-06-05  2:46 UTC 

[dpdk-dev] [PATCH v4 0/5] rte_sched: cleanup and API enhancements
 2015-06-04 17:48 UTC  (3+ messages)
` [dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing

[dpdk-dev] [PATCH 00/11] ip_pipeline: ip_pipeline application enhancements
 2015-06-04 17:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH 01/11] ip_pipeline: add parsing for config files with new syntax

[dpdk-dev] mempool with custom alignment
 2015-06-04 17:28 UTC  (3+ messages)

[dpdk-dev] [RFC PATCH V2 1/4] i40e: changes to support PCI Port Hotplug
 2015-06-04 16:26 UTC  (4+ messages)
` [dpdk-dev] [RFC PATCH V2 2/4] i40e: release vmdq vsi's in dev_close
` [dpdk-dev] [RFC PATCH V2 3/4] i40e: increase ASQ_DELAY_MS to 100 in i40evf_wait_cmd_done()
` [dpdk-dev] [RFC PATCH V2 4/4] i40e: call _clear_cmd() when error occurs

[dpdk-dev] [PATCH 1/3] kni: minor opto
 2015-06-04 15:05 UTC  (5+ messages)

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).