dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-22 07:14:00 to 2014-10-27 02:13:22 UTC [more...]

[PATCH v8 00/10] Support VxLAN on Fortville
 2014-10-27  2:13 UTC  (7+ messages)
  ` [PATCH v8 01/10] librte_mbuf:the rte_mbuf structure changes
  ` [PATCH v8 02/10] librte_ether:add the basic data structures of VxLAN
  ` [PATCH v8 03/10] librte_ether:add VxLAN packet identification API
  ` [PATCH v8 04/10] i40e:support VxLAN packet identification in i40e
  ` [PATCH v8 05/10] app/test-pmd:test VxLAN packet identification
  ` [PATCH v8 06/10] librte_ether:add data structures of VxLAN filter

[PATCH v3 0/2] app/test: unit test to measure cycles per packet
 2014-10-27  1:45 UTC  (17+ messages)
  ` [PATCH v4 0/3] "
      ` [PATCH v4 1/3] app/test: allow to create packets in different sizes
      ` [PATCH v4 2/3] app/test: measure the cost of rx/tx routines by cycle number
      ` [PATCH v4 3/3] ethdev: fix wrong error return refer to API definition
      ` [PATCH v5 0/3] app/test: unit test to measure cycles per packet
          ` [PATCH v5 1/3] app/test: allow to create packets in different sizes
          ` [PATCH v5 2/3] app/test: measure the cost of rx/tx routines by cycle number
          ` [PATCH v5 3/3] ethdev: fix wrong error return refere to API definition
          ` [PATCH v6 0/3] app/test: unit test to measure cycles per packet
              ` [PATCH v6 1/3] app/test: allow to create packets in different sizes
              ` [PATCH v6 2/3] app/test: measure the cost of rx/tx routines by cycle number
              ` [PATCH v6 3/3] ethdev: fix wrong error return refere to API definition

Packet drop issue on DPDK-based application
 2014-10-26 18:17 UTC  (2+ messages)

vmxnet3 pmd dev restart
 2014-10-26  4:48 UTC  (9+ messages)

rte_acl test-acl app
 2014-10-25  3:19 UTC 

rte_acl test-acl app
 2014-10-25  3:15 UTC 

[PATCH 0/3] Vhost app removes dependency of REFCNT
 2014-10-25  2:08 UTC  (12+ messages)
  ` [PATCH 1/3] mbuf: Use EXTERNAL_MBUF to indicate external buffer
  ` [PATCH 2/3] pmd: RX function need keep EXTERNAL_MBUF flag
  ` [PATCH 3/3] vhost: Removes dependency on REFCNT for zero copy

[PATCH] vhost: Check descriptor number for vector Rx
 2014-10-25  0:48 UTC  (3+ messages)

Possible bug in eal_pci pci_scan_one
 2014-10-24 19:03 UTC  (5+ messages)

[dpdk-announce] DPDK Features for Q1 2015
 2014-10-24 19:02 UTC  (17+ messages)
  `  "
  ` Fwd: [dpdk-announce] "

[PATCH] kni: fix building on Ubuntu-hybrids
 2014-10-24 17:22 UTC  (3+ messages)

DPDK Community Conference Call - Friday 31st October
 2014-10-24 15:22 UTC  (3+ messages)

Cannot mmap device resource in DPDK 1.7.0 multi-process/multi-thread
 2014-10-24 15:03 UTC  (5+ messages)

[PATCH 0/2] ixgbe: vector pmd fixes
 2014-10-24 11:00 UTC  (7+ messages)
  ` [PATCH 1/2] ixgbe: remove static qualifier for thread safety
  ` [PATCH 2/2] ixgbe: always perform vec RX setup if vpmd enabled

ethtool and igb/ixgbe (kni)
 2014-10-24 10:54 UTC 

EAL : Input/output error on DPDK 1.7.1
 2014-10-24  9:21 UTC  (3+ messages)

[PATCH 0/5]support filter of unicast and multicast MAC address for VF on Fortville
 2014-10-24  7:58 UTC  (6+ messages)
  ` [PATCH v2 0/4] support VF MAC filter "
      ` [PATCH v2 1/4] librte_ether:extend MAC filter data structures
      ` [PATCH v2 2/4] i40e:expand MAC filter implemantation in i40e
      ` [PATCH v2 3/4] i40e:add VF MAC filter
      ` [PATCH v2 4/4] app/testpmd:test "

[PATCH] doc: fix a typo
 2014-10-24  7:07 UTC 

[PATCH] eal: replace strict_strtoul with kstrtoul
 2014-10-24  7:07 UTC 

[PATCH 0/6] link bonding
 2014-10-24  3:22 UTC  (4+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] test app: adding support for generating variable sized packet bursts

[PATCH 0/5] app/test: unit test to measure cycles per packet
 2014-10-24  3:06 UTC  (12+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] app/test: unit test for rx and tx cycles/packet

[PATCH 00/14] new vhost example
 2014-10-23 16:17 UTC  (11+ messages)
` [PATCH 08/14] remove gpa_to_vva, base_index
` [PATCH 09/14] other APIs
` [PATCH 10/14] vmdq_rx_q
` [PATCH 14/14] Makefile

