DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 0/7] add switch filter support for intel DCF
 2020-04-03  4:46 UTC  (53+ messages)
` [dpdk-dev] [PATCH v2 00/13]add "
  ` [dpdk-dev] [PATCH v2 01/13] net/ice: enable switch flow on DCF
  ` [dpdk-dev] [PATCH v2 02/13] net/ice: support for more PPPoE input set
  ` [dpdk-dev] [PATCH v2 03/13] net/ice: change swicth parser to support flexible mask
  ` [dpdk-dev] [PATCH v2 04/13] net/ice: add support for MAC VLAN rule
  ` [dpdk-dev] [PATCH v2 05/13] net/ice: change default tunnle type
  ` [dpdk-dev] [PATCH v2 06/13] net/ice: add action number check for swicth
  ` [dpdk-dev] [PATCH v2 07/13] net/ice: add support for ESP/AH/L2TP
  ` [dpdk-dev] [PATCH v2 08/13] net/ice: add support for PFCP
  ` [dpdk-dev] [PATCH v2 09/13] net/ice: add support for NAT-T
  ` [dpdk-dev] [PATCH v2 10/13] net/ice: add more flow support for permit mode
  ` [dpdk-dev] [PATCH v2 11/13] net/ice: fix input set of VLAN item
  ` [dpdk-dev] [PATCH v2 12/13] net/ice: enable flow redirect on switch
  ` [dpdk-dev] [PATCH v2 13/13] net/ice: redirect switch rule to new VSI
  ` [dpdk-dev] [PATCH v3 00/13] add switch filter support for intel DCF
    ` [dpdk-dev] [PATCH v3 01/13] net/ice: enable switch flow on DCF
    ` [dpdk-dev] [PATCH v3 02/13] net/ice: support for more PPPoE input set
    ` [dpdk-dev] [PATCH v3 03/13] net/ice: change swicth parser to support flexible mask
    ` [dpdk-dev] [PATCH v3 04/13] net/ice: add support for MAC VLAN rule
    ` [dpdk-dev] [PATCH v3 05/13] net/ice: change default tunnle type
    ` [dpdk-dev] [PATCH v3 06/13] net/ice: add action number check for swicth
    ` [dpdk-dev] [PATCH v3 07/13] net/ice: add support for ESP/AH/L2TP
    ` [dpdk-dev] [PATCH v3 08/13] net/ice: add support for PFCP
    ` [dpdk-dev] [PATCH v3 09/13] net/ice: add support for IPv6 NAT-T
    ` [dpdk-dev] [PATCH v3 10/13] net/ice: add more flow support for permit stage
    ` [dpdk-dev] [PATCH v3 11/13] net/ice: fix input set of VLAN item
    ` [dpdk-dev] [PATCH v3 12/13] net/ice: enable flow redirect on switch
    ` [dpdk-dev] [PATCH v3 13/13] net/ice: redirect switch rule to new VSI
    ` [dpdk-dev] [PATCH v4 00/13] add switch filter support for intel DCF
      ` [dpdk-dev] [PATCH v4 01/13] net/ice: enable switch flow on DCF
      ` [dpdk-dev] [PATCH v4 02/13] net/ice: support for more PPPoE input set
      ` [dpdk-dev] [PATCH v4 03/13] net/ice: change swicth parser to support flexible mask
      ` [dpdk-dev] [PATCH v4 04/13] net/ice: add support for MAC VLAN rule
      ` [dpdk-dev] [PATCH v4 05/13] net/ice: change default tunnle type
      ` [dpdk-dev] [PATCH v4 06/13] net/ice: add action number check for swicth
      ` [dpdk-dev] [PATCH v4 07/13] net/ice: add support for ESP/AH/L2TP

[dpdk-dev] [PATCH v7] eal: add manual probing option
 2020-04-03  3:30 UTC  (2+ messages)
` [dpdk-dev] [PATCH] [v1 1/1] examples/l2fwd: add cmdline option for forwarding port info

[dpdk-dev] [PATCH] examples/vmdq: fix RSS configuration
 2020-04-03  3:15 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/2] "
  ` [dpdk-dev] [PATCH v2 1/2] doc: add user guide for VMDq
  ` [dpdk-dev] [PATCH v2 2/2] examples/vmdq: fix RSS configuration
      ` [dpdk-dev] [dpdk-stable] "

[dpdk-dev] [PATCH v2] examples/ipsec-secgw: support 192/256 AES key sizes
 2020-04-03  2:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH] [v1 1/1] net/octeontx2: add routines to set/clear interrupt enable registers
 2020-04-03  2:20 UTC 

