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

[v1 00/19] net/mlx5: Add HW steering low level support
 2022-10-19 14:42 UTC  (11+ messages)
` [v4 00/18] "
  ` [v4 01/18] net/mlx5: split flow item translation
  ` [v4 02/18] net/mlx5: split flow item matcher and value translation
  ` [v4 03/18] net/mlx5: add hardware steering item translation function
  ` [v4 04/18] net/mlx5: add port to metadata conversion
  ` [v4 05/18] common/mlx5: query set capability of registers
  ` [v4 06/18] net/mlx5: provide the available tag registers
  ` [v4 07/18] net/mlx5: Add additional glue functions for HWS
  ` [v4 08/18] net/mlx5/hws: Add HWS command layer
  ` [v4 09/18] net/mlx5/hws: Add HWS pool and buddy

[PATCH v1] eventdev/crypto: add memzone lookup
 2022-10-19 14:33 UTC  (4+ messages)

[PATCH] telemetry: support boolean type
 2022-10-19 14:28 UTC  (5+ messages)

crypto/uadk: introduce uadk crypto driver
 2022-10-19 14:25 UTC  (7+ messages)
  ` [EXT] "

[PATCH v4 1/9] net/gve/base: introduce GVE PMD base code
 2022-10-19 14:24 UTC  (15+ messages)
` [PATCH v5 0/8] introduce GVE PMD
  ` [PATCH v5 1/8] net/gve/base: introduce GVE PMD base code
  ` [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 01/13] crypto/cnxk: fix length of AES-CMAC algo
 2022-10-19 14:15 UTC  (7+ messages)
` [PATCH 02/13] common/cnxk: set inplace bit of lookaside IPsec
` [PATCH 03/13] crypto/cnxk: change capabilities as per firmware
` [PATCH 04/13] common/cnxk: support 103XX CPT
` [PATCH 05/13] common/cnxk: support custom UDP port values
` [PATCH 06/13] crypto/cnxk: update rlen calculation for lookaside mode
` [PATCH 07/13] crypto/cnxk: add support for DES and MD5

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

[PATCH] bus/vdev: vdev_cleanup checks dev->device.driver
 2022-10-19 14:08 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v2 resend] "

[PATCH 1/2] event/sw: fix missing flow ID init in selftest
 2022-10-19 14:07 UTC  (3+ messages)
` [PATCH 2/2] event/sw: fix invalid log "

[PATCH] trace: take live traces via telemetry
 2022-10-19 13:46 UTC  (8+ messages)

[Bug 1112] MLX5: Not able to configure flows on PPPoE, stacked vlan tunnels & enable multiple tunnels at a time
 2022-10-19 13:25 UTC 

[PATCH] eventdev: increase xstats ID width to 64 bits
 2022-10-19 13:24 UTC  (3+ messages)
` [PATCH v2] "

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

[PATCH 0/3] ethdev: AGE action preparation
 2022-10-19 13:12 UTC  (12+ messages)
` [PATCH 3/3] ethdev: add structure for indirect AGE update
` [PATCH v2 0/3] ethdev: AGE action preparation
  ` [PATCH v2 1/3] ethdev: add strict queue to pre-configuration flow hints
  ` [PATCH v2 2/3] ethdev: add queue-based API to report aged flow rules
  ` [PATCH v2 3/3] ethdev: add structure for indirect AGE update

[PATCH] eventdev: update release notes
 2022-10-19 13:00 UTC  (2+ messages)

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

[Bug 1111] i40e: buffer size fields may overflow in Rx descriptors
 2022-10-19 12:57 UTC 

[PATCH] bus: fix memleak during pci device cleanup
 2022-10-19 12:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/iavf: fix error of virtchnl command
 2022-10-19 12:19 UTC  (3+ messages)
` [PATCH] net/ice/base: fix duplicate flow rules

[PATCH v2 00/24] add the basic rte_flow offload support of nfp PMD
 2022-10-19 11:38 UTC  (17+ messages)
` [PATCH v2 02/24] net/nfp: add the structures and functions for flow offload
` [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD
` [PATCH v2 05/24] net/nfp: add the offload support of basic actions
` [PATCH v2 08/24] net/nfp: add the offload support of IPv6 item

[PATCH 0/4] Have event adapters report idle status
 2022-10-19 11:32 UTC  (6+ messages)
` [PATCH 3/4] eventdev: have ethernet Tx adapter appropriately report idle

[PATCH] net/bonding: fix flow flush order on bonded device close
 2022-10-19 11:27 UTC  (6+ messages)
` [PATCH v2] "

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

[PATCH] net/bonding: make bonded device configure method re-entrant
 2022-10-19 10:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/8] vdpa/ifc: add new device ID
 2022-10-19  9:41 UTC  (34+ messages)
` [PATCH v7 00/12] vdpa/ifc: add multi queue support
  ` [PATCH v7 10/12] vhost: add vdpa device type to rte vdpa device
` [PATCH v8 00/12] vdpa/ifc: add multi queue support
  ` [PATCH v8 07/12] vdpa/ifc: change internal function name
  ` [PATCH v8 08/12] vdpa/ifc: add internal API to get device
  ` [PATCH v8 09/12] vdpa/ifc: change some driver logic
  ` [PATCH v8 11/12] vhost: vDPA blk device gets ready when the first queue is ready
  ` [PATCH v8 12/12] vhost: improve vDPA blk device configure condition
