DPDK-dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-30 15:03:28 to 2015-05-07 03:43:39 UTC [more...]

[PATCH] enicpmd: build changes for FreeBSD
 2015-05-07  3:43 UTC  (3+ messages)

GitHub sandbox for the DPDK community
 2015-05-07  3:37 UTC  (48+ messages)

[PATCH v5 00/12] mbuf: enhancements of mbuf clones
 2015-05-07  1:57 UTC  (5+ messages)
` [PATCH v6 00/13] "

[PATCH] i40evf: fix of supporting jumbo frame
 2015-05-07  1:40 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH 00/18] i40e base driver update
 2015-05-07  1:17 UTC  (15+ messages)
` [PATCH v2 00/33] "
    ` [PATCH v2 22/33] i40e/base: update of get/set LED functions
    ` [PATCH v2 23/33] i40e/base: clean up sparse complaint in i40e_debug_aq
    ` [PATCH v2 24/33] i40e/base: get pf_id from HW rather than PCI function
    ` [PATCH v2 25/33] i40e/base: find partition_id in npar mode, and disable FCOE by default
    ` [PATCH v2 26/33] i40e/base: Reassign incorrect PHY type as a workaround for a FW issue
    ` [PATCH v2 27/33] i40e/base: add AOC phy types to case statement in get_media_type
    ` [PATCH v2 28/33] i40e/base: support for iSCSI capability
    ` [PATCH v2 29/33] i40e/base: set FLAG_RD when sending driver version to FW
    ` [PATCH v2 30/33] i40e/base: future proof some sizeof calls
    ` [PATCH v2 31/33] i40e/base: add more virtual channel operations for future use
    ` [PATCH v2 32/33] i40e/base: rework of structures and macros "
    ` [PATCH v2 33/33] i40e/base: modifications "

