DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v3 1/2] app/testpmd: fix vlan offload of rxq
 2022-10-21 18:38 UTC  (2+ messages)
` [PATCH v3 2/2] net/ice: fix vlan offload

[PATCH] dumpcap: fix pathname for output file
 2022-10-21 13:07 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 00/29] baseband/acc100: changes for 22.11
 2022-10-21 13:06 UTC  (38+ messages)
` [PATCH v5 01/29] baseband/acc100: fix ring availability calculation
` [PATCH v5 02/29] baseband/acc100: add function to check AQ availability
` [PATCH v5 03/29] baseband/acc100: memory leak fix
` [PATCH v5 04/29] baseband/acc100: add LDPC encoder padding function
` [PATCH v5 05/29] baseband/acc100: check turbo dec/enc input
` [PATCH v5 06/29] baseband/acc100: check for unlikely operation vals
` [PATCH v5 07/29] baseband/acc100: enforce additional check on FCW
` [PATCH v5 08/29] baseband/acc100: allocate ring/queue mem when NULL
` [PATCH v5 09/29] baseband/acc100: reduce input length for CRC24B
` [PATCH v5 10/29] baseband/acc100: fix clearing PF IR outside handler
` [PATCH v5 11/29] baseband/acc100: set device min alignment to 1
` [PATCH v5 12/29] baseband/acc100: add protection for NULL HARQ input
` [PATCH v5 13/29] baseband/acc100: reset pointer after rte_free
` [PATCH v5 14/29] baseband/acc100: fix debug print for LDPC FCW
` [PATCH v5 15/29] baseband/acc100: add enqueue status
` [PATCH v5 16/29] baseband/acc100: add scatter-gather support
` [PATCH v5 17/29] baseband/acc100: add HARQ index helper function
` [PATCH v5 18/29] baseband/acc100: enable input validation by default
` [PATCH v5 19/29] baseband/acc100: added LDPC transport block support
` [PATCH v5 20/29] baseband/acc100: update validate LDPC enc/dec
` [PATCH v5 21/29] baseband/acc100: implement configurable queue depth
` [PATCH v5 22/29] baseband/acc100: add queue stop operation
` [PATCH v5 23/29] baseband/acc100: update uplink CB input length
` [PATCH v5 24/29] baseband/acc100: update log messages
` [PATCH v5 25/29] baseband/acc100: store FCW from first CB descriptor
` [PATCH v5 26/29] baseband/acc100: update device info
` [PATCH v5 27/29] baseband/acc100: add ring companion address
` [PATCH v5 28/29] baseband/acc100: add workaround for deRM corner cases
` [PATCH v5 29/29] baseband/acc100: configure PMON control registers
` [EXT] [PATCH v5 00/29] baseband/acc100: changes for 22.11

[PATCH] dumpcap: remove bogus rte_free()
 2022-10-21 13:06 UTC  (2+ messages)

[PATCH v5 00/25] add the basic rte_flow offload support of nfp PMD
 2022-10-21 13:04 UTC  (31+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 01/27] net/nfp: fix CPP bridge service requirement
  ` [PATCH v6 02/27] net/nfp: fix the promiscuous mode control functions
  ` [PATCH v6 03/27] net/nfp: fix the service stuck the app end
  ` [PATCH v6 04/27] net/nfp: add the structures and functions for flow offload
  ` [PATCH v6 05/27] net/nfp: add the stats process logic in ctrl VNIC service
  ` [PATCH v6 06/27] net/nfp: add the flow APIs of nfp PMD
  ` [PATCH v6 07/27] net/nfp: support basic flow items
  ` [PATCH v6 08/27] net/nfp: support basic flow actions
  ` [PATCH v6 09/27] net/nfp: support VLAN flow item
  ` [PATCH v6 10/27] net/nfp: support IPv4 "
  ` [PATCH v6 11/27] net/nfp: support IPv6 "
  ` [PATCH v6 12/27] net/nfp: support TCP "
  ` [PATCH v6 13/27] net/nfp: support UDP "
  ` [PATCH v6 14/27] net/nfp: support SCTP "
  ` [PATCH v6 15/27] net/nfp: support SRC MAC flow action
  ` [PATCH v6 16/27] net/nfp: support DST "
  ` [PATCH v6 17/27] net/nfp: support pop VLAN "
  ` [PATCH v6 18/27] net/nfp: support push "
  ` [PATCH v6 19/27] net/nfp: support SRC IPv4 "
  ` [PATCH v6 20/27] net/nfp: support DST "
  ` [PATCH v6 21/27] net/nfp: support SRC IPv6 "
  ` [PATCH v6 22/27] net/nfp: support DST "
  ` [PATCH v6 23/27] net/nfp: support TP SRC "
  ` [PATCH v6 24/27] net/nfp: support TP DST "
  ` [PATCH v6 25/27] net/nfp: support TTL "
  ` [PATCH v6 26/27] net/nfp: support IPv4 DSCP "
  ` [PATCH v6 27/27] net/nfp: support IPv6 "

[PATCH v3] dumpcap: fix select interface
 2022-10-21 13:01 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2] net/ice: support vxlan gpe tunnel offload
 2022-10-21 12:59 UTC  (2+ messages)

[PATCH v8 01/14] common/idpf: introduce common library
 2022-10-21 12:46 UTC  (29+ messages)
` [PATCH v9 00/14] add support for idpf PMD in DPDK
  ` [PATCH v9 01/14] common/idpf: introduce common library
  ` [PATCH v9 02/14] net/idpf: add support for device initialization
  ` [PATCH v9 03/14] net/idpf: add queue setup and release in single queue model
  ` [PATCH v9 04/14] net/idpf: add queue setup and release in split "
  ` [PATCH v9 05/14] net/idpf: add support for queue start and stop
  ` [PATCH v9 06/14] net/idpf: add support for device information get
  ` [PATCH v9 07/14] net/idpf: add support for packet type get
  ` [PATCH v9 08/14] net/idpf: add support for basic Rx/Tx datapath
  ` [PATCH v9 09/14] net/idpf: add support for Rx/Tx offloading
  ` [PATCH v9 10/14] net/idpf: add support for RSS
  ` [PATCH v9 11/14] net/idpf: add support for MTU configuration
  ` [PATCH v9 12/14] net/idpf: add support for write back based on ITR expire
  ` [PATCH v9 13/14] net/idpf: add AVX512 data path for single queue model
  ` [PATCH v9 14/14] net/idpf: add support for timestamp offload

