DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v5] net/kni: calc mbuf&mtu according to given mb_pool
 2019-03-26 18:40 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6] "

[dpdk-dev] [PATCH v3 00/15] Build fixes for musl libc
 2019-03-26 16:59 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with unsigned int

[dpdk-dev] [PATCH] net: fix Tx VLAN flag for offload emulation
 2019-03-26 16:50 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 0/6] HelloWorld example for windows
 2019-03-26 16:46 UTC  (48+ messages)
` [dpdk-dev] [PATCH v5 0/8] "
  ` [dpdk-dev] [PATCH v5 1/8] eal: eal stub to add windows support
  ` [dpdk-dev] [PATCH v5 2/8] eal: add header files to support windows
  ` [dpdk-dev] [PATCH v5 3/8] kvargs: adding a module definition file
        ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v5 4/8] eal: sys/queue.h implementation for windows
  ` [dpdk-dev] [PATCH v5 5/8] eal: add headers for compatibility with windows environment
  ` [dpdk-dev] [PATCH v5 6/8] eal: add minimum viable code for eal on windows
  ` [dpdk-dev] [PATCH v5 7/8] doc: add documention for windows
  ` [dpdk-dev] [PATCH v5 8/8] build: meson changes to build on windows

[dpdk-dev] [PATCH] app/testpmd: use mempool bulk get for txonly mode
 2019-03-26 16:13 UTC  (18+ messages)
` [dpdk-dev] [PATCH v2] app/testpmd: add "
` [dpdk-dev] [PATCH v3 1/2] app/testpmd: optimize testpmd "
  ` [dpdk-dev] [PATCH v3 2/2] app/testpmd: add mempool bulk get for "
` [dpdk-dev] [PATCH v4 1/2] app/testpmd: optimize testpmd "
  ` [dpdk-dev] [PATCH v4 2/2] app/testpmd: add mempool bulk get for "

[dpdk-dev] [PATCH] eal: make max interrupt vectors configurable
 2019-03-26 15:57 UTC  (14+ messages)
` [dpdk-dev] [PATCH v2] "
      ` [dpdk-dev] [EXT] "

[dpdk-dev] [PATCH v2] crypto/aesni_mb: support newer version library only
 2019-03-26 15:43 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH v2 1/7] mbuf: new function to generate raw Tx offload value
 2019-03-26 15:43 UTC  (19+ messages)
` [dpdk-dev] [PATCH v3 0/8] Few small improvements for ipsec library
  ` [dpdk-dev] [PATCH v3 1/8] mbuf: new function to generate raw Tx offload value
  ` [dpdk-dev] [PATCH v3 2/8] ipsec: add Tx offload template into SA
  ` [dpdk-dev] [PATCH v3 3/8] ipsec: change the order in filling crypto op
  ` [dpdk-dev] [PATCH v3 4/8] ipsec: change the way unprocessed mbufs are accounted
  ` [dpdk-dev] [PATCH v3 5/8] ipsec: move inbound and outbound code into different files
  ` [dpdk-dev] [PATCH v3 6/8] ipsec: reorder packet check for esp inbound
  ` [dpdk-dev] [PATCH v3 7/8] ipsec: reorder packet process "
  ` [dpdk-dev] [PATCH v3 8/8] ipsec: de-duplicate crypto op prepare code-path

[dpdk-dev] How to use mlx4 as bond
 2019-03-26 15:36 UTC  (2+ messages)

[dpdk-dev] [RFC] ethdev: add administrative information in per-port info
 2019-03-26 15:35 UTC  (7+ messages)