[PATCH 0/3] bnx2x: poll mode driver
 2015-05-06 21:37 UTC  (4+ messages)
  ` [PATCH 1/3] pci: allow access to PCI config space
  ` [PATCH 2/3] bnx2x: new poll mode driver
  ` [PATCH 3/3] bnx2x: enable BNX2X "

[RFC PATCH 1/4] librte_pmd_i40e: changes to support PCI Port Hotplug
 2015-05-06 16:15 UTC  (11+ messages)
` [RFC PATCH 2/4] librte_pmd_i40e: release vmdq vsi's in dev_close
` [RFC PATCH 3/4] librte_pmd_i40e: increase ASQ_DELAY_MS to 100 in i40evf_wait_cmd_done()
` [RFC PATCH 4/4] librte_pmd_i40e: call _clear_cmd() when error occurs
` [RFC PATCH] librte_pmd_bond: add support for PCI Port Hotplug
` [RFC PATCH] librte_pmd_virtio: "
` [RFC PATCH V2] librte_pmd_ring: changes to support "
` [RFC PATCH V2] librte_pmd_ixgbe: "
` [RFC PATCH V2] librte_pmd_e1000: igb and em1000 PCI Port Hotplug changes

[PATCH v2 0/6] update jhash function
 2015-05-06 16:11 UTC  (11+ messages)
  ` [PATCH v3 "
      ` [PATCH v3 1/6] test/hash: move hash function perf tests to separate file
      ` [PATCH v3 2/6] test/hash: improve accuracy on cycle measurements
      ` [PATCH v3 3/6] hash: update jhash function with the latest available
      ` [PATCH v3 4/6] hash: add two new functions to jhash library
      ` [PATCH v3 5/6] hash: remove duplicated code
      ` [PATCH v3 6/6] hash: rename rte_jhash2 to rte_jhash_32b

Regarding rte_memzone_reserve with len =0
 2015-05-06 16:10 UTC 

[PATCH RFC 0/6] support of QinQ stripping and insertion of i40e
 2015-05-06  8:48 UTC  (14+ messages)
  ` [PATCH RFC 1/6] mbuf: update mbuf structure for QinQ support
  ` [PATCH RFC 2/6] i40e: reconfigure the hardware to support QinQ stripping/insertion
  ` [PATCH RFC 3/6] i40e: support of QinQ stripping/insertion in RX/TX
  ` [PATCH RFC 4/6] ethdev: add QinQ offload capability flags
  ` [PATCH RFC 5/6] i40e: update of "
  ` [PATCH RFC 6/6] app/testpmd: support of QinQ stripping and insertion

DPDK v2.0.0 -example program not receiving packets
 2015-05-06  7:02 UTC 

[PATCH v6 1/2] Simplify the ifdefs in rte.app.mk
 2015-05-06  2:12 UTC  (11+ messages)
  ` [PATCH v6 2/2] Update Docs for new EXTRA_LDLIBS variable

[PATCH v6 0/8] Interrupt mode PMD
 2015-05-05 23:16 UTC  (17+ messages)
  ` From: Cunming Liang <cunming.liang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
      ` [PATCH v7 01/10] eal/linux: add interrupt vectors support in intr_handle
      ` [PATCH v7 02/10] eal/linux: add rte_epoll_wait/ctl support
      ` [PATCH v7 03/10] eal/linux: add API to set rx interrupt event monitor
      ` [PATCH v7 04/10] eal/bsd: dummy for new intr definition
      ` [PATCH v7 05/10] eal/linux: fix comments typo on vfio msi
      ` [PATCH v7 06/10] eal/linux: add interrupt vectors handling on VFIO
      ` [PATCH v7 07/10] ethdev: add rx intr enable, disable and ctl functions
      ` [PATCH v7 08/10] ixgbe: enable rx queue interrupts for both PF and VF
      ` [PATCH v7 09/10] igb: enable rx queue interrupts for PF
      ` [PATCH v7 10/10] l3fwd-power: enable one-shot rx interrupt and polling/interrupt mode switch
  ` [PATCH v7 00/10] Interrupt mode PMD

[PATCH] librte_eal:Using compiler memory barrier for IA processor's rte_wmb/rte_rmb
 2015-05-05 22:46 UTC  (2+ messages)

[PATCH] Implement rte_memcmp with AVX/SSE instructions
 2015-05-05 21:56 UTC  (9+ messages)
` [PATCH] Implement memcmp using AVX/SSE instructio

[PATCH] Add toeplitz hash algorithm
 2015-05-05 16:03 UTC  (3+ messages)
  ` [PATCH v2] Add toeplitz hash algorithm used by RSS

[PATCH] ixgbe:Add write memory barrier for recv pkts
 2015-05-05 15:52 UTC  (7+ messages)

[PATCH 0/6] rte_sched: patches against 2.o
 2015-05-05 15:45 UTC  (2+ messages)

[PATCH v2] pipeline: add statistics for librte_pipeline ports and tables
 2015-05-05 15:11 UTC  (2+ messages)

[PATCH v2 00/10] table: added table statistics
 2015-05-05 15:10 UTC  (4+ messages)
` [PATCH v2 02/10] table: added acl table stats

[PATCH v2 00/13] port: added port statistics
 2015-05-05 15:08 UTC  (2+ messages)

[PATCH v2 0/3] port: added frag_ipv6 and ras_ipv6 ports
 2015-05-05 15:08 UTC  (2+ messages)

[PATCH v2 0/3] port: added ethdev_writer_nodrop and ring_writer_nodrop ports
 2015-05-05 15:06 UTC  (2+ messages)

Performance regression in DPDK 1.8/2.0
 2015-05-05 14:56 UTC  (7+ messages)

[PATCH] kni: fix compilation issue on kernel 3.19
 2015-05-05 14:08 UTC  (5+ messages)
  ` [PATCH v2] kni: fix compilation issue in KNI vhost on kernel 3.19/4.0
      ` [PATCH v3] "

[PATCH] eal/bsdapp: fix compilation on FreeBSD
 2015-05-05 12:47 UTC 

Error about dpdk ovs on AWS VM
 2015-05-05 11:45 UTC 

[PATCH 0/3] Add DT_NEEDED entries to shared libs
 2015-05-05 11:22 UTC  (5+ messages)
` [PATCH 1/3] lib: set LDLIBS for each library

build issue with out-of-tree builds and multiple mounts
 2015-05-05  9:14 UTC  (6+ messages)
          ` [PATCH] scripts: fix relpath.sh output when build dir is a symlink

Issues with rte_hash_crc.h when compiling with C++
 2015-05-05  8:08 UTC  (3+ messages)

[PATCH 00/10] Improve cast alignment for strict aligned machines
 2015-05-04 17:26 UTC  (3+ messages)

Compiling files with .S with GCC
 2015-05-04 16:05 UTC  (5+ messages)

[PATCH] e1000: add missing 82583v pci id
 2015-05-04 15:28 UTC 

[RFC PATCH 0/4 v2] Extending DPDK with multiple device support
 2015-05-04 14:44 UTC  (5+ messages)
` [RFC PATCH 1/4 v2] Adding the common device files for "

[PATCH] kni: fix igb and ixgbe kni ethtool get_link op
 2015-05-04  8:55 UTC  (2+ messages)

[RFC PATCH 0/8] reduce header dependency on rte_mbuf.h
 2015-05-04  8:18 UTC  (2+ messages)

[PATCH] vhost: Fix compilation issue
 2015-05-04  7:15 UTC 

[PATCH] virtio: Fix enqueue/dequeue can't handle chained vring descriptors
 2015-05-04  6:26 UTC 

[PATCH v4 0/5] Refactor module `eventfd_link'
 2015-05-04  5:29 UTC  (4+ messages)
` [PATCH v5 "

GitHub sandbox for the DPDK community
 2015-05-04  5:08 UTC 

DPDK Community Call - Beyond DPDK 2.0
 2015-05-02 18:01 UTC  (3+ messages)

[PATCH] eal: whitespace cleanup
 2015-05-01 22:57 UTC 

[PATCH] Remove NO_AUTOLIBS option
 2015-05-01 14:29 UTC 

NO_AUTOLIB is this variable really needed?
 2015-05-01  9:10 UTC  (4+ messages)

[PATCH v4 1/2] Simplify the ifdefs in rte.app.mk
 2015-05-01  9:09 UTC  (9+ messages)

[PATCH v7 1/6] Move common functions in eal_thread.c
 2015-05-01  0:15 UTC  (12+ messages)

Beyond DPDK 2.0
 2015-04-30 21:38 UTC  (2+ messages)

KNI interface is not coming up
 2015-04-30 16:59 UTC  (3+ messages)

[PATCH 0/3] eal: uio irq fixes and enhancements
 2015-04-30 16:27 UTC  (3+ messages)
` [PATCH 1/3] uio: fix irq handling with igb_uio


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 read-only IMAP folder(s) and NNTP newsgroup(s).