DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 0/1] integrate dmadev in vhost
 2021-12-24 10:39 UTC  (3+ messages)
` [RFC 1/1] vhost: integrate dmadev in asynchronous datapath

[PATCH v3 00/25] Net/SPNIC: support SPNIC into DPDK 22.03
 2021-12-24  8:32 UTC  (26+ messages)
` [PATCH v3 01/25] drivers/net: introduce a new PMD driver
` [PATCH v3 02/25] net/spnic: initialize the HW interface
` [PATCH v3 03/25] net/spnic: add mbox message channel
` [PATCH v3 04/25] net/spnic: introduce event queue
` [PATCH v3 05/25] net/spnic: add mgmt module
` [PATCH v3 06/25] net/spnic: add cmdq and work queue
` [PATCH v3 07/25] net/spnic: add interface handling cmdq message
` [PATCH v3 08/25] net/spnic: add hardware info initialization
` [PATCH v3 09/25] net/spnic: support MAC and link event handling
` [PATCH v3 10/25] net/spnic: add function info initialization
` [PATCH v3 11/25] net/spnic: add queue pairs context initialization
` [PATCH v3 12/25] net/spnic: support mbuf handling of Tx/Rx
` [PATCH v3 13/25] net/spnic: support Rx congfiguration
` [PATCH v3 14/25] net/spnic: add port/vport enable
` [PATCH v3 15/25] net/spnic: support IO packets handling
` [PATCH v3 16/25] net/spnic: add device configure/version/info
` [PATCH v3 17/25] net/spnic: support RSS configuration update and get
` [PATCH v3 18/25] net/spnic: support VLAN filtering and offloading
` [PATCH v3 19/25] net/spnic: support promiscuous and allmulticast Rx modes
` [PATCH v3 20/25] net/spnic: support flow control
` [PATCH v3 21/25] net/spnic: support getting Tx/Rx queues info
` [PATCH v3 22/25] net/spnic: net/spnic: support xstats statistics
` [PATCH v3 23/25] net/spnic: support VFIO interrupt
` [PATCH v3 24/25] net/spnic: support Tx/Rx queue start/stop
` [PATCH v3 25/25] net/spnic: add doc infrastructure

[PATCH] net/mlx5: support the imissed counter on Windows
 2021-12-24  6:46 UTC 

[dpdk-dev] [PATCH 1/1] net/mlx5: fix stack buffer overflow of hrxq's rss_key
 2021-12-24  3:06 UTC 

[RFC] eal: support systemd service convention for runtime directory
 2021-12-23 23:39 UTC 

[PATCH] eal: log hugepage create errors with filename
 2021-12-23 19:21 UTC 

[PATCH] event/cnxk: add timer adapter periodic mode support
 2021-12-23 16:06 UTC 

[PATCH 0/7] vhost: improve logging
 2021-12-23 15:59 UTC  (9+ messages)
