DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 0/4] hns3 fixes
 2020-12-10 16:30 UTC  (9+ messages)
` [dpdk-dev] [PATCH 3/4] net/hns3: adjust printing MAC addresses in log
` [dpdk-dev] [PATCH V2 0/2] hns3 fixes
  ` [dpdk-dev] [PATCH V2 1/2] net/hns3: adjust printing MAC addresses in log
  ` [dpdk-dev] [PATCH V2 2/2] net/hns3: fix FEC state query

[dpdk-dev] [PATCH v2 00/17] fixes and refactoring changes for bnxt
 2020-12-10 16:02 UTC  (46+ messages)
` [dpdk-dev] [PATCH v2 01/17] net/bnxt: fix RX rings in RSS redirection table
` [dpdk-dev] [PATCH v2 02/17] net/bnxt: fix VNIC config on Rx queue stop
` [dpdk-dev] [PATCH v2 03/17] net/bnxt: remove unused field
` [dpdk-dev] [PATCH v2 04/17] net/bnxt: release hwrm lock in the error case
` [dpdk-dev] [PATCH v2 05/17] net/bnxt: remove references to Thor
` [dpdk-dev] [PATCH v2 06/17] net/bnxt: fix to return error when fw command fails
` [dpdk-dev] [PATCH v2 07/17] net/bnxt: fix cleanup on mutex init failure
` [dpdk-dev] [PATCH v2 08/17] net/bnxt: fix format specifier for unsigned int
` [dpdk-dev] [PATCH v2 09/17] net/bnxt: fix max rings computation
` [dpdk-dev] [PATCH v2 10/17] net/bnxt: support for 236 queues in NS3
` [dpdk-dev] [PATCH v2 11/17] net/bnxt: use the right function to free mbuf
` [dpdk-dev] [PATCH v2 12/17] net/bnxt: remove function declaration
` [dpdk-dev] [PATCH v2 13/17] net/bnxt: fix vnic RSS configure function
` [dpdk-dev] [PATCH v2 14/17] net/bnxt: fix PF resource query
` [dpdk-dev] [PATCH v2 15/17] net/bnxt: changes to indentation and coding style
` [dpdk-dev] [PATCH v2 16/17] net/bnxt: add missing comments
` [dpdk-dev] [PATCH v2 17/17] net/bnxt: modify ring index logic
` [dpdk-dev] [PATCH v3 00/17] fixes and refactoring changes for bnxt
  ` [dpdk-dev] [PATCH v3 01/17] net/bnxt: fix RX rings in RSS redirection table
  ` [dpdk-dev] [PATCH v3 02/17] net/bnxt: fix VNIC config on Rx queue stop
  ` [dpdk-dev] [PATCH v3 03/17] net/bnxt: remove unused field
  ` [dpdk-dev] [PATCH v3 04/17] net/bnxt: release hwrm lock in the error case
  ` [dpdk-dev] [PATCH v3 05/17] net/bnxt: remove references to Thor
  ` [dpdk-dev] [PATCH v3 06/17] net/bnxt: fix to return error when fw command fails
  ` [dpdk-dev] [PATCH v3 07/17] net/bnxt: fix cleanup on mutex init failure
  ` [dpdk-dev] [PATCH v3 08/17] net/bnxt: fix format specifier for unsigned int
  ` [dpdk-dev] [PATCH v3 09/17] net/bnxt: fix max rings computation
  ` [dpdk-dev] [PATCH v3 10/17] net/bnxt: support for 236 queues in NS3
  ` [dpdk-dev] [PATCH v3 11/17] net/bnxt: use the right function to free mbuf
  ` [dpdk-dev] [PATCH v3 12/17] net/bnxt: remove function declaration
  ` [dpdk-dev] [PATCH v3 13/17] net/bnxt: fix vnic RSS configure function
  ` [dpdk-dev] [PATCH v3 14/17] net/bnxt: fix PF resource query
  ` [dpdk-dev] [PATCH v3 15/17] net/bnxt: changes to indentation and coding style
  ` [dpdk-dev] [PATCH v3 16/17] net/bnxt: add missing comments
  ` [dpdk-dev] [PATCH v3 17/17] net/bnxt: modify ring index logic

[dpdk-dev] [PATCH] net/mlx5: fix mbufs double free in vectorized MPRQ
 2020-12-10 15:14 UTC 

[dpdk-dev] [PATCH v1 01/72] mlx5: fix relaxed ordering DevX flow
 2020-12-10 15:06 UTC  (35+ messages)
` [dpdk-dev] [PATCH v2 00/33] mlx5 Windows support - part #5
  ` [dpdk-dev] [PATCH v2 01/33] net/mlx5: fix folding constant array error
  ` [dpdk-dev] [PATCH v2 02/33] net/mlx5/linux: extend device attributes getter
  ` [dpdk-dev] [PATCH v2 03/33] net/mlx5: remove Linux files from Windows compilation
  ` [dpdk-dev] [PATCH v2 04/33] net/mlx5: fix freeing packet pacing
  ` [dpdk-dev] [PATCH v2 05/33] net/mlx5: replace Linux sleep with rte sleep
  ` [dpdk-dev] [PATCH v2 06/33] net/mlx5: define mprq functions as static inline
  ` [dpdk-dev] [PATCH v2 07/33] net/mlx5: do not define static_assert in Windows
  ` [dpdk-dev] [PATCH v2 08/33] net/mlx5: move static_assert calls to global scope
  ` [dpdk-dev] [PATCH v2 09/33] net/mlx5: wrap glue alloc/dealloc PD with OS calls
  ` [dpdk-dev] [PATCH v2 10/33] net/mlx5: wrap glue reg/dereg UMEM "
  ` [dpdk-dev] [PATCH v2 11/33] net/mlx5: fix adding destroy flow action wrapper
  ` [dpdk-dev] [PATCH v2 12/33] common/mlx5: add definition HAVE_INFINIBAND_VERBS_H
  ` [dpdk-dev] [PATCH v2 13/33] common/mlx5/linux: handle memory allocations with alignment
  ` [dpdk-dev] [PATCH v2 14/33] common/mlx5/windows: "
  ` [dpdk-dev] [PATCH v2 15/33] common/mlx5/linux: wrap event channel APIs with OS calls
  ` [dpdk-dev] [PATCH v2 16/33] common/mlx5: add Windows exports file
  ` [dpdk-dev] [PATCH v2 17/33] common/mlx5: extend DevX query hca attributes command
  ` [dpdk-dev] [PATCH v2 18/33] common/mlx5: add DevX alloc PD command
  ` [dpdk-dev] [PATCH v2 19/33] common/mlx5/windows: add glue functions APIs
  ` [dpdk-dev] [PATCH v2 20/33] mlx5/windows: add mlx5 meson file
  ` [dpdk-dev] [PATCH v2 21/33] mlx5/windows: add initialization routine for external lib
  ` [dpdk-dev] [PATCH v2 22/33] mlx5/windows: generate file mlx5_autoconf.h
  ` [dpdk-dev] [PATCH v2 23/33] common/mlx5/windows: extend PRM match_param_bits struct
  ` [dpdk-dev] [PATCH v2 24/33] common/mlx5/windows: add getter functions
  ` [dpdk-dev] [PATCH v2 25/33] common/mlx5/windows: add OS alloc/dealloc pd
  ` [dpdk-dev] [PATCH v2 26/33] common/mlx5/windows: add OS umem reg/dereg API
  ` [dpdk-dev] [PATCH v2 27/33] net/mlx5: update MR prototypes for DevX
  ` [dpdk-dev] [PATCH v2 28/33] common/mlx5/windows: add OS reg/dereg MR
  ` [dpdk-dev] [PATCH v2 29/33] drivers/common: enable Windows common mlx5 compilation
  ` [dpdk-dev] [PATCH v2 30/33] net/mlx5/windows: implement device attribute getter
  ` [dpdk-dev] [PATCH v2 31/33] net/mlx5/windows: add mlx5_os.c stubs
  ` [dpdk-dev] [PATCH v2 32/33] net/mlx5/windows: implement mlx5 mac addr add
  ` [dpdk-dev] [PATCH v2 33/33] net/mlx5: refactor eth dev ops for Windows

[dpdk-dev] [PATCH v3 0/9] net/ionic: minor updates and documentation
 2020-12-10 15:06 UTC  (25+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v5 "
      ` [dpdk-dev] Patchworks "
  ` [dpdk-dev] [PATCH v5 1/9] net/ionic: connect ionic to the build system
  ` [dpdk-dev] [PATCH v5 2/9] net/ionic: update interface file to the latest version
  ` [dpdk-dev] [PATCH v5 3/9] net/ionic: update documentation and MAINTAINERS
  ` [dpdk-dev] [PATCH v5 4/9] net/ionic: check for cmd completion more frequently
  ` [dpdk-dev] [PATCH v5 5/9] net/ionic: remove some unused fields
  ` [dpdk-dev] [PATCH v5 6/9] net/ionic: convert 'deferred' boolean to a flag bit
  ` [dpdk-dev] [PATCH v5 7/9] net/ionic: warn if loopback mode is requested
  ` [dpdk-dev] [PATCH v5 8/9] net/ionic: minor refactorings and helper variables
  ` [dpdk-dev] [PATCH v5 9/9] net/ionic: minor logging fixups
` [dpdk-dev] [PATCH v4 1/9] net/ionic: connect ionic to the build system
` [dpdk-dev] [PATCH v4 2/9] net/ionic: update interface file to the latest version
` [dpdk-dev] [PATCH v4 3/9] net/ionic: update documentation and MAINTAINERS
` [dpdk-dev] [PATCH v4 4/9] net/ionic: check for cmd completion more frequently
` [dpdk-dev] [PATCH v4 5/9] net/ionic: remove some unused fields
` [dpdk-dev] [PATCH v4 6/9] net/ionic: convert 'deferred' boolean to a flag bit
` [dpdk-dev] [PATCH v4 7/9] net/ionic: warn if loopback mode is requested
` [dpdk-dev] [PATCH v4 8/9] net/ionic: minor refactorings and helper variables
` [dpdk-dev] [PATCH v4 9/9] net/ionic: minor logging fixups