[PATCH] service: fix early move to inactive status
 2022-10-21 11:36 UTC  (2+ messages)

[PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
 2022-10-21 11:35 UTC 

[PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
 2022-10-21 11:28 UTC 

[PATCH] net/i40e: fix outer checksum flags
 2022-10-21 10:21 UTC 

[PATCH] net/nfp: set the appropriate initialized value of flbufsz
 2022-10-21  9:59 UTC  (3+ messages)
` [PATCH v2] net/nfp: ensure the MTU can work

[PATCH v6 0/8] introduce GVE PMD
 2022-10-21  9:52 UTC  (15+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/8] net/gve/base: introduce base code
  ` [PATCH v7 2/8] net/gve/base: add OS specific implementation
  ` [PATCH v7 3/8] net/gve: add support for device initialization
  ` [PATCH v7 4/8] net/gve: add support for link update
  ` [PATCH v7 5/8] net/gve: add support for MTU setting
  ` [PATCH v7 6/8] net/gve: add support for dev info get and dev configure
  ` [PATCH v7 7/8] net/gve: add support for queue operations
  ` [PATCH v7 8/8] net/gve: add support for Rx/Tx

[PATCH] eventdev: fix event vector documentation typo
 2022-10-21  9:42 UTC  (2+ messages)

[PATCH] eventdev/eth_tx: fix queue delete logic
 2022-10-21  9:32 UTC  (3+ messages)
` [PATCH v2] "

DPDK Release Status Meeting 2022-10-20
 2022-10-21  9:31 UTC 

[PATCH v5 0/6] crypto/uadk: introduce uadk crypto driver
 2022-10-21  8:38 UTC  (7+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 2/6] crypto/uadk: support basic operations
` [PATCH v5 3/6] crypto/uadk: support enqueue/dequeue operations
` [PATCH v5 4/6] crypto/uadk: support cipher algorithms
` [PATCH v5 5/6] crypto/uadk: support auth algorithms
` [PATCH v5 6/6] test/crypto: add cryptodev_uadk_autotest

[PATCH v2 1/3] crypto/qat: fix uncleared cookies in asym
 2022-10-21  8:29 UTC  (6+ messages)
` [PATCH v2 2/3] crypto/qat: fix unnecessary session check
` [PATCH v2 3/3] crypto/qat: fix not set rsa lengths

[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
 2022-10-21  8:22 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] "
  ` [PATCH v7 2/2] examples/vhost: unconfigure DMA vchannel

[PATH 0/2] vhost: fix some async vhost index calculation issues
 2022-10-21  8:17 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] vhost: fix descs count in async vhost packed ring
  ` [PATCH v2 2/2] vhost: fix slot index calculation in async vhost

[PATCH v3 00/30] baseband/acc100: changes for 22.11
 2022-10-21  8:06 UTC  (5+ messages)
` [PATCH v3 18/30] baseband/acc100: enable input validation by default

[PATCH v3] event/dlb2: fix port COS range allocation
 2022-10-21  8:04 UTC  (2+ messages)

[PATCH v4 0/6] crypto/uadk: introduce uadk crypto driver
 2022-10-21  7:47 UTC  (5+ messages)
` [EXT] "

[PATCH] app/test: fix LACP handshake overtime
 2022-10-21  7:33 UTC  (4+ messages)

[PATCH v2 0/6] update autotest with new algorithms
 2022-10-21  7:26 UTC  (7+ messages)
` [PATCH v2 1/6] test/security: add unit tests for DES and 3DES
` [PATCH v2 2/6] test/security: add unit tests for auth algo MD5
` [PATCH v2 3/6] test/security: update antireplay unit test for event mode
` [PATCH v2 4/6] test/crypto: check antireply capability only for ingress
` [PATCH v2 5/6] test/crypto: add unit tests for DES and MD5
` [PATCH v2 6/6] test/crypto: add unit test for custom UDP ports

[PATCH v4 1/9] net/gve/base: introduce GVE PMD base code
 2022-10-21  5:22 UTC  (14+ messages)
` [PATCH v5 0/8] introduce GVE PMD
  ` [PATCH v5 3/8] net/gve: add support for device initialization
  ` [PATCH v5 6/8] net/gve: add support for dev info get and dev configure

[PATCH] net/iavf: revert fix VLAN insertion
 2022-10-21  2:42 UTC  (6+ messages)
` [PATCH v2] "

[dpdk-dev v1] crypto/ipsec_mb: multi-process IPC request handler
 2022-10-20 23:51 UTC 

[PATCH v1 0/3] Enable PMD power management on Arm
 2022-10-20 22:09 UTC  (6+ messages)
` [PATCH v1 3/3] examples/l3fwd-power: enable PMD power mgmt "
  ` 回复: "

[PATCH v2 0/4] crypto/qat: extend asymmetric crypto pmd
 2022-10-20 21:57 UTC  (7+ messages)
` [PATCH v2 1/4] crypto/qat: make immutable parameters constant
` [PATCH v2 2/4] crypto/qat: improve freeing of asym cookies
` [PATCH v2 3/4] crypto/qat: add ecdh key exchange algorithm
` [PATCH v2 4/4] crypto/qat: add ecdh public key verification

[PATCH 1/2] eal: expose lcore pthread id
 2022-10-20 20:03 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v4 1/2] mem: telemetry support for memseg and element information
 2022-10-20 19:50 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] mem: telemetry support for system memory information
      ` [EXT] "

[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
 2022-10-20 18:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1] event/dlb2: fix port COS range allocation
 2022-10-20 17:50 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/6] update autotest with new algorithms
 2022-10-20 16:23 UTC  (3+ messages)
