DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] Add DSO symbol versioning to supportbackwards compatibility
 2015-01-21 20:57 UTC  (27+ messages)
` [dpdk-dev] [PATCH v5 1/4] compat: Add infrastructure to support symbol versioning
  ` [dpdk-dev] [PATCH v5 4/4] docs: Add ABI documentation
` [dpdk-dev] [PATCH v6 1/4] compat: Add infrastructure to support symbol versioning
  ` [dpdk-dev] [PATCH v6 2/4] Provide initial versioning for all DPDK libraries
  ` [dpdk-dev] [PATCH v6 3/4] Add library version extenstion
  ` [dpdk-dev] [PATCH v6 4/4] docs: Add ABI documentation
` [dpdk-dev] [PATCH v7 01/26] version: 2.0.0-rc0

[dpdk-dev] [PATCH 0/4] DPDK memcpy optimization
 2015-01-21 20:54 UTC  (19+ messages)
` [dpdk-dev] [PATCH 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms

[dpdk-dev] DPDK Community Call, Monday 2nd February, 17:00 GMT
 2015-01-21 19:53 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 0/3] enhance TX checksum command and csum forwarding engine
 2015-01-21 19:44 UTC  (33+ messages)

[dpdk-dev] DPDK - TX from lcore in packet distributor configuration
 2015-01-21 19:25 UTC  (3+ messages)

[dpdk-dev] Packet drops during non-exhaustive flood with OVS and 1.8.0
 2015-01-21 17:02 UTC 

[dpdk-dev] [PATCH] Added missing extern 'C' decls in rte_ip_frag.h
 2015-01-21 17:00 UTC 

[dpdk-dev] Segmentation fault in ixgbe_rxtx_vec.c:444 with 1.8.0
 2015-01-21 13:49 UTC  (3+ messages)

[dpdk-dev] [PATCH] stats: remove useless memset's
 2015-01-21 13:08 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/5] new ntuple filter replaces 2tuple and 5tuple filters
 2015-01-21 12:18 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 00/11] Port Hotplug Framework
 2015-01-21 10:01 UTC  (26+ messages)
  ` [dpdk-dev] [PATCH v4 01/11] eal/pci, ethdev: Remove assumption that port will not be detached
      ` [dpdk-dev] FW: "
  ` [dpdk-dev] [PATCH v4 02/11] eal/pci: Consolidate pci address comparison APIs
  ` [dpdk-dev] [PATCH v4 03/11] ethdev: Add rte_eth_dev_free to free specified device
  ` [dpdk-dev] [PATCH v4 04/11] eal, ethdev: Add a function and function pointers to close ether device
  ` [dpdk-dev] [PATCH v4 05/11] ethdev: Add functions that will be used by port hotplug functions
  ` [dpdk-dev] [PATCH v4 06/11] eal/linux/pci: Add functions for unmapping igb_uio resources
  ` [dpdk-dev] [PATCH v4 07/11] eal/pci: Add a function to remove the entry of devargs list
  ` [dpdk-dev] [PATCH v4 08/11] eal/pci: Cleanup pci driver initialization code
  ` [dpdk-dev] [PATCH v4 09/11] ethdev: Add one dev_type paramerter to rte_eth_dev_allocate
  ` [dpdk-dev] [PATCH v4 10/11] eal/pci: Add rte_eal_dev_attach/detach() functions
  ` [dpdk-dev] [PATCH v4 11/11] eal: Enable port hotplug framework in Linux
` [dpdk-dev] [PATCH v4] librte_pmd_pcap: Add port hotplug support
` [dpdk-dev] [PATCH v4] testpmd: "