[dpdk-dev] [PATCH 0/6] net/ionic: fixes for stop and start
 2020-12-10 14:22 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] net/ionic: preserve RSS state unless RETA size changes
` [dpdk-dev] [PATCH 2/6] net/ionic: preserve RX mode across LIF stop/start
` [dpdk-dev] [PATCH 3/6] net/ionic: fully implement remove-on-close
` [dpdk-dev] [PATCH 4/6] net/ionic: improve link state handling
` [dpdk-dev] [PATCH 5/6] net/ionic: improve queue "
` [dpdk-dev] [PATCH 6/6] net/ionic: stop queues when LIF is stopped

[dpdk-dev] [PATCH v2] net/axgbe: enabling VLAN support in axgbe
 2020-12-10 11:58 UTC  (3+ messages)

[dpdk-dev] DPDK Release Status Meeting 10/12/2020
 2020-12-10 10:54 UTC 

[dpdk-dev] 19.11.6 patches review and test
 2020-12-10 10:15 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 0/9] net/ionic: minor updates and documentation
 2020-12-10  9:58 UTC  (19+ messages)
` [dpdk-dev] [PATCH v3 3/9] net/ionic: update documentation and MAINTAINERS
` [dpdk-dev] [PATCH v3 8/9] net/ionic: minor refactorings and helper variables
` [dpdk-dev] [PATCH v3 9/9] net/ionic: minor logging fixups

