DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] net/nfp: remove unused struct fields
 2023-06-05  5:45 UTC 

[PATCH] doc: build manpages as well as html output
 2023-06-05  5:20 UTC  (2+ messages)

[PATCH v2] drivers/net/bnx2x : Add experimental 2.5Gbps support for BCM578xx
 2023-06-05  4:49 UTC  (5+ messages)
` [PATCH v3] net/bnx2x : add "
  ` [PATCH v4] net/bnx2x: support 2.5Gbps

[PATCH 0/2] report the outer L3 and L4 packet type
 2023-06-05  3:12 UTC  (3+ messages)
` [PATCH 1/2] net/nfp: report outer L3 packet type by Rx descriptor
` [PATCH 2/2] net/nfp: add default process to report outer L4 packet type

[PATCH] app/testpmd: fix segment fault with invalid queue id
 2023-06-05  2:27 UTC  (16+ messages)
` [PATCH v2 0/2] add API and use it to fix a bug
  ` [PATCH v2 1/2] ethdev: add API to check queue ID validity
` [PATCH v4 0/2] add Rx/Tx queue ID check API and use it to fix a bug
  ` [PATCH v4 1/2] ethdev: add API to check if queue is valid
  ` [PATCH v4 2/2] app/testpmd: fix segment fault with invalid queue ID
` [PATCH v5 0/2] add Rx/Tx queue ID check API and use it to fix a bug
  ` [PATCH v5 1/2] ethdev: add API to check if queue is valid
  ` [PATCH v5 2/2] app/testpmd: fix segment fault with invalid queue ID

