DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/70] ice base code update
 2022-08-15  7:31 UTC  (119+ messages)
` [PATCH 01/70] net/ice/base: add netlist helper functions
` [PATCH 02/70] net/ice/base: get NVM CSS Header length from the CSS Header
` [PATCH 03/70] net/ice/base: combine functions for VSI promisc
` [PATCH 04/70] net/ice/base: make function names more generic
` [PATCH 05/70] net/ice/base: fix incorrect division during E822 PTP init
` [PATCH 06/70] net/ice/base: added auto drop blocking packets functionality
` [PATCH 07/70] net/ice/base: fix 100M speed
` [PATCH 08/70] net/ice/base: support VXLAN and GRE for RSS
` [PATCH 09/70] net/ice/base: fix DSCP PFC TLV creation
` [PATCH 10/70] net/ice/base: complete the health status codes
` [PATCH 11/70] net/ice/base: explicitly name E822 HW-dependent functions
` [PATCH 12/70] net/ice/base: move code block
` [PATCH 13/70] net/ice/base: add PHY 56G destination address
` [PATCH 14/70] net/ice/base: add 56G PHY register definitions
` [PATCH 15/70] net/ice/base: implement 56G PHY access functions
` [PATCH 16/70] net/ice/base: implement 56G PHY setup functions
` [PATCH 17/70] net/ice/base: work around missing PTP caps
` [PATCH 18/70] net/ice/base: enable calling of ETH56G functions
` [PATCH 19/70] net/ice/base: fix PHY type 10G SFI C2C to media type mapping
` [PATCH 20/70] net/ice/base: refactor DDP code
` [PATCH 21/70] net/ice/base: add E822 generic PCI device ID
` [PATCH 22/70] net/ice/base: support double VLAN rules
` [PATCH 23/70] net/ice/base: report NVM version numbers on mismatch
` [PATCH 24/70] net/ice/base: create duplicate detection for ACL rules
` [PATCH 25/70] net/ice/base: fix incorrect function descriptions for parser
` [PATCH 26/70] net/ice/base: fix endian format
` [PATCH 27/70] net/ice/base: convert IO expander handle to u16
` [PATCH 28/70] net/ice/base: convert array of u8 to bitmap
` [PATCH 29/70] net/ice/base: fix array overflow in add switch recipe code
` [PATCH 30/70] net/ice/base: fix bit finding range over ptype bitmap
` [PATCH 31/70] net/ice/base: move function to internal
` [PATCH 32/70] net/ice/base: change PHY/QUAD/ports definitions
` [PATCH 33/70] net/ice/base: add AQ command to config node attribute
` [PATCH 34/70] net/ice/base: fix null pointer dereference during
` [PATCH 35/70] net/ice/base: refine default VSI config
` [PATCH 36/70] net/ice/base: ice-shared: fix add mac rule
` [PATCH 37/70] net/ice/base: support Tx topo config
` [PATCH 38/70] net/ice/base: adjust the VSI/Aggregator layers
` [PATCH 39/70] net/ice/base: add data typecasting to match sizes
` [PATCH 40/70] net/ice/base: add helper function to check if device is E823
` [PATCH 41/70] net/ice/base: add low latency Tx timestamp read
` [PATCH 42/70] net/ice/base: fix double VLAN error in promisc mode
` [PATCH 43/70] net/ice/base: move functions
` [PATCH 44/70] net/ice/base: complete support for Tx balancing
` [PATCH 45/70] net/ice/base: update definitions for AQ internal debug dump
` [PATCH 46/70] net/ice/base: update macros of L2TPv2 ptype value
` [PATCH 47/70] net/ice/base: refine header file include
` [PATCH 48/70] net/ice/base: ignore already exist error
` [PATCH 49/70] net/ice/base: clean up with no lookups
` [PATCH 50/70] net/ice/base: add support for Auto FEC with FEC disabled
` [PATCH 51/70] net/ice/base: update PHY type high max index
` [PATCH 52/70] net/ice/base: clean the main timer command register
` [PATCH 53/70] net/ice/base: add support for custom WPC and LGB NICs
` [PATCH 54/70] net/ice/base: add generic MAC with 3K signature segment
` [PATCH 55/70] net/ice/base: enable RSS support for L2TPv2 session ID
` [PATCH 56/70] net/ice/base: enable FDIR support for L2TPv2
` [PATCH 57/70] net/ice/base: add GRE Tap tunnel type
` [PATCH 58/70] net/ice/base: fix wrong inputset of GTPoGRE packet
` [PATCH 59/70] net/ice/base: add unload flag for control queue shutdown
` [PATCH 60/70] net/ice/base: update comment for overloaded GCO bit
` [PATCH 61/70] net/ice/base: complete pending LLDP MIB
` [PATCH 62/70] net/ice/base: add function to parse DCBX config
` [PATCH 63/70] net/ice/base: handle default VSI lookup type
` [PATCH 64/70] net/ice/base: convert 1588 structs to use bitfields
` [PATCH 65/70] net/ice/base: remove unnecessary fields
` [PATCH 66/70] net/ice/base: add GTP tunnel
` [PATCH 67/70] net/ice/base: check for PTP HW lock more frequently
` [PATCH 68/70] net/ice/base: expose API for move sched element
` [PATCH 69/70] net/ice/base: couple code clean
` [PATCH 70/70] net/ice/base: update copyright
` [PATCH v2 00/70] ice base code update
  ` [PATCH v2 01/70] net/ice/base: add netlist helper functions
  ` [PATCH v2 02/70] net/ice/base: get NVM CSS Header length from the CSS Header
  ` [PATCH v2 03/70] net/ice/base: combine functions for VSI promisc
  ` [PATCH v2 04/70] net/ice/base: make function names more generic
  ` [PATCH v2 05/70] net/ice/base: fix incorrect division during E822 PTP init
  ` [PATCH v2 06/70] net/ice/base: added auto drop blocking packets functionality
  ` [PATCH v2 07/70] net/ice/base: fix 100M speed
  ` [PATCH v2 08/70] net/ice/base: support VXLAN and GRE for RSS
  ` [PATCH v2 09/70] net/ice/base: fix DSCP PFC TLV creation
  ` [PATCH v2 10/70] net/ice/base: complete the health status codes
  ` [PATCH v2 11/70] net/ice/base: explicitly name E822 HW-dependent functions
  ` [PATCH v2 12/70] net/ice/base: move code block
  ` [PATCH v2 13/70] net/ice/base: add PHY 56G destination address
  ` [PATCH v2 14/70] net/ice/base: add 56G PHY register definitions
  ` [PATCH v2 15/70] net/ice/base: implement 56G PHY access functions
  ` [PATCH v2 16/70] net/ice/base: implement 56G PHY setup functions
  ` [PATCH v2 17/70] net/ice/base: work around missing PTP caps
  ` [PATCH v2 18/70] net/ice/base: enable calling of ETH56G functions
  ` [PATCH v2 19/70] net/ice/base: fix PHY type 10G SFI C2C to media type mapping
  ` [PATCH v2 20/70] net/ice/base: refactor DDP code
  ` [PATCH v2 21/70] net/ice/base: add E822 generic PCI device ID
  ` [PATCH v2 22/70] net/ice/base: support double VLAN rules
  ` [PATCH v2 23/70] net/ice/base: report NVM version numbers on mismatch
  ` [PATCH v2 24/70] net/ice/base: create duplicate detection for ACL rules
  ` [PATCH v2 25/70] net/ice/base: fix incorrect function descriptions for parser
  ` [PATCH v2 26/70] net/ice/base: fix endian format
  ` [PATCH v2 27/70] net/ice/base: convert IO expander handle to u16
  ` [PATCH v2 28/70] net/ice/base: convert array of u8 to bitmap
  ` [PATCH v2 29/70] net/ice/base: fix array overflow in add switch recipe code
  ` [PATCH v2 30/70] net/ice/base: fix bit finding range over ptype bitmap
  ` [PATCH v2 31/70] net/ice/base: move function to internal
  ` [PATCH v2 32/70] net/ice/base: change PHY/QUAD/ports definitions
  ` [PATCH v2 33/70] net/ice/base: add AQ command to config node attribute
  ` [PATCH v2 34/70] net/ice/base: fix null pointer dereference during
  ` [PATCH v2 35/70] net/ice/base: refine default VSI config
  ` [PATCH v2 36/70] net/ice/base: fix add mac rule
  ` [PATCH v2 37/70] net/ice/base: support Tx topo config
  ` [PATCH v2 38/70] net/ice/base: adjust the VSI/Aggregator layers
  ` [PATCH v2 39/70] net/ice/base: add data typecasting to match sizes
  ` [PATCH v2 40/70] net/ice/base: add helper function to check if device is E823
  ` [PATCH v2 41/70] net/ice/base: add low latency Tx timestamp read
  ` [PATCH v2 42/70] net/ice/base: fix double VLAN error in promisc mode
  ` [PATCH v2 43/70] net/ice/base: move functions
  ` [PATCH v2 44/70] net/ice/base: complete support for Tx balancing
  ` [PATCH v2 45/70] net/ice/base: update definitions for AQ internal debug dump
  ` [PATCH v2 46/70] net/ice/base: update macros of L2TPv2 ptype value
  ` [PATCH v2 47/70] net/ice/base: refine header file include