` [PATCH 1/7] vhost: improve IOTLB logs
` [PATCH 2/7] vhost: improve vDPA registration failure log
` [PATCH 3/7] vhost: improve socket layer logs
` [PATCH 4/7] vhost: improve Vhost "
` [PATCH 5/7] vhost: improve Vhost-user "
` [PATCH 6/7] vhost: improve Virtio-net "
` [PATCH 7/7] vhost: remove multi-line logs

[PATCH v2] app/test-fib: fix possible division by zero
 2021-12-23 15:37 UTC 

[PATCH] app/test-fib: fix possible division by zero
 2021-12-23 15:25 UTC 

20.11.4 patches review and test
 2021-12-23 15:08 UTC  (8+ messages)

[PATCH] net/mlx5: fix GRE protocol type translation for VERB API
 2021-12-23 13:16 UTC 

[PATCH] net/mlx5: fix RSS expansion with explicit next protocol
 2021-12-23 13:08 UTC 

Minutes of Technical Board Meeting, 2021-12-15
 2021-12-23 11:39 UTC 

[PATCH v2 25/25] net/spnic: add doc infrastructure
 2021-12-23  8:24 UTC 

[PATCH v2 00/25] Net/SPNIC: support SPNIC into DPDK 22.03
 2021-12-23  8:24 UTC  (25+ messages)
` [PATCH v2 01/25] drivers/net: introduce a new PMD driver
` [PATCH v2 02/25] net/spnic: initialize the HW interface
` [PATCH v2 03/25] net/spnic: add mbox message channel
` [PATCH v2 04/25] net/spnic: introduce event queue
` [PATCH v2 05/25] net/spnic: add mgmt module
` [PATCH v2 06/25] net/spnic: add cmdq and work queue
` [PATCH v2 07/25] net/spnic: add interface handling cmdq message
` [PATCH v2 08/25] net/spnic: add hardware info initialization
` [PATCH v2 09/25] net/spnic: support MAC and link event handling
` [PATCH v2 10/25] net/spnic: add function info initialization
` [PATCH v2 11/25] net/spnic: add queue pairs context initialization
` [PATCH v2 12/25] net/spnic: support mbuf handling of Tx/Rx
` [PATCH v2 13/25] net/spnic: support Rx congfiguration
` [PATCH v2 14/25] net/spnic: add port/vport enable
` [PATCH v2 15/25] net/spnic: support IO packets handling
` [PATCH v2 16/25] net/spnic: add device configure/version/info
` [PATCH v2 17/25] net/spnic: support RSS configuration update and get
` [PATCH v2 18/25] net/spnic: support VLAN filtering and offloading
` [PATCH v2 19/25] net/spnic: support promiscuous and allmulticast Rx modes
` [PATCH v2 20/25] net/spnic: support flow control
` [PATCH v2 21/25] net/spnic: support getting Tx/Rx queues info
` [PATCH v2 22/25] net/spnic: net/spnic: support xstats statistics
` [PATCH v2 23/25] net/spnic: support VFIO interrupt
` [PATCH v2 24/25] net/spnic: support Tx/Rx queue start/stop

[PATCH v1] net/mlx5: fix assertion on the flags set in pkt mbuf
 2021-12-23  8:15 UTC 

[PATCH v1 00/25] Net/SPNIC: support SPNIC into DPDK 22.03
 2021-12-23  8:10 UTC  (26+ messages)
` [PATCH v1 01/25] drivers/net: introduce a new PMD driver
` [PATCH v1 08/25] net/spnic: add hardware info initialization
` [PATCH v1 09/25] net/spnic: support MAC and link event handling
` [PATCH v1 10/25] net/spnic: add function info initialization
` [PATCH v1 11/25] net/spnic: add queue pairs context initialization
` [PATCH v1 12/25] net/spnic: support mbuf handling of Tx/Rx
` [PATCH v1 13/25] net/spnic: support Rx congfiguration
` [PATCH v1 14/25] net/spnic: add port/vport enable
` [PATCH v1 15/25] net/spnic: support IO packets handling
` [PATCH v1 16/25] net/spnic: add device configure/version/info
` [PATCH v1 17/25] net/spnic: support RSS configuration update and get
` [PATCH v1 18/25] net/spnic: support VLAN filtering and offloading
` [PATCH v1 19/25] net/spnic: support promiscuous and allmulticast Rx modes
` [PATCH v1 20/25] net/spnic: support flow control
` [PATCH v1 21/25] net/spnic: support getting Tx/Rx queues info
` [PATCH v1 22/25] net/spnic: net/spnic: support xstats statistics
` [PATCH v1 23/25] net/spnic: support VFIO interrupt
` [PATCH v1 24/25] net/spnic: support Tx/Rx queue start/stop
` [PATCH v1 25/25] net/spnic: add doc infrastructure

[PATCH] net/virtio: unregister virtio user memery event to fix memory leak problem
 2021-12-23  4:42 UTC  (5+ messages)
` [PATCH v2] net/virtio: unregister virtio user memory "
  ` Fwd: "
` [PATCH v3] net/virtio: fix unregister virtio user memory event cb problem
` [PATCH] net/virtio: fix unreleased resource when creating virtio user dev is failed

[PATCH v4] net/kni: reset rte_kni_conf struct before initialization
 2021-12-23  3:01 UTC 

[PATCH v2 0/7] ixgbe SFP handling fixes
 2021-12-23  0:55 UTC  (16+ messages)
` [PATCH v2 1/7] net/ixgbe: Fix ixgbe_is_sfp() to return valid result for X550EM_a devs
` [PATCH v2 3/7] net/ixgbe: Check that SFF-8472 soft rate select is supported before write

[PATCH] ring: update Doxygen comments re RING_F_EXACT_SZ
 2021-12-22 19:17 UTC  (2+ messages)

[Bug 917] [20.11.4-rc1][mlx5] application with MPRQ enabled crashes when receiving a packet
 2021-12-22 17:05 UTC 

[Bug 916] [20.11.4-rc1][mlx5] 2% single core packet forwarding performance degradation
 2021-12-22 17:03 UTC 

VPP main thread blocked by DPDK APIs
 2021-12-22 17:02 UTC  (2+ messages)

[Bug 915] [20.11.4-rc1][mlx5] segfault when changing number of rxqs
 2021-12-22 17:01 UTC 

[dpdk-dev] [PATCH] doc/examples: fix build on FreeBSD
 2021-12-22 15:23 UTC  (5+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH] doc/api: remove dependency on findutils on FreeBSD
 2021-12-22 15:18 UTC 

[PATCH v2] mempool: fix the description of some function return values
 2021-12-22 11:45 UTC  (2+ messages)

[PATCH] net/ice: fix pattern check for FDIR parser
 2021-12-22 10:44 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware
 2021-12-22  9:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] eventdev/rx_adapter: add event port get api
 2021-12-22  6:13 UTC 

[PATCH 1/7] net/bonding: fix typos and whitespace
 2021-12-22  3:27 UTC  (11+ messages)