[dpdk-dev] [PATCH] doc: commands changed in testpmd_funcs for ethertype filter
 2015-01-21  9:51 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/6] Enable VF RSS for Niantic
 2015-01-21  8:44 UTC  (16+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v6 "
    ` [dpdk-dev] [PATCH v6 3/6] ixgbe: Get VF queue number
    ` [dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode
    ` [dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

[dpdk-dev] [PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD
 2015-01-21  5:03 UTC  (6+ messages)

[dpdk-dev] [PATCH] ixgbe: Fix an unnecessary check in vf rss
 2015-01-21  3:38 UTC 

[dpdk-dev] [PATCH v7 0/4] Support configuring hash functions
 2015-01-21  0:13 UTC  (5+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 3/4] i40e: support of controlling "

[dpdk-dev] [PATCH] vhost: Add -lfuse into the LDFLAGS list
 2015-01-20 22:24 UTC  (2+ messages)

[dpdk-dev] [PATCH] pcap: Fix ethernet device's name for pcap port
 2015-01-20 19:15 UTC 

[dpdk-dev] [PATCH] eal/common: Fix enabled core number with core list argument
 2015-01-20 18:54 UTC 

[dpdk-dev] [PATCH v3 00/18] ACL: New AVX2 classify method and several other enhancements
 2015-01-20 18:41 UTC  (19+ messages)
` [dpdk-dev] [PATCH v3 01/18] fix fix compilation issues with RTE_LIBRTE_ACL_STANDALONE=y
` [dpdk-dev] [PATCH v3 02/18] app/test: few small fixes fot test_acl.c
` [dpdk-dev] [PATCH v3 03/18] librte_acl: make data_indexes long enough to survive idle transitions
` [dpdk-dev] [PATCH v3 04/18] librte_acl: remove build phase heuristsic with negative performance effect
` [dpdk-dev] [PATCH v3 05/18] librte_acl: fix a bug at build phase that can cause matches beeing overwirtten
` [dpdk-dev] [PATCH v3 06/18] librte_acl: introduce DFA nodes compression (group64) for identical entries
` [dpdk-dev] [PATCH v3 07/18] librte_acl: build/gen phase - simplify the way match nodes are allocated
` [dpdk-dev] [PATCH v3 08/18] librte_acl: make scalar RT code to be more similar to vector one
` [dpdk-dev] [PATCH v3 09/18] librte_acl: a bit of RT code deduplication
` [dpdk-dev] [PATCH v3 10/18] EAL: introduce rte_ymm and relatives in rte_common_vect.h
` [dpdk-dev] [PATCH v3 11/18] librte_acl: add AVX2 as new rte_acl_classify() method
` [dpdk-dev] [PATCH v3 12/18] test-acl: add ability to manually select RT method
` [dpdk-dev] [PATCH v3 13/18] librte_acl: Remove search_sse_2 and relatives
` [dpdk-dev] [PATCH v3 14/18] libter_acl: move lo/hi dwords shuffle out from calc_addr
` [dpdk-dev] [PATCH v3 15/18] libte_acl: make calc_addr a define to deduplicate the code
` [dpdk-dev] [PATCH v3 16/18] libte_acl: introduce max_size into rte_acl_config
` [dpdk-dev] [PATCH v3 17/18] libte_acl: remove unused macros
` [dpdk-dev] [PATCH v3 18/18] libte_acl: add some comments about ACL internal layout

[dpdk-dev] DPDK - Linux communication
 2015-01-20 13:37 UTC 

[dpdk-dev] [PATCH v2 00/17] ACL: New AVX2 classify method and several other enhancements
 2015-01-20 12:26 UTC  (14+ messages)
` [dpdk-dev] [PATCH v2 11/17] librte_acl: add AVX2 as new rte_acl_classify() method
` [dpdk-dev] [PATCH v2 17/17] libte_acl: remove unused macros

[dpdk-dev] [PATCH 0/4] Integrate ethertype filter in igb/ixgbe driver to new API
 2015-01-20 10:14 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 3/4] testpmd: new commands for ethertype filter

[dpdk-dev] [RFC PATCH 0/5] Introduce low-latency one-shot rx interrupt into DPDK with polling/interrupt switch control example
 2015-01-20  9:54 UTC  (6+ messages)
` [dpdk-dev] [RFC PATCH 1/5] ethdev: add rx interrupt enable/disable functions
` [dpdk-dev] [RFC PATCH 2/5] ixgbe: enable rx queue interrupts
` [dpdk-dev] [RFC PATCH 3/5] eal: add per rx queue interrupt handling based on VFIO
` [dpdk-dev] [RFC PATCH 4/5] L3fwd-power: enable one-shot rx interrupt and polling/interrupt mode switch
` [dpdk-dev] [RFC PATCH 5/5] ixgbe: enable rx queue interrupts for VF

[dpdk-dev] [RFC 00/17] unified packet type
 2015-01-20  9:53 UTC  (9+ messages)
` [dpdk-dev] [RFC 01/17] mbuf: add definitions of unified packet types

[dpdk-dev] librte_power/rte_power.h causes link error
 2015-01-20  9:18 UTC  (3+ messages)
` [dpdk-dev] [PATCH] power: added missing extern keyword in rte_power.h

[dpdk-dev] [PATCH 0/2] Enable DCB in SRIOV mode for ixgbe driver
 2015-01-20  9:09 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 0/4] "
  ` [dpdk-dev] [PATCH v2 1/4] ethdev: Allow zero rx/tx queues in SRIOV mode
  ` [dpdk-dev] [PATCH v2 2/4] ethdev: prevent changing of nb_q_per_pool in rte_eth_dev_check_mq_mode()
  ` [dpdk-dev] [PATCH v2 3/4] pmd: add support for DCB in SRIOV mode for ixgbe driver
  ` [dpdk-dev] [PATCH v2 4/4] testpmd: fix dcb in vt mode

[dpdk-dev] [PATCH 1/3] librte_reorder: New reorder library
 2015-01-20  8:00 UTC  (2+ messages)

[dpdk-dev] [PATCH v3] librte_pmd_null: Add null PMD
 2015-01-20  3:00 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 1/2] "
  ` [dpdk-dev] [PATCH v4 2/2] librte_pmd_null: Support port hotplug function

[dpdk-dev] [PATCH v2] Fix rte_is_power_of_2
 2015-01-19 22:07 UTC  (10+ messages)

[dpdk-dev] [PATCH] lib/librte_ether: change socket_id passed to rte_memzone_reserve
 2015-01-19 18:38 UTC  (6+ messages)

[dpdk-dev] RSS Reta redirection not working on 82599 NIC(Niantic)
 2015-01-19 16:03 UTC 

[dpdk-dev] [PATCH] librte_pmd_ixgbe: Add queue start failure check
 2015-01-19 15:50 UTC  (2+ messages)

[dpdk-dev] Why nothing since 1.8.0?
 2015-01-19 13:30 UTC  (10+ messages)

[dpdk-dev] rte_eal_init() causes PANIC using latest DPDK code
 2015-01-19 13:00 UTC  (5+ messages)

[dpdk-dev] [PATCH 3/3] unit tests add mode 4 unit test
 2015-01-19 12:43 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/2] "
  ` [dpdk-dev] [PATCH v2 1/2] Unit tests - test.h rework
  ` [dpdk-dev] [PATCH v2 2/2] Unit tests for mode 4

[dpdk-dev] [PATCH 2/3] PMD ring MAC management, fix initialization, link up/down
 2015-01-19 11:56 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/3] "
  ` [dpdk-dev] [PATCH v2 1/3] PMD Ring - Add link up/down functions
  ` [dpdk-dev] [PATCH v2 2/3] PMD Ring - Add MAC addr add/remove functions
  ` [dpdk-dev] [PATCH v2 3/3] PMD Ring - Fix for MAC per device management

[dpdk-dev] Should the other queues at same port work when one queue is full ?
 2015-01-19 10:57 UTC  (2+ messages)

[dpdk-dev] more maintainers with sub-trees
 2015-01-19  9:54 UTC  (2+ 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).