[dpdk-dev] [PATCH v1 0/8] New sync modes for ring
 2020-04-02 22:09 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 0/9] "
  ` [dpdk-dev] [PATCH v2 1/9] test/ring: add contention stress test
  ` [dpdk-dev] [PATCH v2 2/9] ring: prepare ring to allow new sync schemes
  ` [dpdk-dev] [PATCH v2 3/9] ring: introduce RTS ring mode
  ` [dpdk-dev] [PATCH v2 4/9] test/ring: add contention stress test for RTS ring
  ` [dpdk-dev] [PATCH v2 5/9] ring: introduce HTS ring mode
  ` [dpdk-dev] [PATCH v2 6/9] test/ring: add contention stress test for HTS ring
  ` [dpdk-dev] [PATCH v2 7/9] ring: introduce peek style API
  ` [dpdk-dev] [PATCH v2 8/9] test/ring: add stress test for MT peek API
  ` [dpdk-dev] [PATCH v2 9/9] ring: add C11 memory model for new sync modes

[dpdk-dev] [RFC] ethdev: use special speed for virtual Ethernet devices
 2020-04-02 20:58 UTC  (8+ messages)
    ` [dpdk-dev] [RFC] ethdev: use special speed for virtual Ethernetdevices

[dpdk-dev] [PATCH 00/13] Fixes and unit tests for librte_security
 2020-04-02 20:51 UTC  (6+ messages)
` [dpdk-dev] [PATCH 05/13] app/test: introduce librte_security tests

[dpdk-dev] [PATCH] net/virtio: add link speed tuning
 2020-04-02 20:29 UTC  (6+ messages)
  ` [dpdk-dev] [PATCH v8 2/5] net/virtio: add link speed devarg

[dpdk-dev] [PATCH 1/2] test/malloc: run realloc tests on external heap
 2020-04-02 19:54 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v2 2/2] test/malloc: add bad parameter tests for realloc

[dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE
 2020-04-02 19:52 UTC 

[dpdk-dev] [PATCH] app/eventdev: validate producer type used
 2020-04-02 19:38 UTC 

[dpdk-dev] [PATCH 00/11] net/octeontx2: add traffic manager support
 2020-04-02 19:34 UTC  (13+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 01/11] net/octeontx2: setup link config based on BP level
  ` [dpdk-dev] [PATCH v2 02/11] net/octeontx2: restructure tm helper functions
  ` [dpdk-dev] [PATCH v2 03/11] net/octeontx2: add dynamic topology update support
  ` [dpdk-dev] [PATCH v2 04/11] net/octeontx2: add tm node add and delete cb
  ` [dpdk-dev] [PATCH v2 05/11] net/octeontx2: add tm node suspend and resume cb
  ` [dpdk-dev] [PATCH v2 06/11] net/octeontx2: add tm hierarchy commit callback
  ` [dpdk-dev] [PATCH v2 07/11] net/octeontx2: add tm stats and shaper profile cbs
  ` [dpdk-dev] [PATCH v2 08/11] net/octeontx2: add tm dynamic topology update cb
  ` [dpdk-dev] [PATCH v2 09/11] net/octeontx2: add tm debug support
  ` [dpdk-dev] [PATCH v2 10/11] net/octeontx2: add Tx queue ratelimit callback
  ` [dpdk-dev] [PATCH v2 11/11] net/octeontx2: add tm capability callbacks

[dpdk-dev] [PATCH 0/4] refactor multi-process IPC and memory management codes to common driver
 2020-04-02 19:21 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] common/mlx5: refactor multi-process IPC handling "
` [dpdk-dev] [PATCH 2/4] net/mlx5: modify net PMD to use common multi-process APIs
` [dpdk-dev] [PATCH 3/4] common/mlx5: refactor memory management codes
` [dpdk-dev] [PATCH 4/4] net/mlx5: modify net PMD to use common memory management driver

[dpdk-dev] [PATCH v4] ethdev: fix for compiler warning when vtune profiling is on
 2020-04-02 18:45 UTC 

[dpdk-dev] [PATCH v2 1/2] build: meson make experimental tag as global
 2020-04-02 18:32 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2 2/2] build: makefile "

[dpdk-dev] [PATCH v3] ethdev: fix for compiler warning when vtune profiling is on
 2020-04-02 18:14 UTC 

[dpdk-dev] [PATCH 0/4] net/mlx5: add large packet size support to MPRQ
 2020-04-02 18:11 UTC  (11+ messages)
` [dpdk-dev] [PATCH 1/4] net/mlx5: add a devarg to specify MPRQ stride size
` [dpdk-dev] [PATCH 2/4] net/mlx5: enable MPRQ multi-stride operations
` [dpdk-dev] [PATCH 4/4] net/mlx5: add multi-segment packets in MPRQ mode
` [dpdk-dev] [PATCH 0/3] net/mlx5: add large packet size support to MPRQ
  ` [dpdk-dev] [PATCH 1/3] net/mlx5: add a devarg to specify MPRQ stride size
  ` [dpdk-dev] [PATCH 2/3] net/mlx5: enable MPRQ multi-stride operations
  ` [dpdk-dev] [PATCH 3/3] net/mlx5: add multi-segment packets in MPRQ mode

