DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2] net/ice: support vxlan gpe tunnel offload
 2022-10-21 12:59 UTC 

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

[PATCH v5 00/29] baseband/acc100: changes for 22.11
 2022-10-21  5:21 UTC  (30+ 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

[PATCH v8 01/14] common/idpf: introduce common library
 2022-10-21  5:18 UTC  (16+ 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 v4 1/9] net/gve/base: introduce GVE PMD base code
 2022-10-21  4:46 UTC  (39+ messages)
` [PATCH v5 0/8] introduce GVE PMD
  ` [PATCH v5 1/8] net/gve/base: introduce GVE PMD base code
    ` [PATCH v6 0/8] introduce GVE PMD
      ` [PATCH v6 1/8] net/gve/base: introduce GVE PMD base code
      ` [PATCH v6 2/8] net/gve/base: add OS specific implementation
      ` [PATCH v6 3/8] net/gve: add support for device initialization
      ` [PATCH v6 4/8] net/gve: add support for link update
      ` [PATCH v6 5/8] net/gve: add support for MTU setting
      ` [PATCH v6 6/8] net/gve: add support for dev info get and dev configure
      ` [PATCH v6 7/8] net/gve: add support for queue operations
      ` [PATCH v6 8/8] net/gve: add support for Rx/Tx
  ` [PATCH v5 3/8] net/gve: add support for device initialization
  ` [PATCH v5 5/8] net/gve: add support for MTU setting
  ` [PATCH v5 6/8] net/gve: add support for dev info get and dev configure
  ` [PATCH v5 8/8] net/gve: add support for Rx/Tx

[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] dumpcap: remove bogus rte_free()
 2022-10-20 22:18 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  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] mem: telemetry support for system memory information
      ` [EXT] "

[PATCH] service: fix early move to inactive status
 2022-10-20 19:00 UTC 

[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  (4+ messages)
` [PATCH v2] "
` [PATCH v4] "

[PATCH v3] event/dlb2: fix port COS range allocation
 2022-10-20 17:31 UTC 

[PATCH] dumpcap: fix pathname for output file
 2022-10-20 17:28 UTC  (2+ messages)
` [PATCH v3] "

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

[PATCH] eventdev/eth_tx: fix queue delete logic
 2022-10-20 16:28 UTC 

[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

[PATCH 00/27] net/mlx5: HW steering PMD update
 2022-10-20 15:41 UTC  (20+ messages)
` [PATCH v6 00/18] "
  ` [PATCH v6 01/18] net/mlx5: fix invalid flow attributes
  ` [PATCH v6 02/18] net/mlx5: fix IPv6 and TCP RSS hash fields
  ` [PATCH v6 03/18] net/mlx5: add shared header reformat support
  ` [PATCH v6 04/18] net/mlx5: add modify field hws support
  ` [PATCH v6 05/18] net/mlx5: add HW steering port action
  ` [PATCH v6 06/18] net/mlx5: add extended metadata mode for hardware steering
  ` [PATCH v6 07/18] net/mlx5: add HW steering meter action
  ` [PATCH v6 08/18] net/mlx5: add HW steering counter action
  ` [PATCH v6 09/18] net/mlx5: support DR action template API
  ` [PATCH v6 10/18] net/mlx5: add HW steering connection tracking support
  ` [PATCH v6 11/18] net/mlx5: add HW steering VLAN push, pop and VID modify flow actions
  ` [PATCH v6 12/18] net/mlx5: implement METER MARK indirect action for HWS
  ` [PATCH v6 13/18] net/mlx5: add HWS AGE action support
  ` [PATCH v6 14/18] net/mlx5: add async action push and pull support
  ` [PATCH v6 15/18] net/mlx5: support flow integrity in HWS group 0
  ` [PATCH v6 16/18] net/mlx5: support device control for E-Switch default rule
  ` [PATCH v6 17/18] net/mlx5: support device control of representor matching
  ` [PATCH v6 18/18] net/mlx5: create control flow rules with HWS

[PATCH v2] dumpcap: add the mutiprocess fileprefix support
 2022-10-20 15:40 UTC  (6+ messages)
` [RFT] dumpcap: add file-prefix option

[PATCH] ci: combine static and shared linking build tests
 2022-10-20 15:34 UTC  (4+ messages)

[PATCH v3 1/2] common/qat: read hw slice configuration
 2022-10-20 14:09 UTC  (4+ messages)
` [PATCH v3 2/2] crypto/qat: "

[PATCH] net/vhost: support asynchronous data path
 2022-10-20 14:00 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] net/mlx5: fix tunnel header with IPIP offload
 2022-10-20 12:55 UTC 

[PATCH v6 0/2] Add l2reflect measurement application
 2022-10-20 12:45 UTC  (5+ messages)
` [PATCH v6 2/2] "

[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
 2022-10-20 12:13 UTC 

[PATCH v4 00/25] add the basic rte_flow offload support of nfp PMD
 2022-10-20 11:55 UTC  (15+ messages)
` [PATCH v5 "
  ` [PATCH v5 04/25] net/nfp: add the flow APIs "
  ` [PATCH v5 05/25] net/nfp: support basic flow items
  ` [PATCH v5 06/25] net/nfp: support basic flow actions
  ` [PATCH v5 13/25] net/nfp: support SRC MAC flow action

[PATCH 0/8] Trace subsystem fixes
 2022-10-20 11:51 UTC  (3+ messages)
` [PATCH v4 00/11] Trace subsystem fixes and more

[PATCH] drivers/net: remove alias for virtual devices
 2022-10-20 11:51 UTC  (6+ messages)
` [PATCH] bus/vdev: automatically add eth alias for net drivers

[PATCH] telemetry: support boolean type
 2022-10-20 11:48 UTC  (3+ messages)

[PATCH] bus/vdev: vdev_cleanup checks dev->device.driver
 2022-10-20 11:32 UTC  (3+ messages)
` [PATCH v2 resend] "

[PATCH] bus: fix memleak during pci device cleanup
 2022-10-20 11:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/13] fixes and improvements to cnxk crypto PMD
 2022-10-20 11:14 UTC  (7+ messages)
` [PATCH 08/13] common/cnxk: add opad ipad gen for md5
` [PATCH 09/13] crypto/cnxk: support PDCP AAD in CPT PMD
` [PATCH 10/13] crypto/cnxk: acquire lock while updating antireplay
` [PATCH 11/13] crypto/cnxk: switch to SG when metabuf is allocated
` [PATCH 12/13] crypto/cnxk: verify IV length during session create
` [PATCH 13/13] crypto/cnxk: remove dead code

[PATCH] mem: close rtemap files
 2022-10-20 10:46 UTC  (4+ messages)

[PATCH] net/mlx5: fix RSS expansion buffer size
 2022-10-20  9:59 UTC 

[PATCH v4 00/30] baseband/acc100: changes for 22.11
 2022-10-20  9:59 UTC  (5+ messages)
` [PATCH v4 04/30] baseband/acc100: add LDPC encoder padding function
  ` [EXT] "
` [PATCH v4 30/30] baseband/acc100: update guide docs
  ` [EXT] "

[PATCH v2] sched: Fix subport profile id not set correctly
 2022-10-20  9:55 UTC  (11+ messages)
` [PATCH 1/3] sched: fix "
  ` [PATCH 3/3] sched: support for 100G+ rates in subport/pipe config
            ` [PATCH v4 1/3] sched: fix subport profile ID
              ` [PATCH v4 2/3] sched: fix number of subport profiles
              ` [PATCH v4 3/3] sched: support for 100G+ rates in subport/pipe config

[dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs
 2022-10-20  9:31 UTC  (2+ messages)
` [PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs

[PATCH] net/iavf: fix handling of IPsec events
 2022-10-20  9:20 UTC 

[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
 2022-10-20  9:11 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] "
  ` [PATCH v7 2/2] examples/vhost: unconfigure DMA vchannel

[PATCH] net/iavf: fix queue stop for large VF
 2022-10-20  9:09 UTC 

[PATCH v2 0/4] net/mlx5: implement send to kernel action
 2022-10-20  8:25 UTC  (4+ messages)
` [PATCH v2 2/4] net/mlx5: introduce new mlx5 action flag

[PATCH] net/mlx5: add port representor support
 2022-10-20  8:20 UTC  (3+ messages)
` [v2] net/mlx5: add port representor item support

[PATCH] app/test: add support to run multi-seg inline IPsec test
 2022-10-20  8:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] app/procinfo: add some extended features
 2022-10-20  7:48 UTC  (3+ messages)
` [PATCH v10 0/8] "

[PATCH] app/testpmd: remove jumbo offload related code
 2022-10-20  7:21 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] net/bonding: support Tx prepare for bonding
 2022-10-20  7:07 UTC  (4+ messages)
` [PATCH v5] net/bonding: call Tx prepare before Tx burst

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