[dpdk-dev] [PATCH] Remove printf from signal handler
 2020-12-10  9:24 UTC  (5+ messages)

[dpdk-dev] [RFC] net/ionic: update MTU calculations
 2020-12-10  2:46 UTC 

[dpdk-dev] [PATCH 0/3] Support i40e PMD on Windows
 2020-12-10  0:53 UTC  (6+ messages)
` [dpdk-dev] [PATCH 3/3] config/build: ignore enum forward reference warning
` [dpdk-dev] [PATCH 2/3] net/i40e: add changes to support i40e PMD on windows

[dpdk-dev] Q about testpmd and link speed settings
 2020-12-09 19:32 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest
 2020-12-09 17:55 UTC 

[dpdk-dev] [PATCH 1/2] net/i40e: issue with ADD VLAN from Guest
 2020-12-09 17:52 UTC 

[dpdk-dev] [PATCH] build: remove compatibility build defines
 2020-12-09 17:14 UTC 

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest
 2020-12-09 16:23 UTC 

[dpdk-dev] Windows DPDK real-time priority threads causing thread starvation
 2020-12-09 16:12 UTC  (4+ messages)
  ` [dpdk-dev] [EXTERNAL] "

[dpdk-dev] [Bug 599] netvsc PMD in multi-queue mode failed with 'invalid NVS resp len' error
 2020-12-09 16:06 UTC 

[dpdk-dev] [PATCH v10 0/5] aarch64 -> aarch32 cross compilation support
 2020-12-09 15:29 UTC  (15+ messages)
` [dpdk-dev] [PATCH v11 0/7] "
  ` [dpdk-dev] [PATCH v11 1/7] net/sfc: fix aarch32 build
    ` [dpdk-dev] ***Spam*** "
  ` [dpdk-dev] [PATCH v11 2/7] net/bnxt: "
  ` [dpdk-dev] [PATCH v11 3/7] net/bnxt: add support for aarch32
  ` [dpdk-dev] [PATCH v11 4/7] build: add aarch32 meson build flags
  ` [dpdk-dev] [PATCH v11 5/7] build: add aarch32 to meson cross-compilation
  ` [dpdk-dev] [PATCH v11 6/7] ci: add aarch64 -> aarch32 cross compiling jobs
  ` [dpdk-dev] [PATCH v11 7/7] doc: add aarch32 build guidance

