[PATCH v2 00/27] refact the nfpcore module
2023-09-18 2:46 UTC (67+ messages)
` [PATCH v3 "
` [PATCH v3 01/27] net/nfp: explicitly compare to null and 0
` [PATCH v3 02/27] net/nfp: unify the indent coding style
` [PATCH v3 03/27] net/nfp: unify the type of integer variable
` [PATCH v3 04/27] net/nfp: remove the unneeded logic
` [PATCH v3 05/27] net/nfp: standard the local variable coding style
` [PATCH v3 06/27] net/nfp: adjust the log statement
` [PATCH v3 07/27] net/nfp: standard the comment style
` [PATCH v3 08/27] net/nfp: using the DPDK memory management API
` [PATCH v3 09/27] net/nfp: standard the blank character
` [PATCH v3 10/27] net/nfp: unify the guide line of header file
` [PATCH v3 11/27] net/nfp: rename some parameter and variable
` [PATCH v3 12/27] net/nfp: refact the hwinfo module
` [PATCH v3 13/27] net/nfp: refact the nffw module
` [PATCH v3 14/27] net/nfp: refact the mip module
` [PATCH v3 15/27] net/nfp: refact the rtsym module
` [PATCH v3 16/27] net/nfp: refact the resource module
` [PATCH v3 17/27] net/nfp: refact the target module
` [PATCH v3 18/27] net/nfp: add a new header file
` [PATCH v3 19/27] net/nfp: refact the nsp module
` [PATCH v3 20/27] net/nfp: refact the mutex module
` [PATCH v3 21/27] net/nfp: rename data field to sync with kernel driver
` [PATCH v3 22/27] net/nfp: add the dev module
` [PATCH v3 23/27] net/nfp: add header file for PCIe module
` [PATCH v3 24/27] net/nfp: refact the cppcore module
` [PATCH v3 25/27] net/nfp: refact the PCIe module
` [PATCH v3 26/27] net/nfp: refact the cppcore and "
` [PATCH v3 27/27] net/nfp: extend the usage of nfp BAR from 8 to 24
` [PATCH v4 00/26] refact the nfpcore module
` [PATCH v4 01/26] net/nfp: explicitly compare to null and 0
` [PATCH v4 02/26] net/nfp: unify the indent coding style
` [PATCH v4 03/26] net/nfp: unify the type of integer variable
` [PATCH v4 04/26] net/nfp: remove the unneeded logic
` [PATCH v4 05/26] net/nfp: standard the local variable coding style
` [PATCH v4 06/26] net/nfp: adjust the log statement
` [PATCH v4 07/26] net/nfp: standard the comment style
` [PATCH v4 08/26] net/nfp: standard the blank character
` [PATCH v4 09/26] net/nfp: unify the guide line of header file
` [PATCH v4 10/26] net/nfp: rename some parameter and variable
` [PATCH v4 11/26] net/nfp: refact the hwinfo module
` [PATCH v4 12/26] net/nfp: refact the nffw module
` [PATCH v4 13/26] net/nfp: refact the mip module
` [PATCH v4 14/26] net/nfp: refact the rtsym module
` [PATCH v4 15/26] net/nfp: refact the resource module
` [PATCH v4 16/26] net/nfp: refact the target module
` [PATCH v4 17/26] net/nfp: add a new header file
` [PATCH v4 18/26] net/nfp: refact the nsp module
` [PATCH v4 19/26] net/nfp: refact the mutex module
` [PATCH v4 20/26] net/nfp: rename data field to sync with kernel driver
` [PATCH v4 21/26] net/nfp: add the dev module
` [PATCH v4 22/26] net/nfp: add header file for PCIe module
` [PATCH v4 23/26] net/nfp: refact the cppcore module
` [PATCH v4 24/26] net/nfp: refact the PCIe module
[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
2023-09-18 2:37 UTC (12+ messages)
` [PATCH v5 04/32] net/sssnic: initialize hardware base
` [PATCH v5 06/32] net/sssnic/base: add message definition and utility
` [PATCH v5 07/32] net/sssnic/base: add mailbox support
` [PATCH v5 08/32] net/sssnic/base: add work queue
` [PATCH v5 09/32] net/sssnic/base: add control queue
[PATCH] raw/ntb: add support for 5th and 6th Gen Intel Xeon
2023-09-18 2:25 UTC (3+ messages)
[PATCH v2 00/17] update idpf base code
2023-09-18 2:11 UTC (39+ messages)
` [PATCH v3 "
` [PATCH v3 01/17] common/idpf/base: enable support for physical port stats
` [PATCH v3 02/17] common/idpf/base: add miss completion capabilities
` [PATCH v3 03/17] common/idpf/base: initial PTP support
` [PATCH v3 04/17] common/idpf/base: remove mailbox registers
` [PATCH v3 05/17] common/idpf/base: add some adi specific fields
` [PATCH v3 06/17] common/idpf/base: add necessary check
` [PATCH v3 07/17] common/idpf/base: add union for SW cookie fields in ctlq msg
` [PATCH v3 08/17] common/idpf/base: define non-flexible size structure for ADI
` [PATCH v3 09/17] common/idpf/base: use local pointer before updating 'CQ out'
` [PATCH v3 10/17] common/idpf/base: use 'void' return type
` [PATCH v3 11/17] common/idpf/base: refactor descriptor 'ret val' stripping
` [PATCH v3 12/17] common/idpf/base: refine comments and alignment
` [PATCH v3 13/17] common/idpf/base: use GENMASK macro
` [PATCH v3 14/17] common/idpf/base: use 'type functionname(args)' style
` [PATCH v3 15/17] common/idpf/base: don't declare union with 'flex'
` [PATCH v3 16/17] common/idpf/base: remove unused Tx descriptor types
` [PATCH v3 17/17] common/idpf/base: update version
` [PATCH v4 00/18] update idpf base code
` [PATCH v4 01/18] common/idpf: refactor single queue Tx data path
` [PATCH v4 02/18] common/idpf/base: enable support for physical port stats
` [PATCH v4 03/18] common/idpf/base: add miss completion capabilities
` [PATCH v4 04/18] common/idpf/base: initial PTP support
` [PATCH v4 05/18] common/idpf/base: remove mailbox registers
` [PATCH v4 06/18] common/idpf/base: add some adi specific fields
` [PATCH v4 07/18] common/idpf/base: add necessary check
` [PATCH v4 08/18] common/idpf/base: add union for SW cookie fields in ctlq msg
` [PATCH v4 09/18] common/idpf/base: define non-flexible size structure for ADI
` [PATCH v4 10/18] common/idpf/base: use local pointer before updating 'CQ out'
` [PATCH v4 11/18] common/idpf/base: use 'void' return type
` [PATCH v4 12/18] common/idpf/base: refactor descriptor 'ret val' stripping
` [PATCH v4 13/18] common/idpf/base: refine comments and alignment
` [PATCH v4 14/18] common/idpf/base: use GENMASK macro
` [PATCH v4 15/18] common/idpf/base: use 'type functionname(args)' style
` [PATCH v4 16/18] common/idpf/base: don't declare union with 'flex'
` [PATCH v4 17/18] common/idpf/base: remove unused Tx descriptor types
` [PATCH v4 18/18] common/idpf/base: update version
[RFC v1 0/2] Vduse: Add support for reconncect
2023-09-18 1:57 UTC (3+ messages)
` [RFC v1 1/2] vduse: add mapping process in vduse create and destroy
` [RFC v1 2/2] vhost: add reconnection support to VDUSE (WIP)
Please help to review sssnic PMD patches
2023-09-18 1:32 UTC
[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
2023-09-17 18:04 UTC (2+ messages)
[PATCH v2 1/3] eventdev: introduce event dispatcher
2023-09-17 16:46 UTC (4+ messages)
` [PATCH v3 0/3] Add dispatcher library
` [PATCH v3 1/3] lib: introduce "
[RFC] cryptodev: refactor sm2, add plain message flag
2023-09-17 15:59 UTC (3+ messages)
` [EXT] "
[PATCH] crypto/qat: add sm2 ecdsa
2023-09-17 15:44 UTC
[PATCH 1/3] common/qat: limit configuration to the primary process
2023-09-17 15:42 UTC (3+ messages)
` [PATCH 2/3] common/qat: move command line params to the device struct
` [PATCH 3/3] common/qat: decouple pmds from the common code
[PATCH v2 18/29] ip_frag: mark a couple of functions stable
2023-09-17 13:06 UTC (2+ messages)
[PATCH v2 23/29] ipsec: remove experimental from SA API
2023-09-17 13:05 UTC (2+ messages)
[PATCH v2 01/29] bpf: make rte_bpf_dump and rte_bpf_convert stable API's
2023-09-17 13:03 UTC (2+ messages)
Minutes of Technical Board Meeting, 2023-Sep-06
2023-09-17 12:31 UTC
[PATCH 00/11] rework thread management
2023-09-17 12:26 UTC (3+ messages)
` [PATCH v3 "
[PATCH 2/2] doc: add MSYS2 building guide
2023-09-16 13:15 UTC
[PATCH 1/2] build: fix list_dir_globs failure in MSYS2
2023-09-16 13:15 UTC
[PATCH 00/36] fix Rx and Tx queue state
2023-09-16 10:07 UTC (5+ messages)
` [PATCH 09/36] net/dpaa: "
` [PATCH 10/36] net/dpaa2: "
[PATCH 1/2] crypto/dpaa2_sec: fix debug prints
2023-09-16 10:07 UTC (2+ messages)
Enabling codeql scanning
2023-09-15 22:52 UTC
[PATCH] ethdev: add flow API support for P4-programmable devices
2023-09-15 18:59 UTC
[PATCH 1/8] net/ntnic: initial commit which adds register defines
2023-09-15 18:37 UTC (4+ messages)
` [PATCH v16 "
[PATCH 0/3] some bugfixes for PTP
2023-09-15 17:46 UTC (5+ messages)
` [PATCH v3 0/2] ethdev: add the check for PTP capability
` [PATCH v3 1/2] examples/ptpclient: "
[PATCH 00/14] Cleanup PCI(e) drivers
2023-09-15 16:27 UTC (15+ messages)
` [PATCH v3 00/15] "
` [PATCH v3 05/15] pci: define some capability constants
` [PATCH v3 10/15] pci: define some PCIe constants
` [PATCH v3 11/15] pci: define some extended capability constants
` [PATCH v3 12/15] pci: define some ACS constants
` [PATCH v3 13/15] pci: define some PRI constants
` [PATCH v3 14/15] pci: define some AER constants
[PATCH] eal: allow swapping of malloc heaps
2023-09-15 15:43 UTC (3+ messages)
` [PATCH v2] "
drivers use of service cores
2023-09-15 15:33 UTC (4+ messages)
[PATCH] event/sw: remove obsolete comment
2023-09-15 15:12 UTC (2+ messages)
[PATCH v3 0/9] add rte flow support for cpfl
2023-09-15 15:11 UTC (24+ messages)
` [PATCH v4 "
` [PATCH v4 1/9] net/cpfl: add json parser for rte flow pattern rules
` [PATCH v4 2/9] net/cpfl: add mod rule parser support for rte flow
` [PATCH v4 3/9] net/cpfl: set up rte flow skeleton
` [PATCH v4 4/9] net/cpfl: add FXP low level implementation
` [PATCH v4 5/9] net/cpfl: add fxp rule module
` [PATCH v4 6/9] net/cpfl: add fxp flow engine
` [PATCH v4 7/9] net/cpfl: add flow support for representor
` [PATCH v4 8/9] app/test-pmd: refine encap content
` [PATCH v4 9/9] net/cpfl: fix incorrect status calculation
` [PATCH v5 0/9] add rte flow support for cpfl
` [PATCH v5 1/9] net/cpfl: add json parser for rte flow pattern rules
` [PATCH v5 2/9] net/cpfl: add mod rule parser support for rte flow
` [PATCH v5 3/9] net/cpfl: set up rte flow skeleton
` [PATCH v5 4/9] net/cpfl: add FXP low level implementation
` [PATCH v5 5/9] net/cpfl: add fxp rule module
` [PATCH v5 6/9] net/cpfl: add fxp flow engine
` [PATCH v5 7/9] net/cpfl: add flow support for representor
` [PATCH v5 8/9] app/test-pmd: refine encap content
` [PATCH v5 9/9] net/cpfl: fix incorrect status calculation
[PATCH v1] net/axgbe: use CPUID to identify cpu
2023-09-15 14:35 UTC (4+ messages)
[PATCH v2 0/2] crypto/scheduler: add support for security protocols
2023-09-15 14:02 UTC (4+ messages)
` [PATCH v3 0/2] crypto/scheduler: add support for DOCSIS security protocol
[PATCH v2] net/iavf: add devargs to enable vf auto-reset
2023-09-15 13:02 UTC (2+ messages)
` [PATCH v3] "
[PATCH] app/test: add telemetry tests to fast test suite
2023-09-15 12:47 UTC (2+ messages)
[PATCH] test: fix fast, perf and driver testsuites
2023-09-15 12:43 UTC (4+ messages)
[PATCH 0/2] add checks for tests not in a suite
2023-09-15 11:55 UTC (4+ messages)
` [PATCH 1/2] app/test: emit warning for tests not in a test suite
` [PATCH 2/2] devtools: check for tests added without "
[Bug 1289] rte_table: lookup functions have UB for ctz
2023-09-15 11:49 UTC
[PATCH] maintainers: update for NFP
2023-09-15 11:01 UTC
[PATCH] bus/vdev: fix devargs memory leak
2023-09-15 8:56 UTC (3+ messages)
Unit tests not defined in any test suite
2023-09-15 8:21 UTC (3+ messages)
[PATCH] app/bbdev: fix link with NXP LA12XX
2023-09-15 5:38 UTC (2+ messages)
[PATCH] testpmd: unregister event callback
2023-09-15 4:26 UTC
[PATCH] net/gve: Refill all descriptors that were consumed
2023-09-15 2:28 UTC (2+ messages)
[Bug 1288] af_packet do not support multi-process
2023-09-15 2:22 UTC
page: next (older) | prev (newer) | 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).