` [PATCH v9 00/12] vdpa/ifc: add multi queue support
  ` [PATCH v9 01/12] vdpa/ifc: add new device ID for legacy network device
  ` [PATCH v9 02/12] vdpa/ifc: add multi-queue support
  ` [PATCH v9 03/12] vdpa/ifc: set max queues based on virtio spec
  ` [PATCH v9 04/12] vdpa/ifc: write queue count to MQ register
  ` [PATCH v9 05/12] vdpa/ifc: only configure enabled queue
  ` [PATCH v9 06/12] vdpa/ifc: support dynamic enable/disable queue
  ` [PATCH v9 07/12] vdpa/ifc: change internal function name
  ` [PATCH v9 08/12] vdpa/ifc: add internal API to get device
  ` [PATCH v9 09/12] vdpa/ifc: improve internal list logic
  ` [PATCH v9 10/12] vhost: add type to rte vdpa device
  ` [PATCH v9 11/12] vhost: vDPA blk device gets ready when the first queue is ready
  ` [PATCH v9 12/12] vhost: improve vDPA blk device configure condition

[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
 2022-10-19  9:28 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] "
  ` [PATCH v6 2/2] examples/vhost: unconfigure DMA vchannel

[Bug 1110] i40e: runtime Rx/Tx queue setup is unusable
 2022-10-19  8:54 UTC 

[PATCH] net/iavf: revert fix VLAN insertion
 2022-10-19  8:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V2] doc: add ice in-tree driver version for Intel NICs
 2022-10-19  8:46 UTC  (3+ messages)

[PATCH] IGC: Remove I225_I_PHY_ID checking
 2022-10-19  8:34 UTC  (8+ messages)
` [PATCH v2] "

Invalid Ip length packets with DPDK21.11 on OCI
 2022-10-19  6:44 UTC  (3+ messages)

[PATCH v3] vhost: add new `rte_vhost_vring_call_nonblock` API
 2022-10-19  5:27 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] net/bonding: fix bond4 drop valid MAC packets
 2022-10-19  3:32 UTC 

[PATCH v5] lib/eal: fix segfaults in exiting
 2022-10-19  1:51 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v4 00/30] baseband/acc100: changes for 22.11
 2022-10-19  0:39 UTC  (2+ messages)
` [PATCH v4 30/30] baseband/acc100: update guide docs

[PATCH 00/35] net/ionic: updates for 22.11 release
 2022-10-18 21:56 UTC  (45+ messages)
` [PATCH 06/35] net/ionic: update documentation and copyrights
` [PATCH 07/35] net/ionic: update license terms to remove GPL
` [PATCH v1 00/35] net/ionic: updates for 22.11 release
  ` [PATCH v2 00/36] "
  ` [PATCH v2 01/36] net/ionic: fix up endianness for Rx and Tx handling
  ` [PATCH v2 02/36] net/ionic: fix up endianness for RSS
  ` [PATCH v2 03/36] net/ionic: fix to set the adapter name for logging
  ` [PATCH v2 04/36] net/ionic: fix up the Rx filter save API
  ` [PATCH v2 05/36] net/ionic: fix up reported error stats
  ` [PATCH v2 06/36] net/ionic: update documentation and copyrights
  ` [PATCH v2 07/36] net/ionic: update supported devices list
  ` [PATCH v2 08/36] net/ionic: update license terms to remove GPL
  ` [PATCH v2 09/36] net/ionic: update MTU calculations
  ` [PATCH v2 10/36] net/ionic: simplify code by removing doorbell map helper
  ` [PATCH v2 11/36] net/ionic: remove unused identifiers
  ` [PATCH v2 12/36] net/ionic: only allocate interrupts if required
  ` [PATCH v2 13/36] net/ionic: move PCI-specific code to a separate file
  ` [PATCH v2 14/36] net/ionic: only request notifyq interrupt if supported
  ` [PATCH v2 15/36] net/ionic: replace void pointer with actual type
  ` [PATCH v2 16/36] net/ionic: free all buffers during Rx queue stop
  ` [PATCH v2 17/36] net/ionic: precalculate segment lengths on receive side
  ` [PATCH v2 18/36] net/ionic: use a helper variable in packet Tx function
  ` [PATCH v2 19/36] net/ionic: do one-time init of receive descriptors
  ` [PATCH v2 20/36] net/ionic: overhaul receive side for performance
  ` [PATCH v2 21/36] net/ionic: overhaul transmit "
  ` [PATCH v2 22/36] net/ionic: add support for mbuf fast free
  ` [PATCH v2 23/36] net/ionic: do bulk allocations of receive mbufs
  ` [PATCH v2 24/36] net/ionic: add a lookup table for packet type
  ` [PATCH v2 25/36] net/ionic: add a lookup table for checksum flags
  ` [PATCH v2 26/36] net/ionic: advertise supported packet types
  ` [PATCH v2 27/36] net/ionic: add Rx descriptor status functions
  ` [PATCH v2 28/36] net/ionic: add Tx descriptor status function
  ` [PATCH v2 29/36] net/ionic: add Q-in-CMB option controlled by devarg
  ` [PATCH v2 30/36] net/ionic: update array allocations to use calloc
  ` [PATCH v2 31/36] net/ionic: add alignment and socket info in allocations
  ` [PATCH v2 32/36] net/ionic: allow client to specify Tx free threshold
  ` [PATCH v2 33/36] net/ionic: add optimized handlers for non-scattered Rx/Tx
  ` [PATCH v2 34/36] net/ionic: use a helper variable for page size
  ` [PATCH v2 35/36] net/ionic: retry init commands up to five times
  ` [PATCH v2 36/36] net/ionic: add watchdogs to protect each queue type

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