patches for DPDK stable branches
 help / color / mirror / Atom feed
[dpdk-stable] [PATCH 18/63] net/ice/base: resolve static analysis issues
 2019-08-29  2:36 UTC  (12+ messages)
` [dpdk-stable] [PATCH 19/63] net/ice/base: fix memory leak issue
` [dpdk-stable] [PATCH 21/63] net/ice/base: fix type-mismatch
` [dpdk-stable] [PATCH 22/63] net/ice/base: correct overrun Coverty hit
` [dpdk-stable] [PATCH 44/63] net/ice/base: fix for RSS hash on inner UDP port
` [dpdk-stable] [PATCH 48/63] net/ice/base: fix flag settings in AQ call
  ` [dpdk-stable] [PATCH v2 18/63] net/ice/base: resolve static analysis issues
  ` [dpdk-stable] [PATCH v2 19/63] net/ice/base: fix memory leak issue
  ` [dpdk-stable] [PATCH v2 21/63] net/ice/base: fix type-mismatch
  ` [dpdk-stable] [PATCH v2 22/63] net/ice/base: correct overrun Coverty hit
  ` [dpdk-stable] [PATCH v2 44/63] net/ice/base: fix for RSS hash on inner UDP port
  ` [dpdk-stable] [PATCH v2 48/63] net/ice/base: fix flag settings in AQ call

[dpdk-stable] [PATCH 1/2] net/i40e: desc loading is unnecessarily ordered for aarch64
 2019-08-28 22:48 UTC  (4+ messages)
` [dpdk-stable] [PATCH 2/2] net/i40e: remove compiler barrier "

[dpdk-stable] patch 'crypto/openssl: fix free of asymmetric crypto keys' has been queued to LTS release 18.11.3
 2019-08-28 13:42 UTC  (58+ messages)
` [dpdk-stable] patch 'kni: fix segmented mbuf data overflow' "
` [dpdk-stable] patch 'crypto/dpaa2_sec: fix handling of session init failure' "
` [dpdk-stable] patch 'mk: fix custom kernel directory name' "
` [dpdk-stable] patch 'examples/ip_frag: fix stale content of ethdev info' "
` [dpdk-stable] patch 'net/bnx2x: fix reading VF id' "
` [dpdk-stable] patch 'net/bnx2x: fix link events polling for SRIOV' "
` [dpdk-stable] patch 'net/bnx2x: fix fastpath SB allocation "
` [dpdk-stable] patch 'net/tap: remove redundant declarations' "
` [dpdk-stable] patch 'net/af_packet: remove redundant declaration' "
` [dpdk-stable] patch 'net/vhost: "
` [dpdk-stable] patch 'net/null: "
` [dpdk-stable] patch 'net/pcap: "
` [dpdk-stable] patch 'net/ring: "
` [dpdk-stable] patch 'net/virtio_user: "
` [dpdk-stable] patch 'raw/skeleton: "
` [dpdk-stable] patch 'raw/dpaa2_cmdif: "
` [dpdk-stable] patch 'net: adjust L2 length on soft VLAN insertion' "
` [dpdk-stable] patch 'net/pcap: fix possible mbuf double freeing' "
` [dpdk-stable] patch 'net/iavf: fix driver crash when enable TSO' "
` [dpdk-stable] patch 'app/testpmd: fix show port info routine' "
` [dpdk-stable] patch 'net/ena: fix admin CQ polling for 32-bit' "
` [dpdk-stable] patch 'net/bnxt: fix crash on probe failure' "
` [dpdk-stable] patch 'net/bnxt: fix Tx hang after port stop/start' "
` [dpdk-stable] patch 'net/bnxt: fix L4 checksum error indication in Rx' "
` [dpdk-stable] patch 'net/bnxt: save the number of EM flow count' "
` [dpdk-stable] patch 'net/bnxt: fix enabling/disabling interrupts' "
` [dpdk-stable] patch 'net/bnxt: check invalid VNIC in cleanup path' "
` [dpdk-stable] patch 'net/bnxt: fix compiler warning' "
` [dpdk-stable] patch 'net/bnxt: fix RxQ count if ntuple filtering is disabled' "
` [dpdk-stable] patch 'net/bnxt: check invalid VNIC id for firmware' "
` [dpdk-stable] patch 'net/avf: fix Rx bytes stats' "
` [dpdk-stable] patch 'net/i40e: fix MAC removal check' "
` [dpdk-stable] patch 'net/i40e: fix SFP X722 with FW4.16' "
` [dpdk-stable] patch 'doc: fix ethernet addresses in flow API guide' "
` [dpdk-stable] patch 'net/bnxt: fix error handling in port start' "
` [dpdk-stable] patch 'net/bnxt: fix check of address mapping' "
` [dpdk-stable] patch 'net/bnxt: fix adding MAC address' "
` [dpdk-stable] patch 'net/bnxt: fix unconditional wait in link update' "
` [dpdk-stable] patch 'net/bnxt: fix setting primary MAC address' "
` [dpdk-stable] patch 'net/bnxt: fix device init error path' "
` [dpdk-stable] patch 'net/bnxt: reset filters before registering interrupts' "
` [dpdk-stable] patch 'net/bnxt: retry IRQ callback deregistration' "
` [dpdk-stable] patch 'net/bnxt: fix return values to standard error codes' "
` [dpdk-stable] patch 'net/bnxt: fix lock release on getting NVM info' "
` [dpdk-stable] patch 'net/bnxt: fix getting statistics' "
` [dpdk-stable] patch 'net/bnxt: fix checking result of HWRM command' "
` [dpdk-stable] patch 'net/bnxt: fix Rx interrupt vector' "
` [dpdk-stable] patch 'net/bnxt: fix interrupt rearm logic' "
` [dpdk-stable] patch 'net/bnxt: remove unnecessary interrupt disable' "
` [dpdk-stable] patch 'net/e1000: fix buffer overrun while i219 processing DMA' "
` [dpdk-stable] patch 'net/mlx5: fix typos in comments' "
` [dpdk-stable] patch 'net/dpaa: check multi-segment external buffers' "
` [dpdk-stable] patch 'net/dpaa2: fix multi-segment Tx' "
` [dpdk-stable] patch 'net/ark: fix queue packet replacement' "
` [dpdk-stable] patch 'net/i40e: fix ethernet flow rule' "
` [dpdk-stable] patch 'net/i40e: fix flow director rule destroy' "
` [dpdk-stable] patch 'net/mlx5: remove redundant item from union' "

[dpdk-stable] [PATCH] Suppress the unaligned packed member address warnings by extending the telemetry library build flags with -Wno-address-of-packed-member option, through the WERROR_FLAGS makefile variable
 2019-08-28  9:46 UTC  (2+ messages)
` [dpdk-stable] [PATCH v2] telemetry: fix build warnings seen when using gcc 9