[PATCH 0/3] security: support MACsec
 2022-08-14 18:46 UTC  (4+ messages)
` [PATCH 1/3] net: add MACsec header
` [PATCH 2/3] security: support MACsec
` [PATCH 3/3] ethdev: add MACsec flow item

[PATCH] net/vhost: support asynchronous data path
 2022-08-14 15:06 UTC 

[RFC 0/2] vhost: add port mirroring function in the vhost lib
 2022-08-14 14:58 UTC  (4+ messages)
` [RFC 1/2] vhost: add ingress API for port mirroring datapath
` [RFC 2/2] vhost: add egress "

[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
 2022-08-14 14:04 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] example/vhost: unconfigure DMA vchannel

[PATCH] common/mlx5: update DevX error logging
 2022-08-14 13:51 UTC  (3+ messages)
` [PATCH v3] "

[Patch v2] net/mlx4: fix verbs fd leak in the secondary process
 2022-08-14 13:50 UTC  (4+ messages)
` [Patch v2] net/mlx5: "

[PATCH 00/13] ethdev: proceed with flow subsystem rework
 2022-08-12 19:18 UTC  (14+ messages)
` [PATCH 01/13] ethdev: strip experimental tag off Rx metadata negotiate API
` [PATCH 02/13] ethdev: strip experimental tag off port ID items and actions
` [PATCH 03/13] ethdev: remove experimental tag from flow transfer proxy API
` [PATCH 04/13] net/dpaa2: support represented port flow action
` [PATCH 05/13] net/cnxk: "
` [PATCH 06/13] app/testpmd: add port steering targets to sample "
` [PATCH 07/13] doc: revisit outdated flow rule examples in testpmd tutorial
` [PATCH 08/13] doc: add new port items and actions to switch representation
` [PATCH 09/13] doc: rework VF-related explanations in "
` [PATCH 10/13] ethdev: remove deprecated flow item PF
` [PATCH 11/13] ethdev: remove deprecated flow item VF
` [PATCH 12/13] ethdev: remove deprecated flow item PHY PORT
` [PATCH 13/13] ethdev: remove deprecated flow action "