` [PATCH 5/6] test/crypto: add unit tests for DES and MD5

[PATCH v4 1/5] examples/l3fwd: fix port group mask generation
 2022-10-20 16:15 UTC  (4+ messages)
` [PATCH v5 "
  ` [EXT] "

[v1 00/19] net/mlx5: Add HW steering low level support
 2022-10-20 15:57 UTC  (20+ messages)
` [v6 00/18] "
  ` [v6 01/18] net/mlx5: split flow item translation
  ` [v6 02/18] net/mlx5: split flow item matcher and value translation
  ` [v6 03/18] net/mlx5: add hardware steering item translation function
  ` [v6 04/18] net/mlx5: add port to metadata conversion
  ` [v6 05/18] common/mlx5: query set capability of registers
  ` [v6 06/18] net/mlx5: provide the available tag registers
  ` [v6 07/18] net/mlx5: Add additional glue functions for HWS
  ` [v6 08/18] net/mlx5/hws: Add HWS command layer
  ` [v6 09/18] net/mlx5/hws: Add HWS pool and buddy
  ` [v6 10/18] net/mlx5/hws: Add HWS send layer
  ` [v6 11/18] net/mlx5/hws: Add HWS definer layer
  ` [v6 12/18] net/mlx5/hws: Add HWS context object
  ` [v6 13/18] net/mlx5/hws: Add HWS table object
  ` [v6 14/18] net/mlx5/hws: Add HWS matcher object
  ` [v6 15/18] net/mlx5/hws: Add HWS rule object
  ` [v6 16/18] net/mlx5/hws: Add HWS action object
  ` [v6 17/18] net/mlx5/hws: Add HWS debug layer
  ` [v6 18/18] net/mlx5/hws: Enable HWS

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