[dpdk-stable] [PATCH] telemetry: fix build warnings seen when using gcc 9
 2019-08-28  9:34 UTC  (4+ messages)
` [dpdk-stable] [dpdk-dev] "
    ` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH] app/testpmd: remove duplicated support for Rx offloading
 2019-08-28  9:29 UTC  (4+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH v2 1/2] net/ixgbe: remove barrier in vPMD for aarch64
 2019-08-28  8:24 UTC 

[dpdk-stable] [DPDK] net/ixgbe: enable Pf host new mbox version
 2019-08-28  8:19 UTC 

[dpdk-stable] [DPDK] net/ixgbe: enable Pf host new mbox version
 2019-08-28  8:19 UTC 

[dpdk-stable] [PATCH] net/ixgbe: enable Pf host new mbox version
 2019-08-28  8:16 UTC  (4+ messages)
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH] event/sw: fix xstats reset value assignment bug
 2019-08-27 21:34 UTC 

[dpdk-stable] patch 'test/hash: fix data reset on new run' has been queued to LTS release 18.11.3
 2019-08-27 13:52 UTC  (56+ messages)
` [dpdk-stable] patch 'mem: fix typo in API description' "
` [dpdk-stable] patch 'kni: abort when IOVA is not PA' "
` [dpdk-stable] patch 'doc: fix build with latest meson' "
` [dpdk-stable] patch 'ethdev: avoid error on PCI unplug of closed port' "
` [dpdk-stable] patch 'net/sfc: ensure that device is closed on removal' "
` [dpdk-stable] patch 'net: define IPv4 IHL and VHL' "
` [dpdk-stable] patch 'app/testpmd: fix MPLS IPv4 encapsulation fields' "
` [dpdk-stable] patch 'net/netvsc: fix definition of offload values' "
` [dpdk-stable] patch 'net/i40e: fix crash when TxQ/RxQ set to 0 in VF' "
` [dpdk-stable] patch 'net/mlx5: fix crash on null operation' "
` [dpdk-stable] patch 'net/mlx5: fix condition for link update fallback' "
` [dpdk-stable] patch 'net/mlx5: check memory allocation in flow creation' "
` [dpdk-stable] patch 'app/testpmd: fix parsing RSS queue rule' "
` [dpdk-stable] patch 'app/testpmd: fix queue offload configuration' "
` [dpdk-stable] patch 'compress/isal: fix use after free' "
` [dpdk-stable] patch 'doc: cleanup test removal in armv8 and openssl guides' "
` [dpdk-stable] patch 'crypto/mvsam: fix typo in comment' "
` [dpdk-stable] patch 'doc: fix triplicated typo in prog guides' "
` [dpdk-stable] patch 'doc: fix grammar "
` [dpdk-stable] patch 'drivers: fix typo in NXP comments' "
` [dpdk-stable] patch 'crypto/qat: set message field to zero in sym SGL case' "
` [dpdk-stable] patch 'app/crypto-perf: fix CSV format' "
` [dpdk-stable] patch 'crypto/openssl: fix usage of non constant time memcmp' "
` [dpdk-stable] patch 'doc: clarify data plane error handling in compressdev' "
` [dpdk-stable] patch 'crypto/virtio: check PCI config read' "
` [dpdk-stable] patch 'app/crypto-perf: fix display once detection' "
` [dpdk-stable] patch 'app/crypto-perf: check lcore job failure' "
` [dpdk-stable] patch 'net/ixgbe: fix IP type for crypto session' "
` [dpdk-stable] patch 'eal: fix typo in comments' "
` [dpdk-stable] patch 'examples/ipsec-secgw: fix error sign' "
` [dpdk-stable] patch 'eventdev: "
` [dpdk-stable] patch 'event/sw: "
` [dpdk-stable] patch 'event/opdl: "
` [dpdk-stable] patch 'hash: use ordered loads only if signature matches' "
` [dpdk-stable] patch 'doc: fix a grammar mistake in rawdev guide' "
` [dpdk-stable] patch 'doc: fix link about bifurcated model in Linux "
` [dpdk-stable] patch 'net/i40e: fix unexpected skip FDIR setup' "
` [dpdk-stable] patch 'net/fm10k: fix descriptor filling in vector Tx' "
` [dpdk-stable] patch 'doc: fix PDF build' "
` [dpdk-stable] patch 'flow_classify: fix out-of-bounds access' "
` [dpdk-stable] patch 'examples/power: fix FreeBSD meson lib dependency' "
` [dpdk-stable] patch 'eal/freebsd: fix config creation' "
` [dpdk-stable] patch 'kni: fix copy_from_user failure handling' "
` [dpdk-stable] patch 'kni: fix style' "
` [dpdk-stable] patch 'kni: fix kernel crash with multi-segments' "
` [dpdk-stable] patch 'examples/power: fix strcpy buffer overrun' "
` [dpdk-stable] patch 'test/distributor: fix flush with worker shutdown' "
` [dpdk-stable] patch 'distributor: fix check of workers number' "
` [dpdk-stable] patch 'examples: fix use of ethdev internal device array' "
` [dpdk-stable] patch 'examples/ipsec-secgw: fix use of ethdev internal struct' "
` [dpdk-stable] patch 'examples/ip_frag: fix use of ethdev internal device array' "
` [dpdk-stable] patch 'examples/ip_frag: fix unknown ethernet type' "
` [dpdk-stable] patch 'examples/tep_term: remove duplicate definitions' "
` [dpdk-stable] patch 'examples/performance-thread: init timer subsystem' "

