patches for DPDK stable branches
 help / color / mirror / Atom feed
[dpdk-stable] [PATCH v3 1/6] power: create guest channel public header file
 2021-03-02 12:42 UTC  (15+ messages)
` [dpdk-stable] [PATCH v4 0/6] power: fix make build for power apps
  ` [dpdk-stable] [PATCH v4 2/6] power: make channel msg functions public
  ` [dpdk-stable] [PATCH v4 3/6] power: rename public structs
  ` [dpdk-stable] [PATCH] power: remove duplicated symbols from map file
    ` [dpdk-stable] [dpdk-dev] "
    ` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH v3] net/bonding: fix LACP system address check
 2021-03-02 12:10 UTC  (3+ messages)
    ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 2/6] net/pcap: fix format string
 2021-03-02 11:48 UTC  (5+ messages)
  ` [dpdk-stable] [dpdk-dev] "
  ` [dpdk-stable] [PATCH v2 "

[dpdk-stable] 20.11.1 patches review and test
 2021-03-02 11:27 UTC  (9+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [scripts] README: add hint on commit range to generate backport list
 2021-03-02 10:25 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/af_xdp: fix error handling during Rx queue setup
 2021-03-02  9:48 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] net/mlx5: fix wrong segmented packet in Rx
 2021-03-02  8:10 UTC  (7+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH 09/14] net/ice/base: fix incorrect payload indicator on PTYPE
 2021-03-02  7:23 UTC  (3+ messages)
` [dpdk-stable] [PATCH 13/14] net/ice/base: fix uninitialized struct
` [dpdk-stable] [PATCH 14/14] net/ice/base: cleanup fltr list in case of allocation issues

[dpdk-stable] [PATCH] net/i40e: fix IPv4 fragment offload issue
 2021-03-02  7:16 UTC  (5+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH v1] net/ice: fix wrong RSS hash update
 2021-03-02  5:31 UTC 

[dpdk-stable] 19.11.7 patches review and test
 2021-03-02  3:29 UTC  (4+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] eal/windows: add missing SPDX license tag
 2021-03-01 18:20 UTC  (3+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [dpdk-dev] [PATCH] doc: fix nfp multiport syntax
 2021-03-01 13:45 UTC  (2+ messages)

[dpdk-stable] [PATCH] mem: fix free segment when using huge-unlink option
 2021-03-01 10:44 UTC 

[dpdk-stable] [PATCH] vdpa/mlx5: fix virtq cleaning
 2021-03-01 10:41 UTC 

[dpdk-stable] [PATCH] test: move debug_autotest out of fast suite
 2021-03-01  8:03 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] net/iavf: fix TSO max segment size
 2021-03-01  7:57 UTC 

[dpdk-stable] [PATCH v5 01/17] eal: fix comment of OS-specific header files
 2021-03-01  7:30 UTC  (39+ messages)
  ` [dpdk-stable] [PATCH v5 02/17] buildtools: fix build with busybox
  ` [dpdk-stable] [PATCH v5 03/17] build: detect execinfo library on Linux
  ` [dpdk-stable] [PATCH v5 04/17] build: define _GNU_SOURCE globally
            ` [dpdk-stable] [dpdk-dev] "
  ` [dpdk-stable] [PATCH v5 05/17] eal/linux: fix build with musl
  ` [dpdk-stable] [PATCH v5 06/17] drivers: fix header includes for musl
  ` [dpdk-stable] [PATCH v5 08/17] bus/pci: support I/O port operations with musl
  ` [dpdk-stable] [PATCH v5 09/17] bus/dpaa: fix 64-bit arch detection
  ` [dpdk-stable] [PATCH v5 10/17] bus/dpaa: fix build with musl
  ` [dpdk-stable] [PATCH v5 11/17] common/dpaax/caamflib: "
  ` [dpdk-stable] [PATCH v5 13/17] net/cxgbe: remove use of uint type
  ` [dpdk-stable] [PATCH v5 14/17] net/igc: "
  ` [dpdk-stable] [PATCH v5 15/17] vdpa/mlx5: replace pthread functions unavailable in musl
  ` [dpdk-stable] [PATCH v5 16/17] app/testpmd: fix build with musl
  ` [dpdk-stable] [PATCH v5 17/17] examples/bbdev: fix header include for musl
  ` [dpdk-stable] [PATCH v6 01/17] eal: fix comment of OS-specific header files
  ` [dpdk-stable] [PATCH v6 02/17] buildtools: fix build with busybox
  ` [dpdk-stable] [PATCH v6 03/17] build: detect execinfo library on Linux
  ` [dpdk-stable] [PATCH v6 04/17] build: remove redundant _GNU_SOURCE definitions
  ` [dpdk-stable] [PATCH v6 05/17] eal: fix build with musl
  ` [dpdk-stable] [PATCH v6 06/17] drivers: fix header includes for musl
  ` [dpdk-stable] [PATCH v6 08/17] bus/pci: support I/O port operations with musl
  ` [dpdk-stable] [PATCH v6 09/17] bus/dpaa: fix 64-bit arch detection
  ` [dpdk-stable] [PATCH v6 10/17] bus/dpaa: fix build with musl
  ` [dpdk-stable] [PATCH v6 11/17] common/dpaax/caamflib: "
  ` [dpdk-stable] [PATCH v6 13/17] net/cxgbe: remove use of uint type
  ` [dpdk-stable] [PATCH v6 14/17] net/igc: "
  ` [dpdk-stable] [PATCH v6 15/17] vdpa/mlx5: replace pthread functions unavailable in musl
  ` [dpdk-stable] [PATCH v6 16/17] app/testpmd: fix build with musl
  ` [dpdk-stable] [PATCH v6 17/17] examples/bbdev: fix header include for musl

[dpdk-stable] [PATCH v3] net/i40e: fix inputset field mask
 2021-03-01  7:06 UTC 

[dpdk-stable] [PATCH v3] net/i40e: fix inputset field mask
 2021-03-01  6:53 UTC 

[dpdk-stable] [PATCH] crypto/octeontx: fix session-less mode
 2021-03-01  5:59 UTC 

[dpdk-stable] [PATCH 20.11] config/arm: replace native machine args
 2021-03-01  5:40 UTC  (10+ messages)

[dpdk-stable] [PATCH] net/bnxt: fix Rx queue count implementation
 2021-03-01  0:37 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/sfc: fix passing wrong buffer size
 2021-02-26 15:47 UTC  (2+ messages)

[dpdk-stable] [PATCH] vhost: fix potential buffer overflow
 2021-02-26  7:33 UTC 

[dpdk-stable] [PATCH v2] net/ice: fix unchecked return value
 2021-02-26  7:22 UTC 

[dpdk-stable] [PATCH v1] net/ice: fix unchecked return value
 2021-02-26  2:25 UTC 

[dpdk-stable] [PATCH] app/testpmd: remove unnecessary tunnel UDP cmd check
 2021-02-25 16:56 UTC  (3+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [dpdk-dev] [PATCH] app/eventdev: fix timeout accuracy
 2021-02-25 12:01 UTC 

[dpdk-stable] [PATCH v1] net/ixgbe: adjust error for UDP with zero checksum
 2021-02-25 10:54 UTC  (3+ messages)
` [dpdk-stable] [PATCH v3] net/ixgbe: fix UDP zero checksum error

[dpdk-stable] [PATCH 1/4] common/mlx5/linux: add glue function to query WQ
 2021-02-25 10:45 UTC  (4+ messages)
` [dpdk-stable] [PATCH 2/4] common/mlx5: add DevX command "
` [dpdk-stable] [PATCH 3/4] common/mlx5: add DevX commands for queue counters
` [dpdk-stable] [PATCH 4/4] net/mlx5: fix imissed statistics

[dpdk-stable] [PATCH v2 1/1] app/test: collect perf data after worker threads exit
 2021-02-25  9:32 UTC 

[dpdk-stable] [PATCH v3 01/23] bus/fslmc: fix to use ci value for qbman 5.0
 2021-02-24 12:42 UTC  (4+ messages)
  ` [dpdk-stable] [PATCH v3 02/23] bus/dpaa: fix statistics reading
  ` [dpdk-stable] [PATCH v3 03/23] net/dpaa2: fix link get API implementation
  ` [dpdk-stable] [PATCH v3 04/23] net/dpaa: "

[dpdk-stable] [PATCH v2] net/igc: remove MTU setting limitation
 2021-02-24 12:23 UTC  (3+ messages)

[dpdk-stable] [PATCH] net/e1000: remove MTU setting limitation
 2021-02-24 12:18 UTC  (3+ messages)

[dpdk-stable] [PATCH] net/mlx5: fix UAR allocation diagnostics messages
 2021-02-24 11:20 UTC  (5+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH] net/mlx5: fix hashed list size for tunnel flow groups
 2021-02-24 10:11 UTC  (4+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH] net/i40evf: fix packet loss issue for X722
 2021-02-24  2:34 UTC  (2+ messages)

[dpdk-stable] [PATCH] event/dlb: fix accessing uninitialized variables
 2021-02-22 19:49 UTC 

[dpdk-stable] [PATCH] net/failsafe: report minimum and maximum MTU in device info
 2021-02-22 16:44 UTC  (3+ messages)

[dpdk-stable] [PATCH] net/failsafe: fix RSS hash offload reporting
 2021-02-22 16:31 UTC  (4+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [scripts] 3-backport: use get-maintainer.sh to CC subtree maintainers
 2021-02-22 16:26 UTC  (2+ messages)

[dpdk-stable] [scripts 1/2] 4-final-review: add support for VERSION file
 2021-02-22 15:13 UTC  (4+ messages)
` [dpdk-stable] [scripts 2/2] 4-final-review: silence git/pushd/popd commands

[dpdk-stable] [scripts] validation-contacts: update Nvidia contacts email
 2021-02-22 15:11 UTC  (3+ messages)

[dpdk-stable] [PATCH 19.11 1/2] mem: exclude unused memory from core dump
 2021-02-22 14:55 UTC  (3+ messages)
` [dpdk-stable] [PATCH 19.11 2/2] mem: fix build

[dpdk-stable] [PATCH 19.11 0/4] Enable Checksum Offloading for NEON vector
 2021-02-22 13:21 UTC  (3+ messages)
` [dpdk-stable] [PATCH 19.11 4/4] net/ixgbe: enable IXGBE NEON vector PMD when CHECKSUM need to checksum

[dpdk-stable] [PATCH] net/ice: fix VLAN filter with PF
 2021-02-22 12:39 UTC  (4+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v2] doc: update stable section
 2021-02-22 12:37 UTC  (2+ messages)

[dpdk-stable] [PATCH] doc: update stable section
 2021-02-22 12:01 UTC  (2+ messages)

[dpdk-stable] please help backporting some patches to stable release 20.11.1
 2021-02-22 12:00 UTC  (3+ messages)

[dpdk-stable] [PATCH 20.11 0/2] net/hns3: backport two bugfix
 2021-02-22 11:59 UTC  (4+ messages)
` [dpdk-stable] [PATCH 20.11 1/2] net/hns3: fix query order of link status and link info
` [dpdk-stable] [PATCH 20.11 2/2] net/hns3: fix stats flip overflow

[dpdk-stable] [PATCH v13 0/4] raw/ifpga: add extra OPAE APIs
 2021-02-22  9:12 UTC  (14+ messages)
` [dpdk-stable] [PATCH v14 "
  ` [dpdk-stable] [PATCH v14 1/4] raw/ifpga: add fpga rsu APIs
  ` [dpdk-stable] [PATCH v14 2/4] raw/ifpga: add APIs to get fpga information
  ` [dpdk-stable] [PATCH v14 3/4] raw/ifpga: add miscellaneous APIs
  ` [dpdk-stable] [PATCH v14 4/4] examples/ifpga: add example for ifpga APIs
  ` [dpdk-stable] [PATCH v15 0/4] raw/ifpga: add extra OPAE APIs
    ` [dpdk-stable] [PATCH v15 1/4] raw/ifpga: add fpga rsu APIs
    ` [dpdk-stable] [PATCH v15 2/4] raw/ifpga: add APIs to get fpga information
    ` [dpdk-stable] [PATCH v15 3/4] raw/ifpga: add miscellaneous APIs
    ` [dpdk-stable] [PATCH v15 4/4] examples/ifpga: add example for ifpga APIs

[dpdk-stable] [PATCH] net/mlx5: fix metadata item validation for ingress flows
 2021-02-21 15:36 UTC  (2+ messages)

[dpdk-stable] [PATCH] common/mlx5: fix output buffer size calculation
 2021-02-21 11:52 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 1/2] qede: reduce trace verbosity level
 2021-02-21 11:16 UTC  (2+ messages)
` [dpdk-stable] [PATCH 2/2] qede: make driver accept bigger rss tables

[dpdk-stable] [PATCH] net/mlx5: fix TCP flag field modification
 2021-02-21  9:32 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/mlx5: fix external buffer pool registration for Rx queue
 2021-02-21  8:14 UTC  (2+ messages)

[dpdk-stable] please help backporting some patches to stable release 20.11.1
 2021-02-20  6:49 UTC  (2+ messages)

[dpdk-stable] [PATCH] fbarray: fix uninitialized variable usage
 2021-02-19 17:54 UTC 

[dpdk-stable] [PATCH 20.11] net/mlx5: fix Tx queue size created with DevX
 2021-02-19 10:36 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/igc: remove MTU setting limitation
 2021-02-19  8:54 UTC 

[dpdk-stable] please help backporting some patches to stable release 19.11.7
 2021-02-19  8:18 UTC 

[dpdk-stable] [PATCH 19.11 1/2] net/bnxt: fix error handling in device start
 2021-02-19  8:15 UTC  (2+ messages)
` [dpdk-stable] [PATCH 19.11 2/2] net/bnxt: fix lock init and destroy

[dpdk-stable] 回复: please help backporting some patches to stable release 19.11.7
 2021-02-19  6:23 UTC 

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