dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-13 09:22:37 to 2015-02-16 10:18:02 UTC [more...]

[PULL REQUEST] fm10k: new polling mode driver for PF/VF
 2015-02-16 10:18 UTC 

[PATCH] mk: fix missing link of librte_vhost in shared, non-combined config
 2015-02-16 10:01 UTC  (8+ messages)

Query on portmask config
 2015-02-16 10:01 UTC  (2+ messages)

ACL lookup doesn't work for some schemes
 2015-02-16  9:56 UTC  (4+ messages)

[PATCH v2 00/11] qemu vhost-user support
 2015-02-16  8:19 UTC  (6+ messages)
` [PATCH v2 01/11] lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX VIRTIO_NET_F_CTRL_RX is dependant on VIRTIO_NET_F_CTRL_VQ. Observed that virtio-net driver in guest would crash with only CTRL_RX enabled
` [PATCH v2 11/11] lib/librte_vhost: support dynamically registering vhost server

[PATCH v1] doc: prog guide update for eal multi-pthread
 2015-02-16  7:34 UTC 

[PATCH v7 01/14] eal_pci: Add flag to hold kernel driver type
 2015-02-16  5:13 UTC  (19+ messages)
  ` [PATCH v8 00/14] Port Hotplug Framework
    ` [PATCH v8 01/14] eal_pci: Add flag to hold kernel driver type
    ` [PATCH v8 02/14] eal_pci: pci memory map work with "
    ` [PATCH v8 03/14] eal/pci, ethdev: Remove assumption that port will not be detached
    ` [PATCH v8 04/14] eal/pci: Consolidate pci address comparison APIs
    ` [PATCH v8 05/14] ethdev: Add rte_eth_dev_free to free specified device
    ` [PATCH v8 06/14] eal, ethdev: Add a function and function pointers to close ether device
    ` [PATCH v8 07/14] ethdev: Add functions that will be used by port hotplug functions
    ` [PATCH v8 08/14] eal/linux/pci: Add functions for unmapping igb_uio resources
    ` [PATCH v8 09/14] eal/pci: Add a function to remove the entry of devargs list
    ` [PATCH v8 10/14] eal/pci: Cleanup pci driver initialization code
    ` [PATCH v8 11/14] ethdev: Add one dev_type parameter to rte_eth_dev_allocate
    ` [PATCH v8 12/14] eal/pci: Add rte_eal_dev_attach/detach() functions
    ` [PATCH v8 13/14] eal: Enable port hotplug framework in Linux
    ` [PATCH v8 14/14] doc: Add port hotplug framework section to programmers guide
  ` [PATCH v8] librte_pmd_pcap: Add port hotplug support
  ` [PATCH v8] testpmd: "

[PATCH v7 1/2] librte_pmd_null: Add Null PMD
 2015-02-16  4:19 UTC  (3+ messages)
  ` [PATCH v8 "
    ` [PATCH v8 2/2] librte_pmd_null: Support port hotplug function

[PATCH v4 00/17] support multi-pthread per core
 2015-02-16  1:55 UTC  (50+ messages)
` [PATCH v5 00/19] "
  ` [PATCH v5 19/19] timer: add support to non-EAL thread
  ` [PATCH v6 00/19] support multi-pthread per core
    ` [PATCH v6 04/19] eal: fix wrong strnlen() return value in 32bit icc
    ` [PATCH v6 05/19] eal: add support parsing socket_id from cpuset
    ` [PATCH v6 06/19] eal: new TLS definition and API declaration
    ` [PATCH v6 12/19] malloc: fix the issue of SOCKET_ID_ANY
      ` [PATCH v7 00/19] support multi-pthread per core
          ` [PATCH v7 01/19] eal: add cpuset into per EAL thread lcore_config
          ` [PATCH v7 02/19] eal: fix PAGE_SIZE redefine complaint on freebsd
          ` [PATCH v7 03/19] eal: new eal option '--lcores' for cpu assignment
          ` [PATCH v7 04/19] eal: fix wrong strnlen() return value in 32bit icc
          ` [PATCH v7 05/19] eal: add public function parsing socket_id from cpuid
          ` [PATCH v7 06/19] eal: new TLS definition and API declaration
          ` [PATCH v7 07/19] eal: add eal_common_thread.c for common thread API
          ` [PATCH v7 08/19] eal: standardize init sequence between linux and bsd
          ` [PATCH v7 09/19] eal: add rte_gettid() to acquire unique system tid
          ` [PATCH v7 10/19] eal: apply affinity of EAL thread by assigned cpuset
          ` [PATCH v7 11/19] enic: fix re-define freebsd compile complain
          ` [PATCH v7 12/19] malloc: fix the issue of SOCKET_ID_ANY
          ` [PATCH v7 13/19] log: fix the gap to support non-EAL thread
          ` [PATCH v7 14/19] eal: set _lcore_id and _socket_id to (-1) by default
          ` [PATCH v7 15/19] eal: fix recursive spinlock in non-EAL thraed
          ` [PATCH v7 16/19] mempool: add support to non-EAL thread
          ` [PATCH v7 17/19] ring: "
          ` [PATCH v7 18/19] ring: add sched_yield to avoid spin forever
          ` [PATCH v7 19/19] timer: add support to non-EAL thread

[PATCH v1] ixgbe: fix link issue in loopback mode
 2015-02-15 16:10 UTC  (3+ messages)

[PATCH] testpmd: use default rx/tx port configuration values
 2015-02-15 15:59 UTC  (3+ messages)

[PATCH] testpmd: force user to stop forwarding when changing port/core list
 2015-02-15 15:57 UTC  (3+ messages)

[PATCH] testpmd: remove incorrect parameter limits in help command line
 2015-02-15 15:56 UTC  (3+ messages)

[PATCH] testpmd: remove duplicated parameter parsing
 2015-02-15 15:55 UTC  (3+ messages)

[PATCH v2] testpmd: fix port parsing in show port info command
 2015-02-15 15:46 UTC  (3+ messages)

[PATCH 1/5] xen: allow choosing dom0 support at runtime
 2015-02-15 15:24 UTC  (5+ messages)
  ` [PATCH 2/5] enic: fix device to work with Xen DOM0
  ` [PATCH 3/5] xen: add phys-addr command line argument
  ` [PATCH 4/5] xen: add uio driver
  ` [PATCH 5/5] xen: net-front poll mode driver

[PATCH 1/4] xen: allow choosing dom0 support at runtime
 2015-02-15 14:27 UTC  (2+ messages)

[PATCH v1] test: add ut for eal flags --lcores
 2015-02-15  8:32 UTC  (3+ messages)

[PULL REQUEST] i40e: Performance workaround for XL710, enable
 2015-02-15  7:41 UTC 

[PATCH 0/2] enable SRIOV switch in i40e driver
 2015-02-15  6:30 UTC  (3+ messages)

[PATCH] enic: silence log message
 2015-02-15  6:29 UTC  (6+ messages)

[PATCH v2 00/20] enhance tx checksum offload API
 2015-02-15  6:22 UTC  (18+ messages)
` [PATCH v3 "
    ` [PATCH v3 06/20] testpmd: replace tx_checksum command by csum
    ` [PATCH v3 07/20] testpmd: move csum_show in a function
    ` [PATCH v3 08/20] testpmd: add csum parse_tunnel command
    ` [PATCH v3 09/20] testpmd: rename vxlan in outer_ip in csum commands
    ` [PATCH v3 10/20] testpmd: introduce parse_ipv* in csum fwd engine
    ` [PATCH v3 11/20] testpmd: use a structure to store offload info "
    ` [PATCH v3 12/20] testpmd: introduce parse_vxlan "
    ` [PATCH v3 13/20] testpmd: support gre tunnels "
    ` [PATCH v3 14/20] testpmd: support ipip tunnel in csum forward engine
    ` [PATCH v3 15/20] ethdev: add outer IP offload capability flag
    ` [PATCH v3 16/20] i40e: advertise outer IPv4 checksum capability
    ` [PATCH v3 17/20] testpmd: add a warning if outer ip cksum requested but not supported
    ` [PATCH v3 18/20] testpmd: fix TSO when using outer checksum offloads
    ` [PATCH v3 19/20] i40e: fix offloading of outer checksum for ip in ip tunnels
    ` [PATCH v3 20/20] i40e: add debug logs for tx context descriptors

[PATCH v4 01/15] fm10k: add base driver
 2015-02-15  5:07 UTC  (15+ messages)
` [PATCH v5 00/17] lib/librte_pmd_fm10k : fm10k pmd driver
  ` [PATCH v5 06/17] fm10k: add rx_queue_setup/release function
  ` [PATCH v5 08/17] fm10k: add RX/TX single queue start/stop function
  ` [PATCH v5 10/17] fm10k: add receive and tranmit function
  ` [PATCH v5 12/17] fm10k: Add scatter receive function
  ` [PATCH v5 15/17] fm10k: add PF and VF interrupt handling function

[PATCH 0/7] unification of flow types and RSS offload types
 2015-02-15  5:03 UTC  (3+ messages)
` [PATCH v2 0/7] unified "

[PATCH] igb: integrate flex filter to new API
 2015-02-15  4:07 UTC  (7+ messages)
  ` [PATCH v2 0/5] Integrate flex filter in igb driver "
      ` [PATCH v2 1/5] ethdev: define flex filter type and its structure
      ` [PATCH v2 2/5] e1000: new functions replace old ones for flex filter
      ` [PATCH v2 3/5] testpmd: new commands "
      ` [PATCH v2 4/5] ethdev: remove old APIs and structures of "
      ` [PATCH v2 5/5] doc: commands changed in testpmd_funcs for "

[PATCH v2 0/4] Support NVGRE on i40e
 2015-02-15  1:13 UTC  (4+ messages)
` [PATCH v2 4/4] app/testpmd:test NVGRE Tx checksum offload

Explanation of the QoS offset values used in the QoS scheduler example app
 2015-02-14 19:34 UTC 

[PATCH 1/4] xen: allow choosing dom0 support at runtime
 2015-02-14 19:31 UTC  (6+ messages)
  ` [PATCH 2/4] xen: add phys-addr command line argument
  ` [PATCH 3/4] xen: add uio driver
  ` [PATCH 4/4] xen: net-front poll mode driver

[PATCH] Add support to read target/generic/rte.vars.mk file for external builds
 2015-02-14 18:52 UTC 

[PATCH] Add Q variable to external builds to be quite
 2015-02-14 18:13 UTC 

[PATCH 1/2] enic: replace use of printf with log
 2015-02-14 16:28 UTC  (3+ messages)
  ` [PATCH 2/2] enic: change probe log message level

[PATCH 1/6] test: remove unneeded casts
 2015-02-14 14:59 UTC  (6+ messages)
  ` [PATCH 2/6] vhost_xen: remove unnecessary cast
  ` [PATCH 3/6] bsd: remove useless assignments
  ` [PATCH 4/6] enic: eliminate useless cast
  ` [PATCH 5/6] eal: remove useless memset
  ` [PATCH 6/6] examples: remove unneeded casts

[PATCH RFC 0/3] DPDK ethdev callback support
 2015-02-13 17:49 UTC  (15+ messages)
` [PATCH "
  ` [PATCH v2 0/4] "
      ` [PATCH v2 1/4] ethdev: rename callbacks field to intr_cbs
      ` [PATCH v2 2/4] ethdev: Add in data rxtx callback support
      ` [PATCH v2 3/4] examples: example showing use of callbacks
      ` [PATCH v2 4/4] abi: Added rxtx callback functions to ABI versioning

[PATCH RFC 0/1] Add 'make pdf' target to convert guide docs to pdf
 2015-02-13 16:42 UTC  (6+ messages)
` [PATCH v4 0/5] doc: "
  ` [PATCH v4 3/5] doc: Fix encoding of (r) character

[PATCH v2 0/6] Link Bonding mode 6 support (ALB)
 2015-02-13 16:12 UTC  (8+ messages)
  ` [PATCH v2 1/6] net: changed arp_hdr struct declaration
  ` [PATCH v2 2/6] bond: add link bonding mode 6 implementation
  ` [PATCH v2 3/6] bond: add debug info for mode 6 link bonding
  ` [PATCH v2 4/6] bond: add example application for link bonding mode 6
  ` [PATCH v2 5/6] bond: modify TLB unit tests
  ` [PATCH v2 6/6] bond: add unit tests for link bonding mode 6

[PATCH] doc: Add requirements for x32 ABI
 2015-02-13 15:58 UTC 

[PATCH 0/2] remove limit on devargs parameters length
 2015-02-13 15:03 UTC  (5+ messages)
  ` [PATCH v2 0/3] "
      ` [PATCH v2 1/3] devargs: indent and cleanup
      ` [PATCH v2 2/3] devargs: remove limit on parameters length
      ` [PATCH v2 3/3] app/test: fix devargs tests

[PATCH v2] Adding RTE_KNI_PREEMPT_DEFAULT configuration option
 2015-02-13 14:25 UTC 

[PATCH] eal_pci: Fix max_vfs missing for none igb_uio driver
 2015-02-13 13:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/2] help option
 2015-02-13 12:57 UTC  (4+ messages)
` [PATCH v3 "

[PATCH 0/8] Improve build process
 2015-02-13 12:51 UTC  (14+ messages)

[PATCH] testpmd: HW vlan command
 2015-02-13 12:03 UTC 

[PATCH v3 0/3] Unit tests for mode 4
 2015-02-13 11:08 UTC  (7+ messages)
  ` [PATCH v4 0/4] "
      ` [PATCH v4 1/4] test: test.h rework
      ` [PATCH v4 2/4] test: Unit tests for mode 4
      ` [PATCH v4 3/4] mk: Link test app against librte_pmd_ring when needed
      ` [PATCH v4 4/4] pmd_bond: Set routines required by test app global

Packet drops during non-exhaustive flood with OVS and 1.8.0
 2015-02-13 10:58 UTC  (8+ messages)

[PATCH] bond: fix for kvlist memory leak on rte_kvargs_process failure identified by klockwork scan
 2015-02-13 10:43 UTC  (3+ messages)

[PATCH] Minor C++11 compilation fix for rte_pci.h
 2015-02-13 10:27 UTC  (4+ messages)

Need some info on pktgen-dpdk 2.8.0
 2015-02-13 10:13 UTC  (2+ messages)

[PATCH v2 0/5] Interrupt mode for PMD
 2015-02-13  9:53 UTC  (7+ messages)
` [PATCH v2 3/5] igb: enable rx queue interrupts for PF


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