[dpdk-stable] [PATCH] net/af_packet: fix for stale sockets
 2019-08-27 13:37 UTC  (3+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] 3-request-backport: Update email message
 2019-08-27 13:36 UTC  (2+ messages)

[dpdk-stable] [PATCH] ethdev: fix endian annotation for spi item
 2019-08-27 13:15 UTC  (3+ messages)

[dpdk-stable] [PATCH] ethdev: fix doc reference to FDIR disabled mode
 2019-08-27 12:41 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/mlx5: remove unneeded constant definition
 2019-08-27 12:24 UTC  (2+ messages)

[dpdk-stable] [PATCH v3 1/4] lib/eal: fix vfio unmap that fails unexpectedly
 2019-08-27 11:57 UTC  (2+ messages)
` [dpdk-stable] [PATCH v3 2/4] lib/eal: fix vfio unmap that succeeds unexpectedly

[dpdk-stable] [PATCH v1 01/30] bus/dpaa: fix DPAA SEC blacklist case
 2019-08-27  7:07 UTC 

[dpdk-stable] [PATCH v1 1/1] net/hinic: fix receive pkts errs on arm platform
 2019-08-26 15:46 UTC 

[dpdk-stable] [PATCH v1 01/30] bus/dpaa: fix DPAA SEC blacklist case
 2019-08-26 13:28 UTC 

[dpdk-stable] patch 'net/bnx2x: fix warnings from invalid assert' has been queued to LTS release 18.11.3
 2019-08-25 11:41 UTC  (44+ messages)
` [dpdk-stable] patch 'kernel/linux: fix modules install path' "
` [dpdk-stable] patch 'test/hash: fix off-by-one check on core count' "
` [dpdk-stable] patch 'test/hash: rectify slave id to point to valid cores' "
` [dpdk-stable] patch 'bus/vmbus: skip non-network devices' "
` [dpdk-stable] patch 'bpf: fix check array size' "
` [dpdk-stable] patch 'eal: hide internal hotplug function' "
` [dpdk-stable] patch 'vfio: remove incorrect experimental tag' "
` [dpdk-stable] patch 'mem: remove incorrect experimental tag on static symbol' "
` [dpdk-stable] patch 'telemetry: add missing header include' "
` [dpdk-stable] patch 'eal: fix positive error codes from probe/remove' "
` [dpdk-stable] patch 'net/bnx2x: fix invalid free on unplug' "
` [dpdk-stable] patch 'drivers/net: fix double free on init failure' "
` [dpdk-stable] patch 'net: fix encapsulation markers for inner L3 offset' "
` [dpdk-stable] patch 'net/mlx5: fix 32-bit build' "
` [dpdk-stable] patch 'net/netvsc: fix RSS offload settings' "
` [dpdk-stable] patch 'net/netvsc: fix xstats id' "
` [dpdk-stable] patch 'net/netvsc: fix xstats for VF device' "
` [dpdk-stable] patch 'doc: fix typos in flow API guide' "
` [dpdk-stable] patch 'net: fix how L4 checksum choice is tested' "
` [dpdk-stable] patch 'eal/freebsd: fix init completion' "
` [dpdk-stable] patch 'raw/skeleton: fix test of attribute set/get' "
` [dpdk-stable] patch 'examples/l3fwd-vf: remove unused Rx/Tx configuration' "
` [dpdk-stable] patch 'doc: remove useless Rx configuration in l2fwd guide' "
` [dpdk-stable] patch 'test: add rawdev autotest to meson' "
` [dpdk-stable] patch 'event/dpaa2: fix timeout ticks' "
` [dpdk-stable] patch 'eventdev: fix doxygen comment' "
` [dpdk-stable] patch 'app/eventdev: fix order test port creation' "
` [dpdk-stable] patch 'test/eventdev: fix producer core validity checks' "
` [dpdk-stable] patch 'net/mvneta: fix ierror statistics' "
  ` [dpdk-stable] [EXT] "
` [dpdk-stable] patch 'net: fix definition of IPv6 traffic class mask' "
` [dpdk-stable] patch 'examples: fix pkg-config detection with older make' "
` [dpdk-stable] patch 'bpf: fix validate for function return value' "
` [dpdk-stable] patch 'raw/ifpga/base: fix use of untrusted scalar "
` [dpdk-stable] patch 'raw/ifpga/base: fix physical address info' "
` [dpdk-stable] patch 'usertools: fix refresh binding infos' "
` [dpdk-stable] patch 'doc: add a note for multi-process in mempool guide' "
` [dpdk-stable] patch 'table: fix crash in LPM IPv6' "
` [dpdk-stable] patch 'test: fix autotest crash' "
` [dpdk-stable] patch 'telemetry: fix build' "
` [dpdk-stable] patch 'app/testpmd: fix offloads config' "

[dpdk-stable] 17.11.7-rc1 (LTS) patches review and test
 2019-08-25 10:30 UTC  (2+ messages)

[dpdk-stable] [PATCH 18.11] net/af_packet: fix for stale sockets
 2019-08-23 16:36 UTC  (2+ 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).