[dpdk-dev] [PATCH v2] examples/ipsec-secgw: support flow director feature
 2020-04-02 17:56 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3] "
  ` [dpdk-dev] [EXT] "

[dpdk-dev] DPDK Release Status Meeting 2/04/2020
 2020-04-02 17:48 UTC 

[dpdk-dev] [PATCH 0/7] checking for owned ports in portmask
 2020-04-02 17:19 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 1/6] rte_ethdev: add function to check if device is owned
` [dpdk-dev] [PATCH v3 0/6] checking for owned ports in portmask
  ` [dpdk-dev] [PATCH v3 1/6] rte_ethdev: change rte_eth_dev_owner_get to return error if unowned
  ` [dpdk-dev] [PATCH v3 2/6] examples/l2fwd-cat: make applicaton aware of port ownership
  ` [dpdk-dev] [PATCH v3 3/6] examples/l3fwd: "
  ` [dpdk-dev] [PATCH v3 4/6] examples/l3fwd-acl: "
  ` [dpdk-dev] [PATCH v3 5/6] examples/l3fwd-power: "
  ` [dpdk-dev] [PATCH v3 6/6] examples/tep_termination: rework the port setup logic

[dpdk-dev] [PATCH] net/tap: remove unused assert
 2020-04-02 17:17 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[dpdk-dev] [PATCH v4 0/4] add travis ci support for ppc64le
 2020-04-02 17:12 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 1/4] eal/linux: force iova-mode va with no-huge option
` [dpdk-dev] [PATCH v4 2/4] devtools: allow test-null.sh to run on ppc64le
` [dpdk-dev] [PATCH v4 3/4] ci: add travis ci support for native ppc64le
` [dpdk-dev] [PATCH v4 4/4] ci: enable unit test for ppc64le

[dpdk-dev] [PATCH 0/4] drivers/net: remove legacy filter API and switch to rte flow
 2020-04-02 16:26 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6] net/i40e: implement hash function in rte flow API

[dpdk-dev] [PATCH] app/testpmd: add memory dump command
 2020-04-02 15:55 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 00/29] Update ENA driver to v2.1.0
 2020-04-02 15:53 UTC  (17+ messages)
` [dpdk-dev] [PATCH v2 04/29] net/ena/base: set default hash key
` [dpdk-dev] [PATCH v2 07/29] net/ena/base: add accelerated LLQ mode
` [dpdk-dev] [PATCH v2 10/29] net/ena/base: add error logs when preparing Tx
` [dpdk-dev] [PATCH v2 11/29] net/ena/base: use 48-bit memory addresses in ena_com
` [dpdk-dev] [PATCH v2 17/29] net/ena: add support for large LLQ headers
` [dpdk-dev] [PATCH v2 19/29] net/ena: add Tx drops statistic
` [dpdk-dev] [PATCH v2 28/29] net/ena: update copyright date
` [dpdk-dev] [PATCH v2 29/29] net/ena: update version of the driver to v2.1.0

[dpdk-dev] [PATCH v2 0/2] one way barrier for split vring idx
 2020-04-02 15:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 1/2] virtio: one way barrier for split vring used idx

[dpdk-dev] [PATCH 2/2] build: makefile make experimental tag as global
 2020-04-02 15:45 UTC  (3+ messages)

[dpdk-dev] [RFC PATCH 0/2] introduce __rte_internal tag
 2020-04-02 15:44 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/10] dpdk: "
  ` [dpdk-dev] [PATCH v2 05/10] fslmc: identify internal only functions and tag them as __rte_internal

[dpdk-dev] [PATCH 1/2] build: meson make experimental tag as global
 2020-04-02 15:41 UTC 

[dpdk-dev] /validate-abi.sh complains [PATCH v1 3/8] ring: introduce RTS ring mode
 2020-04-02 15:25 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/4] Introduce IF proxy library
 2020-04-02 13:48 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "

[dpdk-dev] [PATCH 0/2] bitmap: add create bitmap with all bits set
 2020-04-02 13:44 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/5] net/iavf: support FDIR capabiltiy
 2020-04-02 13:32 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/5] net/iavf: add support for FDIR basic rule
  ` [dpdk-dev] [PATCH v2 2/5] net/iavf: add support for FDIR GTPU
  ` [dpdk-dev] [PATCH v2 3/5] net/iavf: add support for FDIR L2TPv3 and IPSec
  ` [dpdk-dev] [PATCH v2 4/5] net/iavf: add support for FDIR PFCP
  ` [dpdk-dev] [PATCH v2 5/5] net/iavf: add support for FDIR mark action

[dpdk-dev] [PATCH] raw/common: introduce the Multi-function API
 2020-04-02 13:00 UTC  (4+ messages)

[dpdk-dev] Using rte_lpm as standalone library w/o mempools or dpdk infra
 2020-04-02 12:51 UTC 

[dpdk-dev] [RFC v1 1/1] vfio: set vf token and gain vf device access
 2020-04-02 12:43 UTC  (2+ messages)

[dpdk-dev] [PATCH] test/crypto: replace wireless algos test vectors
 2020-04-02 12:37 UTC  (6+ messages)

[dpdk-dev] [PATCH v2 0/3] configure RSS hash
 2020-04-02 11:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 2/3] app/testpmd: handle RSS offload types ESP and AH

[dpdk-dev] [PATCH 0/4] vhost: support vDPA virtio queue statistics
 2020-04-02 11:26 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] vhost: inroduce operation to get vDPA queue stats
` [dpdk-dev] [PATCH 2/4] common/mlx5: support DevX virtq stats operations
` [dpdk-dev] [PATCH 3/4] vdpa/mlx5: support virtio queue statistics get
` [dpdk-dev] [PATCH 4/4] examples/vdpa: add statistics show command

[dpdk-dev] [PATCH] app/testpmd: add profiling for Rx/Tx burst routines
 2020-04-02 11:23 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 0/3] app/testpmd: qualify Rx/Tx profiling data on burst size
  ` [dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command
  ` [dpdk-dev] [PATCH v2 2/3] app/testpmd: gather Rx and Tx routines profiling
  ` [dpdk-dev] [PATCH v2 3/3] app/testpmd: qualify profiling statistics on burst size

[dpdk-dev] [PATCH] net/sfc: add Xilinx copyright
 2020-04-02 10:42 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix validation of push VLAN without full mask
 2020-04-02 10:21 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix push VLAN action wrongly use item info
 2020-04-02 10:21 UTC 

[dpdk-dev] [PATCH] eal: Fixes VFIO/sysfs race condition
 2020-04-02 10:10 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/12] update and simplify telemetry library
 2020-04-02 10:09 UTC  (7+ messages)

[dpdk-dev] [PATCH 0/6] net/sfc: improve Rx mode handling on VF
 2020-04-02  9:37 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 5/5] net/fm10k: add switch management support
 2020-04-02  9:12 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3 0/5] support fm10k switch management
  ` [dpdk-dev] [PATCH v3 1/5] net/fm10k: add basic functions for "
  ` [dpdk-dev] [PATCH v3 4/5] net/fm10k: add flow interface and "
  ` [dpdk-dev] [PATCH v3 5/5] net/fm10k: add switch management support

[dpdk-dev] [PATCH v7 0/6] implement common rte bit operation APIs in PMDs
 2020-04-02  9:02 UTC  (8+ messages)
` [dpdk-dev] [PATCH v7 1/6] lib/eal: implement the family of PMD bit operation APIs

[dpdk-dev] [PATCH] net/i40e: enable dst MAC address as FDIR input set
 2020-04-02  8:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6] net/i40e: enable "
` [dpdk-dev] [PATCH v7] "

[dpdk-dev] ARM Clang cross-compilation
 2020-04-02  8:05 UTC 

[dpdk-dev] [PATCH] net/ice: support mark only action for FDIR
 2020-04-02  6:55 UTC 

[dpdk-dev] [PATCH] vhost: cache guest/vhost physical address mapping
 2020-04-02  4:45 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 1/2] vhost: utilize dpdk dynamic memory allocator
  ` [dpdk-dev] [PATCH v2 2/2] vhost: cache gpa to hpa translation

[dpdk-dev] Garbage value is returned while reading moudle eeprom for i40e (PF) with DPDK 18.11
 2020-04-01  7:12 UTC  (2+ messages)

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