[PATCH 00/34] net/sfc: support HW conntrack assistance
 2023-06-04 23:25 UTC  (71+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/34] common/sfc_efx/base: update MCDI headers
  ` [PATCH v2 02/34] common/sfc_efx/base: detect MCDI Table Access API support
  ` [PATCH v2 03/34] common/sfc_efx/base: add API to list HW tables
  ` [PATCH v2 04/34] common/sfc_efx/base: add macro to get indexed QWORD field
  ` [PATCH v2 05/34] common/sfc_efx/base: add API to get HW table desc
  ` [PATCH v2 06/34] common/sfc_efx/base: add API to insert data to HW table
  ` [PATCH v2 07/34] common/sfc_efx/base: add API to delete entry from "
  ` [PATCH v2 08/34] net/sfc: add MCDI wrappers for BCAM tables
  ` [PATCH v2 09/34] net/sfc: add functions to manipulate MCDI table fields
  ` [PATCH v2 10/34] net/sfc: attach to HW table API
  ` [PATCH v2 11/34] net/sfc: add API to manage HW Conntrack table
  ` [PATCH v2 12/34] net/sfc: make entry pointer optional in MAE resource helpers
  ` [PATCH v2 13/34] net/sfc: turn flow create/destroy methods into lock wrappers
  ` [PATCH v2 14/34] net/sfc: let driver-internal flows use VF representor action
  ` [PATCH v2 15/34] net/sfc: extend generic flow API to allow for internal flows
  ` [PATCH v2 16/34] net/sfc: switch driver-internal flows to use generic methods
  ` [PATCH v2 17/34] net/sfc: move MAE flow parsing method to MAE-specific source
  ` [PATCH v2 18/34] net/sfc: move MAE counter stream start to action set handler
  ` [PATCH v2 19/34] net/sfc: prepare MAE outer rules for action rule indirection
  ` [PATCH v2 20/34] net/sfc: turn MAE flow action rules into shareable resources
  ` [PATCH v2 21/34] common/sfc_efx/base: provide an API to clone MAE match specs
  ` [PATCH v2 22/34] common/sfc_efx/base: add API to read back MAE match criteria
  ` [PATCH v2 23/34] common/sfc_efx/base: match on conntrack mark in action rules
  ` [PATCH v2 24/34] common/sfc_efx/base: add API to request MAE conntrack lookup
  ` [PATCH v2 25/34] net/sfc: make use of conntrack assistance for transfer flows
  ` [PATCH v2 26/34] common/sfc_efx/base: support NAT edits in MAE
  ` [PATCH v2 27/34] net/sfc: add support for IPv4 NAT offload to MAE backend
  ` [PATCH v2 28/34] net/sfc: rename SW structures used by transfer flow counters
  ` [PATCH v2 29/34] net/sfc: rework MAE action rule counter representation in SW
  ` [PATCH v2 30/34] net/sfc: support indirect count action in transfer flows
  ` [PATCH v2 31/34] common/sfc_efx/base: rework MAE counter provisioning helpers
  ` [PATCH v2 32/34] net/sfc: indicate MAE counter type in use for transfer flows
  ` [PATCH v2 33/34] common/sfc_efx/base: support conntrack assistance counters
  ` [PATCH v2 34/34] net/sfc: use conntrack assistance counters in transfer flows
` [PATCH v3 00/34] net/sfc: support HW conntrack assistance
  ` [PATCH v3 01/34] common/sfc_efx/base: update MCDI headers
  ` [PATCH v3 02/34] common/sfc_efx/base: detect MCDI Table Access API support
  ` [PATCH v3 03/34] common/sfc_efx/base: add API to list HW tables
  ` [PATCH v3 04/34] common/sfc_efx/base: add macro to get indexed QWORD field
  ` [PATCH v3 05/34] common/sfc_efx/base: add API to get HW table desc
  ` [PATCH v3 06/34] common/sfc_efx/base: add API to insert data to HW table
  ` [PATCH v3 07/34] common/sfc_efx/base: add API to delete entry from "
  ` [PATCH v3 08/34] net/sfc: add MCDI wrappers for BCAM tables
  ` [PATCH v3 09/34] net/sfc: add functions to manipulate MCDI table fields
  ` [PATCH v3 10/34] net/sfc: attach to HW table API
  ` [PATCH v3 11/34] net/sfc: add API to manage HW Conntrack table
  ` [PATCH v3 12/34] net/sfc: make entry pointer optional in MAE resource helpers
  ` [PATCH v3 13/34] net/sfc: turn flow create/destroy methods into lock wrappers
  ` [PATCH v3 14/34] net/sfc: let driver-internal flows use VF representor action
  ` [PATCH v3 15/34] net/sfc: extend generic flow API to allow for internal flows
  ` [PATCH v3 16/34] net/sfc: switch driver-internal flows to use generic methods
  ` [PATCH v3 17/34] net/sfc: move MAE flow parsing method to MAE-specific source
  ` [PATCH v3 18/34] net/sfc: move MAE counter stream start to action set handler
  ` [PATCH v3 19/34] net/sfc: prepare MAE outer rules for action rule indirection
  ` [PATCH v3 20/34] net/sfc: turn MAE flow action rules into shareable resources
  ` [PATCH v3 21/34] common/sfc_efx/base: provide an API to clone MAE match specs
  ` [PATCH v3 22/34] common/sfc_efx/base: add API to read back MAE match criteria
  ` [PATCH v3 23/34] common/sfc_efx/base: match on conntrack mark in action rules
  ` [PATCH v3 24/34] common/sfc_efx/base: add API to request MAE conntrack lookup
  ` [PATCH v3 25/34] net/sfc: make use of conntrack assistance for transfer flows
  ` [PATCH v3 26/34] common/sfc_efx/base: support NAT edits in MAE
  ` [PATCH v3 27/34] net/sfc: add support for IPv4 NAT offload to MAE backend
  ` [PATCH v3 28/34] net/sfc: rename SW structures used by transfer flow counters
  ` [PATCH v3 29/34] net/sfc: rework MAE action rule counter representation in SW
  ` [PATCH v3 30/34] net/sfc: support indirect count action in transfer flows
  ` [PATCH v3 31/34] common/sfc_efx/base: rework MAE counter provisioning helpers
  ` [PATCH v3 32/34] net/sfc: indicate MAE counter type in use for transfer flows
  ` [PATCH v3 33/34] common/sfc_efx/base: support conntrack assistance counters
  ` [PATCH v3 34/34] net/sfc: use conntrack assistance counters in transfer flows

[PATCH v2 0/3] SM2 crypto algorithm support
 2023-06-04  9:47 UTC  (5+ messages)
` [PATCH v2 1/3] cryptodev: add SM2 asymmetric crypto algorithm

[PATCH v3 0/3] SM2 crypto algorithm support
 2023-06-04  9:42 UTC  (4+ messages)
` [PATCH v3 1/3] cryptodev: add SM2 asymmetric crypto algorithm
` [PATCH v3 2/3] test/crypto: add asymmetric SM2 test cases
` [PATCH v3 3/3] crypto/openssl: add SM2 asymmetric crypto support