[PATCH 0/4] support protocol based buffer split
 2022-08-12 18:15 UTC  (5+ messages)
` [PATCH 1/4] ethdev: introduce protocol header API
` [PATCH 2/4] ethdev: introduce protocol hdr based buffer split
` [PATCH 3/4] app/testpmd: add rxhdrs commands and parameters
` [PATCH 4/4] net/ice: support buffer split in Rx path

[PATCH v1 1/1] ethdev: introduce pool sort capability
 2022-08-12 17:24 UTC  (5+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] app/testpmd: add command line argument 'rxseg-mode'
  ` [PATCH v2 3/3] net/cnxk: introduce pool sort capability

[PATCH v2 1/4] eventdev/timer: add periodic event timer support
 2022-08-12 16:10 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 4/4] test/event: update periodic event timer tests

[PATCH v3 3/4] timer: fix function to stop all timers
 2022-08-12 16:07 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v3 2/4] event/sw: report periodic event timer capability
 2022-08-12 16:07 UTC  (2+ messages)
` [PATCH v4 "

[PATCH 00/13] ethdev: proceed with flow subsystem rework
 2022-08-12 15:45 UTC 

[PATCH 0/3] add remaining SGL support to AESNI_MB
 2022-08-12 13:23 UTC  (4+ messages)
` [PATCH 1/3] test/crypto: fix wireless auth digest segment
` [PATCH 2/3] crypto/ipsec_mb: add remaining SGL support
` [PATCH 3/3] test/crypto: add OOP snow3g SGL tests

[PATCH 1/3] common/sfc_efx/base: fix assignment of maximum Tx data count
 2022-08-12 12:24 UTC  (3+ messages)
` [PATCH 2/3] common/sfc_efx/base: report maximum Rx descriptor "
` [PATCH 3/3] net/sfc: clarify Rx buffer size calculation

[PATCH v1 0/5] FIPS asymmetric validation
 2022-08-12 11:57 UTC  (6+ messages)
` [PATCH v1 1/5] examples/fips_validation: fix parsing test group info
` [PATCH v1 2/5] examples/fips_validation: add interim parse writeback
` [PATCH v1 3/5] examples/fips_validation: add function to calculate SHA hash size
` [PATCH v1 4/5] examples/fips_validation: fix buffer size to parse JSON string
` [PATCH v1 5/5] examples/fips_validation: add asymmetric validation

[PATCH v1 2/2] examples/fips_validation: add parsing for tdes
 2022-08-12 11:52 UTC  (3+ messages)
` [PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys
  ` [PATCH v2 2/2] examples/fips_validation: add parsing for TDES

[PATCH v1] examples/fips_validation: fix parsing SHA test type from JSON vector
 2022-08-12 11:49 UTC 

[PATCH v1] examples/fips_validation: fix memory allocation in aes mct test
 2022-08-12 11:47 UTC  (2+ messages)
` [PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test

[PATCH v7 00/12] preparation for the rte_flow offload of nfp PMD
 2022-08-12 10:22 UTC  (13+ messages)
` [PATCH v7 01/12] net/nfp: move app specific attributes to own struct
` [PATCH v7 02/12] net/nfp: simplify initialization and remove dead code
` [PATCH v7 03/12] net/nfp: move app specific init logic to own function
` [PATCH v7 04/12] net/nfp: add initial flower firmware support
` [PATCH v7 05/12] net/nfp: add flower PF setup and mempool init logic
` [PATCH v7 06/12] net/nfp: add flower PF related routines
` [PATCH v7 07/12] net/nfp: add flower ctrl VNIC related logics
` [PATCH v7 08/12] net/nfp: move common rxtx function for flower use
` [PATCH v7 09/12] net/nfp: add flower ctrl VNIC rxtx logic
` [PATCH v7 10/12] net/nfp: add flower representor framework
` [PATCH v7 11/12] net/nfp: move rxtx function to header file
` [PATCH v7 12/12] net/nfp: add flower PF rxtx logic

[PATCH 0/4] pipeline: support large structure fields
 2022-08-12  9:54 UTC  (5+ messages)
` [PATCH 1/4] pipeline: remove the 64-bit limit for "
` [PATCH 2/4] pipeline: read large structure fields on the control path
` [PATCH 3/4] pipeline: support large default action arguments
` [PATCH 4/4] pipeline: add instruction support for moving large structure fields

[PATCH v6 00/12] preparation for the rte_flow offload of nfp PMD
 2022-08-12  9:22 UTC  (2+ messages)
` [PATCH v6 12/12] net/nfp: add flower PF rxtx logic

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