[dpdk-dev] [PATCH] net/mlx5:fix storing the synced MAC to internal table
 2020-12-09 15:11 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] net/axgbe: add support for reading FW version
 2020-12-09 14:17 UTC  (2+ messages)

[dpdk-dev] [PATCH 21.02 0/3] vhost: vhost_user_set_mem_table refactoring
 2020-12-09 14:16 UTC  (7+ messages)
` [dpdk-dev] [PATCH 21.02 1/3] vhost: refactor postcopy region registration
` [dpdk-dev] [PATCH 21.02 2/3] vhost: refactor postcopy registration
` [dpdk-dev] [PATCH 21.02 3/3] vhost: refactor memory regions mapping

[dpdk-dev] [PATCH] common/sfc_efx/base: support alternative MAE match fields
 2020-12-09 13:58 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5:fix storing the synced MAC to internal table
 2020-12-09 13:42 UTC  (2+ messages)

[dpdk-dev] ipv6 rte_flow supported on intel ixgbe/i40e dpdk 18.11.2
 2020-12-09 12:00 UTC 

[dpdk-dev] [PATCH] net/virtio-user: fix error run close(0)
 2020-12-09 11:33 UTC  (3+ messages)

[dpdk-dev] [PATCH v1 0/2] armada: introduce musdk pkg-config
 2020-12-09 10:49 UTC  (5+ messages)
` [dpdk-dev] [PATCH v1 1/2] meson: update meson build for armada drivers
` [dpdk-dev] [PATCH v1 2/2] doc: update armada docs

[dpdk-dev] [PATCH] windows: build warnings with clang
 2020-12-09  9:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] net/mlx5: optimize tunnel offload index pool
 2020-12-09  9:12 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/virtio-user: fix error run close(0)
 2020-12-09  7:34 UTC 

[dpdk-dev] [PATCH] net/iavf: fix negative GTP-U flow rules create successfully
 2020-12-09  7:14 UTC 

[dpdk-dev] [PATCH v1 00/12] fix rx packets dropped issue
 2020-12-09  3:16 UTC  (13+ messages)
` [dpdk-dev] [PATCH v1 01/12] net/dpaa2: fix the jumbo frame flag condition for mtu set
` [dpdk-dev] [PATCH v1 02/12] net/e1000: "
` [dpdk-dev] [PATCH v1 03/12] net/hns3: "
` [dpdk-dev] [PATCH v1 04/12] net/i40e: fix the jumbo frame flag condition
` [dpdk-dev] [PATCH v1 05/12] net/iavf: "
` [dpdk-dev] [PATCH v1 06/12] net/ice: "
` [dpdk-dev] [PATCH v1 07/12] net/ipn3ke: fix the jumbo frame flag condition for mtu set
` [dpdk-dev] [PATCH v1 08/12] net/octeontx: "
` [dpdk-dev] [PATCH v1 09/12] net/octeontx2: fix the jumbo frame flag condition for mtu
` [dpdk-dev] [PATCH v1 10/12] net/qede: fix the jumbo frame flag condition for mtu set
` [dpdk-dev] [PATCH v1 11/12] net/sfc: "
` [dpdk-dev] [PATCH v1 12/12] net/thunderx: "

[dpdk-dev] [PATCH v1 2/2] linux/kni: Added support for KNI multiple fifos
 2020-12-09  1:47 UTC 

[dpdk-dev] [Bug 578] i40evf_check_api_version(): PF/VF API version mismatch:(0.0)-(1.1) with multiple DPDK instances using different VFs with the same PF
 2020-12-09  0:54 UTC  (2+ messages)

[dpdk-dev] Faulty VF initialization during DPDK startup when multiple DPDK instances use different VFs with the same PF
 2020-12-09  0:45 UTC  (5+ messages)

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