` [PATCH v2 0/8] net/bonding: fixes and LACP short timeout
  ` [PATCH v2 1/8] net/bonding: fix typos and whitespace
  ` [PATCH v2 2/8] net/bonding: fix bonded dev configuring slave dev
  ` [PATCH v2 3/8] net/bonding: change mbuf pool and ring creation
  ` [PATCH v2 4/8] net/bonding: support enabling LACP short timeout
  ` [PATCH v2 5/8] net/bonding: add bond_8023ad and bond_alb to doc
  ` [PATCH v2 6/8] remove self from timers maintainers
  ` [PATCH v2 7/8] net/ring: add promisc and all-MC stubs
  ` [PATCH v2 8/8] net/bonding: add LACP short timeout tests

[PATCH 0/7] net/bonding: fixes and LACP short timeout
 2021-12-22  3:25 UTC  (9+ messages)
` [PATCH 3/7] net/bonding: change mbuf pool and ring allocation

[PATCH] mempool: fix the description of some function return values
 2021-12-22  1:42 UTC 

[PATCH v1] gpu/cuda: fix memory list cleanup
 2021-12-21 20:50 UTC 

[PATCH v1 0/2] Add config file support for l3fwd
 2021-12-21 12:30 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] examples/l3fwd: add config file support for LPM/FIB
  ` [PATCH v2 2/2] examples/l3fwd: add config file support for EM
  ` [PATCH v3 0/2] Add config file support for l3fwd
    ` [PATCH v3 1/2] examples/l3fwd: add config file support for LPM/FIB
    ` [PATCH v3 2/2] examples/l3fwd: add config file support for EM

[PATCH v1 1/2] eventdev/crypto_adapter: move crypto ops to circular buffer
 2021-12-21 11:31 UTC  (2+ messages)
` [PATCH v1 2/2] eventdev: update crypto caps get to return SW cap

[dpdk-dev] [PATCH ] common/cnxk: fix nibble parsing order when dumping MCAM
 2021-12-21 11:24 UTC  (2+ messages)

[PATCH v1] eventdev/crypto_adapter: move crypto ops to circular buffer
 2021-12-21 11:09 UTC 

[dpdk-dev] [PATCH 22.02 1/2] common/cnxk: support to set channel mask for SDP interfaces
 2021-12-21 10:18 UTC  (2+ messages)

[PATCH] mempool: fix the description of some function return values
 2021-12-21 10:16 UTC  (2+ messages)

[Bug 914] Deprication warning from call-sphinx-build.py
 2021-12-21 10:15 UTC 

[PATCH] app/eventdev: add crypto producer mode
 2021-12-21  8:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] net/i40e: reduce redundant store operation
 2021-12-21  8:11 UTC 

[PATCH] common/cnxk: fix incorrect error checking
 2021-12-21  8:02 UTC 

[dpdk-dev] [PATCH 1/1] net/mlx5: fix stack buffer overflow
 2021-12-21  7:37 UTC 

[PATCH 0/3] reduce redundant store operation for Tx free
 2021-12-21  6:55 UTC  (6+ messages)
` [PATCH 1/3] net/i40e: reduce redundant store operation
` [PATCH 2/3] net/ice: "
` [PATCH 3/3] net/ixgbe: "
    ` 回复: "

[PATCH] net/sfc: fix the argument to sizeof for unit cache
 2021-12-21  6:41 UTC 

[PATCH] dma/idxd: fix burst capacity calculation
 2021-12-20 17:05 UTC 

[PATCH] common/cnxk: update NIX and NPA dump function
 2021-12-20 13:26 UTC 

[PATCH 00/12] add packet generator library and example app
 2021-12-20 13:21 UTC  (7+ messages)
` [PATCH 05/12] gen: add raw packet data API and tests

[PATCH 1/8] common/dpaax: caamflib: Remove code related to SEC ERA 1 to 7
 2021-12-20 10:27 UTC  (8+ messages)
` [PATCH 2/8] common/dpaax: change job processing mode for PDCP SDAP
` [PATCH 3/8] crypto/dpaa2_sec: ordered queue support
` [PATCH 4/8] crypto/dpaa2_sec: support AES-GMAC
` [PATCH 5/8] crypto/dpaa2_sec: change digest size for AES_CMAC
` [PATCH 6/8] crypto/dpaa2_sec: add useful debug prints in sec dequeue
` [PATCH 7/8] crypto/dpaa2: fix to check next type for auth or cipher
` [PATCH 8/8] crypto/dpaa_sec: add debug framework

19.11.11 (RC2) patches review and test
 2021-12-20  7:59 UTC 

[dpdk-dev] [PATCH] net/ixgbe: check ixgbe filter init failure
 2021-12-20  7:37 UTC  (2+ messages)

[Bug 913] [dpdk-19.11.11]'mk/' makefile build failed on Freebsd13 with clang11.0.1
 2021-12-20  7:30 UTC 

[PATCH] net/i40e: remove redundant judgment for rearm
 2021-12-20  5:42 UTC 

[PATCH] crypto: use single buffer for asymmetric session
 2021-12-19 23:12 UTC  (2+ messages)

Build igb_uio.ko separately from building all DPDK code
 2021-12-19  8:09 UTC 

[dpdk-dev] [PATCH] config/x86: add support for AMD platform
 2021-12-17 20:12 UTC  (5+ 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).