dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-14 14:59:07 to 2015-02-17 02:08:11 UTC [more...]

[PATCH v5 00/19] support multi-pthread per core
 2015-02-17  2:08 UTC  (60+ messages)
` [PATCH v6 "
  ` [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 v8 00/19] support multi-pthread per core
            ` [PATCH v8 01/19] eal: add cpuset into per EAL thread lcore_config
            ` [PATCH v8 02/19] eal: fix PAGE_SIZE redefine complaint on freebsd
            ` [PATCH v8 03/19] eal: new eal option '--lcores' for cpu assignment
            ` [PATCH v8 04/19] eal: fix wrong strnlen() return value in 32bit icc
            ` [PATCH v8 05/19] eal: add public function parsing socket_id from cpu_id
            ` [PATCH v8 06/19] eal: new TLS definition and API declaration
            ` [PATCH v8 07/19] eal: add eal_common_thread.c for common thread API
            ` [PATCH v8 08/19] eal: standardize init sequence between linux and bsd
            ` [PATCH v8 09/19] eal: add rte_gettid() to acquire unique system tid
            ` [PATCH v8 10/19] eal: apply affinity of EAL thread by assigned cpuset
            ` [PATCH v8 11/19] enic: fix re-define freebsd compile complain
            ` [PATCH v8 12/19] malloc: fix the issue of SOCKET_ID_ANY
            ` [PATCH v8 13/19] log: fix the gap to support non-EAL thread
            ` [PATCH v8 14/19] eal: set _lcore_id and _socket_id to (-1) by default

[PATCH v7 01/14] eal_pci: Add flag to hold kernel driver type
 2015-02-17  1:48 UTC  (48+ 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 v2] Adding RTE_KNI_PREEMPT_DEFAULT configuration option
 2015-02-17  1:21 UTC  (2+ messages)

kernel: BUG: soft lockup - CPU#1 stuck for 22s! [kni_single:1782]
 2015-02-17  1:00 UTC  (5+ messages)

Intel DPDK support for ntop DPI
 2015-02-17  0:58 UTC  (2+ messages)

[PATCH v2 4/7] rte_sched: don't clear statistics when read
 2015-02-16 22:44 UTC  (3+ messages)
` [PATCH v2 6/7] rte_sched: eliminate floating point in calculating byte clock

Packet drops during non-exhaustive flood with OVS and 1.8.0
 2015-02-16 22:37 UTC  (9+ messages)

[PATCH 0/2] Removal of RTE_MBUF_REFCNT
 2015-02-16 20:47 UTC  (4+ messages)
  ` [PATCH 1/2] mbuf: Introduce IND_ATTACHED_MBUF flag
  ` [PATCH 2/2] Remove RTE_MBUF_REFCNT references

[PATCH v2 00/20] enhance tx checksum offload API
 2015-02-16 18:23 UTC  (4+ messages)
` [PATCH v3 "

[PATCH RFC 0/3] DPDK ethdev callback support
 2015-02-16 17:34 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] examples: example showing use of callbacks

[PATCH v2 00/11] qemu vhost-user support
 2015-02-16 17:11 UTC  (9+ 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 08/11] lib/librte_vhost: add select based event driven processing
` [PATCH v2 11/11] lib/librte_vhost: support dynamically registering vhost server

[PATCH 00/17] unified packet type
 2015-02-16 17:04 UTC  (4+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 14/15] examples/l3fwd: support of "

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

[PATCH] doc: Add requirements for x32 ABI
 2015-02-16 16:29 UTC  (4+ messages)
  ` [PATCH v2] "

ACL lookup doesn't work for some schemes
 2015-02-16 16:08 UTC  (6+ messages)

[PATCH v2 0/4] DPDK memcpy optimization
 2015-02-16 15:57 UTC  (2+ messages)

[PATCH RFC 0/1] Add 'make pdf' target to convert guide docs to pdf
 2015-02-16 14:25 UTC  (16+ messages)
` [PATCH v4 0/5] doc: "
  ` [PATCH v4 1/5] mk: Add 'make doc-pdf' "
  ` [PATCH v4 2/5] doc: Add Sphinx config to build pdf version of guides
  ` [PATCH v4 3/5] doc: Fix encoding of (r) character
  ` [PATCH v4 4/5] doc: Refactored split cell formatting in one table
  ` [PATCH v4 5/5] doc: Convert image extensions to wildcard

[PATCH] Add support to read target/generic/rte.vars.mk file for external builds
 2015-02-16 14:18 UTC  (2+ messages)

[PATCH] Add Q variable to external builds to be quite
 2015-02-16 14:15 UTC  (2+ messages)

i40e and RSS woes
 2015-02-16 13:36 UTC 

Explanation of the QoS offset values used in the QoS scheduler example app
 2015-02-16 13:05 UTC  (3+ messages)

[PULL REQUEST] fm10k: new polling mode driver for PF/VF
 2015-02-16 12:24 UTC  (2+ messages)

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

[PATCH 1/6] test: remove unneeded casts
 2015-02-16 11:31 UTC  (6+ messages)
  ` [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

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

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

[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 v4 01/15] fm10k: add base driver
 2015-02-15  5:07 UTC  (3+ messages)
` [PATCH v5 00/17] lib/librte_pmd_fm10k : fm10k pmd driver

[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

[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 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


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