[PATCH 0/2] cleanup use of rte_strlcpy
 2023-06-02 21:46 UTC  (3+ messages)

[PATCH] net/gve: fix bug in verify driver compatibility
 2023-06-02 21:44 UTC  (7+ messages)

[PATCH 0/5] support setting and querying RSS algorithms
 2023-06-02 21:19 UTC  (10+ messages)
` [PATCH 1/5] ethdev: support setting and querying rss algorithm
` [PATCH 3/5] app/proc-info: fix never show RSS info
` [PATCH 4/5] app/proc-info: show RSS types with strings

[PATCH 2/2] app/testpmd: user assigned flow ID to flows
 2023-06-02 20:19 UTC  (5+ messages)
` [PATCH V2 1/2] app/testpmd: change flow rule type
  ` [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules

[PATCH 00/25] replace snprintf with strlcpy
 2023-06-02 20:01 UTC  (10+ messages)
` [PATCH 04/25] raw/ifpga: "
` [PATCH 09/25] crypto/dpaa_sec: "
` [PATCH 16/25] net/dpaa*: "
` [PATCH 20/25] net/ionic: "

[RFC v2 0/3] add frequency adjustment support for PTP timesync
 2023-06-02 19:52 UTC  (7+ messages)
` [RFC v3 "
  ` [RFC v3 2/3] examples/ptpclient: refine application
  ` [RFC v3 3/3] examples/ptpclient: add frequency adjustment support

[PATCH 0/7] replace rte atomics with GCC builtin atomics
 2023-06-02 19:45 UTC  (8+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] stack: "
  ` [PATCH v4 2/6] dma/idxd: "
  ` [PATCH v4 3/6] net/ice: "
  ` [PATCH v4 4/6] net/ixgbe: "
  ` [PATCH v4 5/6] net/null: "
  ` [PATCH v4 6/6] net/ring: "

[PATCH v3] app/testpmd: expand noisy neighbour forward mode support
 2023-06-02 18:29 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v1] app/testpmd: set srv6 header without any TLV
 2023-06-02 18:15 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] net/bonding: rename bonded to bonding
 2023-06-02 17:04 UTC  (3+ messages)

[PATCH v4 1/2] ip_frag: optimize key compare and hash generation
 2023-06-02 17:01 UTC  (3+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] test: add reassembly perf test

[PATCH] node: add IPv4 reassembly node
 2023-06-02 16:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] add support of showing firmware version
 2023-06-02 16:45 UTC  (2+ messages)

[PATCH 0/5] Add support of report packet type
 2023-06-02 16:26 UTC  (2+ messages)

[PATCH v2 0/4] app: introduce testgraph application
 2023-06-02 16:22 UTC  (5+ messages)
` [PATCH v3 0/3] node: Introduce kernel_rx & kernel_tx nodes
  ` [PATCH v3 1/3] node/kernel_tx: support packet transmit to kernel
  ` [PATCH v3 2/3] node/kernel_rx: support receiving packets from kernel
  ` [PATCH v3 3/3] node/ethdev_rx: remove hardcoded node next details

[PATCH 0/6] windows: remove most pthread lifetime shim functions
 2023-06-02 16:22 UTC  (6+ messages)

[PATCH] doc/guides: fix typo for cnxk platform
 2023-06-02 16:21 UTC 

[RFC v3 0/2] add DTS smoke tests
 2023-06-02 15:13 UTC  (3+ messages)
` [RFC v3 1/2] dts: add "
` [RFC v3 2/2] dts: added paramiko to dependencies

[PATCH v3] net/bonding: replace master/slave to main/member
 2023-06-02 15:05 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v1 1/8] ethdev: add IPv6 extension push remove action
 2023-06-02 14:39 UTC  (3+ messages)
` [PATCH v1 0/2] add IPv6 extension push remove

[PATCH v1 0/1] bbdev: extend range for alloc function
 2023-06-02 14:17 UTC  (5+ messages)
` [PATCH v1 1/1] bbdev: extend range of allocation function

Here's 7 things you should know this month 🗞️
 2023-06-02 14:16 UTC 

[PATCH 00/11] net/hns3: add some bugfixes for hns3
 2023-06-02 13:51 UTC  (18+ messages)
` [PATCH 01/11] net/hns3: fix uninitialized RTC time
` [PATCH v2 00/11] net/hns3: add some bugfixes for hns3
  ` [PATCH v2 01/11] net/hns3: fix uninitialized RTC time
  ` [PATCH v2 02/11] net/hns3: fix unenabled RTC time after reset
  ` [PATCH v2 03/11] net/hns3: add the uninitialization process of PTP
  ` [PATCH v2 04/11] net/hns3: extract a PTP header file
  ` [PATCH v2 05/11] net/hns3: fix mbuf leak when start rxq in resetting
  ` [PATCH v2 06/11] net/hns3: fix mbuf leak when start rxq after resetting
  ` [PATCH v2 07/11] net/hns3: fix no errcode returned when failed to init queue
  ` [PATCH v2 08/11] net/hns3: fix uninitialized variable
  ` [PATCH v2 09/11] net/hns3: make code more clean
  ` [PATCH v2 10/11] net/hns3: fix inaccurate log
  ` [PATCH v2 11/11] net/hns3: remove log redundant line break

[PATCH] eal/linux: register mp hotplug callback after memory init
 2023-06-02 13:10 UTC  (5+ messages)
  ` [External] "

[PATCH] reorder: introduce API to obtain memory footprint
 2023-06-02 11:33 UTC  (5+ messages)

[PATCH v3] crypto/qat: default to IPsec MB for pre and post computes
 2023-06-02 11:24 UTC  (3+ messages)
` [PATCH v4] crypto/qat: default to IPsec MB for computations

[dpdk-dev] [PATCH v1] doc: remove warning with doxygen 1.9.7
 2023-06-02 11:16 UTC  (10+ messages)
  ` [dpdk-dev] [PATCH v3] "

FW: [PATCH v7 1/4] net/bnx2x: fix warnings about rte_memcpy lengths
 2023-06-02 10:15 UTC 

DPDK Release Status Meeting 2023-06-01
 2023-06-02  9:45 UTC  (2+ messages)

[PATCH 0/4] net/sfc: support KEEP_CRC offload
 2023-06-02  9:43 UTC  (3+ messages)
` [PATCH 1/4] common/sfc_efx/base: NIC Partitioning mode discovery using heuristic approach

[PATCH 0/3] net/sfc: support FEC feature
 2023-06-02  9:09 UTC  (7+ messages)
` [PATCH 1/3] net/sfc: split link update function
` [PATCH 2/3] common/sfc_efx/base: add FEC related macros
` [PATCH 3/3] net/sfc: support FEC feature

[PATCH 0/3] net/sfc: support VLAN stripping offload
 2023-06-02  8:46 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] common/sfc_efx/base: report VLAN stripping capability
  ` [PATCH v4 2/3] common/sfc_efx/base: add support to enable VLAN stripping
  ` [PATCH v4 3/3] net/sfc: support VLAN stripping offload

[PATCH v2] net/bnx2x : offer maintainership for bnx2x
 2023-06-02  7:52 UTC  (2+ messages)
` [PATCH v3] net/bnx2x: "

[PATCH v2] gro : ipv6 changes to support GRO for TCP/ipv6
 2023-06-02  6:34 UTC  (3+ messages)
` [PATCH v3] gro : ipv6-gro review comments to reduce code duplication across v4 and v6
` [PATCH v3] gro : ipv6 changes to support GRO for TCP/ipv6

[PATCH v3 0/4] vhost: add device op to offload the interrupt kick
 2023-06-02  6:20 UTC  (3+ messages)

[PATCH 0/3] use C11 memory model GCC builtin atomics
 2023-06-02  4:18 UTC  (4+ messages)

[PATCH] net/iavf: add VF reset check
 2023-06-02  3:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 resend] crypto/uadk: set queue pair in dev_configure
 2023-06-02  3:04 UTC 

[PATCH v2] net/iavf: add VF reset check
 2023-06-02  2:37 UTC 

[PATCH v2] net/iavf: add devargs to control watchdog
 2023-06-02  2:32 UTC 

[PATCH] net/ice: fix outer UDP checksum offload
 2023-06-02  1:42 UTC 

[PATCH v2] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd
 2023-06-01 22:52 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] app/testpmd: fix IPv6 tunnel packet checksum error
 2023-06-01 22:09 UTC  (2+ messages)

[PATCH v4 00/26] Add VDUSE support to Vhost library
 2023-06-01 20:07 UTC  (2+ messages)
` [PATCH v4 09/26] vhost: introduce backend ops

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