[dpdk-dev] [PATCH 00/14] net/mlx5: add support for multiport IB devices
 2019-03-26 15:35 UTC  (48+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 01/13] net/mlx5: add representor recognition on kernels 5.x
  ` [dpdk-dev] [PATCH v2 04/13] net/mlx5: add multiport IB device support to probing
  ` [dpdk-dev] [PATCH v2 05/13] net/mlx5: add IB shared context alloc/free functions
  ` [dpdk-dev] [PATCH v2 11/13] net/mlx5: update install/uninstall int handler routines
  ` [dpdk-dev] [PATCH v2 12/13] net/mlx5: update event handler for multiport IB devices
  ` [dpdk-dev] [PATCH v2 13/13] net/mlx5: add source vport match to the ingress rules
  ` [dpdk-dev] [PATCH v3 00/14] net/mlx5: add support for multiport IB devices
    ` [dpdk-dev] [PATCH v3 01/13] net/mlx5: add representor recognition on kernels 5.x
    ` [dpdk-dev] [PATCH v3 02/13] net/mlx5: modify get ifindex routine for multiport IB
    ` [dpdk-dev] [PATCH v3 03/13] net/mlx5: add getting IB ports number "
    ` [dpdk-dev] [PATCH v3 04/13] net/mlx5: add multiport IB device support to probing
    ` [dpdk-dev] [PATCH v3 05/13] net/mlx5: add IB shared context alloc/free functions
    ` [dpdk-dev] [PATCH v3 06/13] net/mlx5: switch to the names in the shared IB context
    ` [dpdk-dev] [PATCH v3 07/13] net/mlx5: switch to the shared Protection Domain
    ` [dpdk-dev] [PATCH v3 08/13] net/mlx5: switch to the shared context IB attributes
    ` [dpdk-dev] [PATCH v3 09/13] net/mlx5: switch to the shared IB device context
    ` [dpdk-dev] [PATCH v3 10/13] net/mlx5: provide IB port for the object being created
    ` [dpdk-dev] [PATCH v3 11/13] net/mlx5: update install/uninstall int handler routines
    ` [dpdk-dev] [PATCH v3 12/13] net/mlx5: update event handler for multiport IB devices
    ` [dpdk-dev] [PATCH v3 13/13] net/mlx5: add source vport match to the ingress rules

[dpdk-dev] [PATCH v2] net/i40e: add warning info when no perfect RSS key
 2019-03-26 14:51 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3] net/i40e: log when provided RSS key is not valid

[dpdk-dev] [PATCH] drivers/qat: fix qp numa node
 2019-03-26 14:20 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/7] ethdev: add min/max MTU to device info
 2019-03-26 14:18 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

[dpdk-dev] [PATCH v3 0/1] test: new test structure for asymmetric crypto
 2019-03-26 14:15 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/1] "

[dpdk-dev] [PATCH v4 0/1] add dynamic sgl allocation
 2019-03-26 13:51 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 1/1] compress/qat: "

[dpdk-dev] [PATCH 0/6] examples/ipsec-secgw: fix 1st pkt dropped
 2019-03-26 12:55 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

[dpdk-dev] [PATCH 0/4] net/mlx5: rework IPC socket and PMD global data init
 2019-03-26 12:49 UTC  (14+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/4] net/mlx5: fix memory event on secondary process
  ` [dpdk-dev] [PATCH v2 2/4] net/mlx5: replace IPC socket with EAL API
  ` [dpdk-dev] [PATCH v2 3/4] net/mlx5: rework PMD global data init
  ` [dpdk-dev] [PATCH v2 4/4] net/mlx5: sync stop/start of datapath with secondary process

[dpdk-dev] [PATCH v1 0/6] Introduce AF_XDP PMD
 2019-03-26 12:20 UTC  (24+ messages)
` [dpdk-dev] [PATCH v1 1/6] net/af_xdp: introduce AF_XDP PMD driver
` [dpdk-dev] [PATCH v6 0/5] Introduce AF_XDP PMD
  ` [dpdk-dev] [PATCH v6 1/5] net/af_xdp: introduce AF XDP PMD driver
  ` [dpdk-dev] [PATCH v6 2/5] lib/mbuf: introduce helper to create mempool with flags
  ` [dpdk-dev] [PATCH v6 3/5] lib/mempool: allow page size aligned mempool
  ` [dpdk-dev] [PATCH v6 4/5] net/af_xdp: use mbuf mempool for buffer management
  ` [dpdk-dev] [PATCH v6 5/5] net/af_xdp: enable zero copy

[dpdk-dev] [PATCH 1/5] raw/dpaa2_qdma: remove experimental tag from APIs
 2019-03-26 12:18 UTC  (10+ messages)
` [dpdk-dev] [PATCH 2/5] raw/dpaa2_qdma: fix to support multiprocess execution
` [dpdk-dev] [PATCH 3/5] raw/dpaa2_qdma: add burst mode support
` [dpdk-dev] [PATCH 4/5] raw/dpaa2_qdma: add rbp "
` [dpdk-dev] [PATCH 5/5] raw/dpaa2x: remove rte logs from data path

[dpdk-dev] [PATCH 1/4] bus/dpaa: fq lookup table saved for secondary process
 2019-03-26 12:01 UTC  (7+ messages)
` [dpdk-dev] [PATCH 2/4] mempool/dpaa: bp info dynamic allocation for multiprocess
` [dpdk-dev] [PATCH 3/4] bus/dpaa: delay fman device list to bus probe
` [dpdk-dev] [PATCH 4/4] net/dpaa2: add support for flow table flush

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