virtio UIO / PMD issues in default Ubuntu Cloud Images
 2014-10-23 16:15 UTC  (12+ messages)

[PATCH v7 00/10] Support VxLAN on Fortville
 2014-10-23 16:10 UTC  (12+ messages)
  ` [PATCH v7 01/10] librte_mbuf:the rte_mbuf structure changes
  ` [PATCH v7 02/10] librte_ether:add the basic data structures of VxLAN
  ` [PATCH v7 03/10] librte_ether:add VxLAN packet identification API
  ` [PATCH v7 04/10] i40e:support VxLAN packet identification in i40e
  ` [PATCH v7 05/10] app/test-pmd:test VxLAN packet identification
  ` [PATCH v7 06/10] librte_ether:add data structures of VxLAN filter
  ` [PATCH v7 07/10] i40e:implement the API of VxLAN filter in librte_pmd_i40e
  ` [PATCH v7 08/10] app/testpmd:test VxLAN packet filter
  ` [PATCH v7 09/10] i40e:support VxLAN Tx checksum offload
  ` [PATCH v7 10/10] app/testpmd:test "

[PATCH] mk: fix app linking for combined libs
 2014-10-23 15:36 UTC 

[PATCH] mk: link combined lib using CC
 2014-10-23 15:35 UTC 

[PULL REQUEST] doc: freebsd getting started guide
 2014-10-23 14:35 UTC 

[PULL REQUEST] doc: getting started guide for linux
 2014-10-23 12:51 UTC  (2+ messages)

development/integration branch?
 2014-10-23  9:19 UTC  (10+ messages)

[PATCH v6 0/9] Support VxLAN on Fortville
 2014-10-23  9:06 UTC  (19+ messages)
` [PATCH v6 1/9] librte_mbuf:the rte_mbuf structure changes
` [PATCH v6 5/9] librte_ether:add data structures of VxLAN filter
` [PATCH v6 2/9] librte_ether:add VxLAN packet identification API in librte_ether

Why do we need iommu=pt?
 2014-10-23  7:49 UTC  (9+ messages)

[PATCH 0/2] remove registers for early hardware only
 2014-10-23  7:31 UTC  (7+ messages)
  ` [PATCH 1/2] i40e: "
  ` [PATCH 2/2] i40e: code style fix

Problems when testing l2fwd with ixgbevf pmd dirver
 2014-10-23  7:03 UTC  (11+ messages)

[PATCH] mk: fix build 32bits shared libs on 64bits system
 2014-10-22 16:36 UTC 

[PATCH v2 0/4] Update build process
 2014-10-22 16:14 UTC  (5+ messages)
` [PATCH v3 0/6] Update libs "

ixgbe_recv_pkts, ixgbe_recv_pkts_bulk_alloc. what is difference?
 2014-10-22 16:10 UTC  (2+ messages)

DPDK Features for Q1 2015
 2014-10-22 15:36 UTC 

[PATCH] bond: disabling broadcast mode when dpdk is built without RTE_MBUF_REFCNT
 2014-10-22 13:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/5] vmxnet3 pmd fixes/improvement
 2014-10-22 13:39 UTC  (5+ messages)
` [PATCH 1/5] vmxnet3: Fix VLAN Rx stripping

[PATCH v2 00/13] support of multiple sizes of redirection table
 2014-10-22 11:53 UTC  (10+ messages)
  ` [PATCH v3 0/8] "
      ` [PATCH v3 1/8] app/testpmd: code style fix
      ` [PATCH v3 2/8] i40evf: "
      ` [PATCH v3 3/8] i40e: support of setting hash lookup table size
      ` [PATCH v3 4/8] igb: implement ops of 'dev_infos_get' for PF and VF respectively
      ` [PATCH v3 5/8] ixgbe: "
      ` [PATCH v3 6/8] i40e: rework of ops of 'dev_infos_get' for both PF and VF
      ` [PATCH v3 7/8] ethdev: support of multiple sizes of redirection table
      ` [PATCH v3 8/8] i40evf: support of updating/querying "

[PATCH] librte_ip_frag: Disable ipv4/v6 fragmentation if RTE_MBUF_REFCNT=n
 2014-10-22 11:17 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ixgbe: Fix clang compilation issue
 2014-10-22 10:55 UTC  (2+ messages)

[PATCH v4] KNI: use a memzone pool for KNI alloc/release
 2014-10-22 10:35 UTC  (12+ messages)
` [PATCH] KNI: fix compilation warning 'missing-field-initializers'
                  ` [PATCH v2] "

[PATCH 0/4] support control packet filter on Fortville
 2014-10-22  8:19 UTC  (5+ messages)
  ` [PATCH v2 0/3] support control packet filter on fortville
      ` [PATCH v2 1/3] ethdev: define ctrl_pkt filter type and its structure
      ` [PATCH v2 2/3] i40e: ctrl_pkt filter implementation in i40e pmd driver
      ` [PATCH v2 3/3] testpmd: Commands to test ctrl_pkt filter

nic loopback
 2014-10-22  8:04 UTC  (7+ messages)
      ` FW: "

clang compilation error in librte_table
 2014-10-22  7:57 UTC 

clang compilation error ACL library
 2014-10-22  7:15 UTC 


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