[dpdk-stable] patch 'net/bnx2x: cleanup info logs' has been queued to LTS release 17.11.6
2019-03-08 17:47 UTC (56+ messages)
` [dpdk-stable] patch 'net/i40e: fix getting RSS configuration' "
` [dpdk-stable] patch 'net/i40e: fix using recovery mode firmware' "
` [dpdk-stable] patch 'net/ixgbe: fix overwriting RSS RETA' "
` [dpdk-stable] patch 'net/mlx5: fix validation of Rx queue number' "
` [dpdk-stable] patch 'ethdev: fix typo in queue setup error log' "
` [dpdk-stable] patch 'drivers/net: fix several Tx prepare functions' "
` [dpdk-stable] patch 'vhost: fix crash after mmap failure' "
` [dpdk-stable] patch 'net/i40e: revert fix offload not supported mask' "
` [dpdk-stable] patch 'net/i40e: remove redundant reset of queue number' "
` [dpdk-stable] patch 'doc: fix garbage text in generated HTML guides' "
` [dpdk-stable] patch 'eventdev: fix xstats documentation typo' "
` [dpdk-stable] patch 'crypto/qat: fix block size error handling' "
` [dpdk-stable] patch 'timer: fix race condition' "
` [dpdk-stable] patch 'net/i40e: fix statistics inconsistency' "
` [dpdk-stable] patch 'vhost: fix race condition when adding fd in the fdset' "
` [dpdk-stable] patch 'net/ena: add supported RSS offloads types' "
` [dpdk-stable] patch 'net/ena: update completion queue after cleanup' "
` [dpdk-stable] patch 'net: fix underflow for checksum of invalid IPv4 packets' "
` [dpdk-stable] patch 'net/tap: add buffer overflow checks before checksum' "
` [dpdk-stable] patch 'net/af_packet: fix setting MTU decrements sockaddr twice' "
` [dpdk-stable] patch 'net/tap: fix possible uninitialized variable access' "
` [dpdk-stable] patch 'app/testpmd: expand RED queue thresholds to 64 bits' "
` [dpdk-stable] patch 'net/i40e: fix get RSS conf' "
` [dpdk-stable] patch 'devtools: fix wrong headline lowercase for arm' "
` [dpdk-stable] patch 'drivers/crypto: fix PMDs memory leak' "
` [dpdk-stable] patch 'test/crypto: fix misleading trace message' "
` [dpdk-stable] patch 'examples/ipsec-secgw: fix outbound codepath for single SA' "
` [dpdk-stable] patch 'examples/ipsec-secgw: make local variables static' "
` [dpdk-stable] patch 'kni: fix build on RHEL 8' "
` [dpdk-stable] patch 'kni: fix build on RHEL8 for arm and Power9' "
` [dpdk-stable] patch 'mk: fix scope of disabling AVX512F support' "
` [dpdk-stable] patch 'net/ixgbe: fix over using multicast table for VF' "
` [dpdk-stable] patch 'vhost: fix possible out of bound access in vector filling' "
` [dpdk-stable] patch 'net/fm10k: fix internal switch initial status' "
` [dpdk-stable] patch 'net/dpaa: fix secondary process' "
` [dpdk-stable] patch 'examples/flow_filtering: fix example documentation' "
` [dpdk-stable] patch 'doc: fix a parameter name in testpmd guide' "
` [dpdk-stable] patch 'app/testpmd: fix quit to stop all ports before close' "
` [dpdk-stable] patch 'net/bonding: fix possible null pointer reference' "
` [dpdk-stable] patch 'net/sfc: discard last seen VLAN TCI if Tx packet is dropped' "
` [dpdk-stable] patch 'net/dpaa2: fix device init for secondary process' "
` [dpdk-stable] patch 'net/sfc: fix typo in preprocessor check' "
` [dpdk-stable] patch 'drivers: fix sprintf with snprintf' "
` [dpdk-stable] patch 'net/mlx5: fix instruction hotspot on replenishing Rx buffer' "
` [dpdk-stable] patch 'examples/tep_term: remove unused constant' "
` [dpdk-stable] patch 'eal: fix core number validation' "
` [dpdk-stable] patch 'eal: fix out of bound access when no CPU available' "
` [dpdk-stable] patch 'eal: check string parameter lengths' "
` [dpdk-stable] patch 'gro: check invalid TCP header length' "
` [dpdk-stable] patch 'net/i40e: fix VF overwrite PF RSS LUT for X722' "
` [dpdk-stable] patch 'net/sfc: fix VF error/missed stats mapping' "
` [dpdk-stable] patch 'net/sfc: fix datapath name references in logs' "
` [dpdk-stable] patch 'vhost: fix memory leak on realloc failure' "
` [dpdk-stable] patch 'net/sfc: fix Rx packets counter' "
` [dpdk-stable] patch 'doc: add missing loopback option in testpmd guide' "
[dpdk-stable] [PATCH] lib: fix strcat with equivalent logic
2019-03-08 17:30 UTC (4+ messages)
` [dpdk-stable] [PATCH v2] lib/cfgfile: replace strcat with strlcat
[dpdk-stable] [PATCH v2 2/2] Define macro for iov_max default value
2019-03-08 17:29 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] [PATCH v2 1/2] net/tap: fix missing _SC_IOV_MAX
[dpdk-stable] [PATCH 17.11] net/virtio: fix resuming port with Rx vector path
2019-03-08 16:31 UTC (2+ messages)
[dpdk-stable] [PATCH 1/1] net/nfp: fix set_mac_addr
2019-03-08 15:40 UTC
[dpdk-stable] [PATCH] examples/ipsec-secgw: fix debug in ipsec-secgw app
2019-03-08 15:35 UTC (2+ messages)
[dpdk-stable] [PATCH v2] net/nfp: fix possible buffer overflow
2019-03-08 10:28 UTC
[dpdk-stable] [PATCH] net/qede: support IOVA VA mode
2019-03-08 9:28 UTC (3+ messages)
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2] "
[dpdk-stable] [PATCH v6 1/3] test/spinlock: dealy 1 us to create contention
2019-03-08 7:56 UTC (9+ messages)
` [dpdk-stable] [PATCH v6 2/3] test/spinlock: amortize the cost of getting time
` [dpdk-stable] [PATCH v6 3/3] spinlock: reimplement with atomic one-way barrier builtins
` [dpdk-stable] [PATCH v7 1/3] test/spinlock: remove 1us delay for correct benchmarking
` [dpdk-stable] [PATCH v7 2/3] test/spinlock: amortize the cost of getting time
` [dpdk-stable] [PATCH v7 3/3] spinlock: reimplement with atomic one-way barrier builtins
` [dpdk-stable] [PATCH v8 1/3] test/spinlock: remove 1us delay for correct benchmarking
` [dpdk-stable] [PATCH v8 2/3] test/spinlock: amortize the cost of getting time
` [dpdk-stable] [PATCH v8 3/3] spinlock: reimplement with atomic one-way barrier builtins
[dpdk-stable] [PATCH v2 0/3] net/ixgbe: promiscuous mode enable on VF
2019-03-08 5:45 UTC (9+ messages)
` [dpdk-stable] [PATCH v3 0/2] "
` [dpdk-stable] [PATCH v3 1/2] "
` [dpdk-stable] [PATCH v4 0/2] "
` [dpdk-stable] [PATCH v4 1/2] "
` [dpdk-stable] [PATCH v4 2/2] net/ixgbe: add VF promiscuous mode support when PF as host
[dpdk-stable] [PATCH 18.11] net/mlx5: fix instruction hotspot on replenishing Rx buffer
2019-03-08 2:07 UTC
[dpdk-stable] [PATCH] net/mlx5: fix instruction hotspot on replenishing Rx buffer
2019-03-08 2:05 UTC (5+ messages)
` [dpdk-stable] [PATCH v5 2/2] "
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/tap: fix missing _SC_IOV_MAX
2019-03-07 22:31 UTC
[dpdk-stable] [PATCH 1/2] eal: remove dead code in corelist parsing
2019-03-07 20:23 UTC (3+ messages)
` [dpdk-stable] [PATCH 2/2] eal: fix corelist validation with disabled cores
[dpdk-stable] please help backporting some patches to LTS release 17.11.1
2019-03-07 20:10 UTC (9+ messages)
[dpdk-stable] [PATCH v2 1/2] eal: fix potential incorrect pinning for ctrl threads
2019-03-07 18:23 UTC (4+ messages)
` [dpdk-stable] [PATCH v3 2/2] eal: restrict ctrl threads to startup cpu affinity
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH v2] eal: fix check when retrieving current cpu affinity
2019-03-07 15:36 UTC (3+ messages)
[dpdk-stable] [PATCH 1/6] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
2019-03-07 14:57 UTC (10+ messages)
` [dpdk-stable] [PATCH 2/6] examples/ipsec-secgw: fix 1st packet dropped patch two
` [dpdk-stable] [PATCH 3/6] examples/ipsec-secgw: fix 1st packet dropped patch three
` [dpdk-stable] [PATCH 4/6] examples/ipsec-secgw: fix debug in esp.c
` [dpdk-stable] [PATCH 5/6] examples/ipsec-secgw: fix debug in sa.c
` [dpdk-stable] [PATCH 6/6] examples/ipsec-secgw: fix debug in ipsec-secgw.c
` [dpdk-stable] [PATCH v2 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
` [dpdk-stable] [PATCH v2 2/2] examples/ipsec-secgw/test: fix inline test scripts
[dpdk-stable] [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs
2019-03-07 13:42 UTC (2+ messages)
[dpdk-stable] [dpdk-dev] [PATCH] net/ixgbe: fix crash when on remove
2019-03-07 13:38 UTC (4+ messages)
[dpdk-stable] [PATCH v3] drivers: fix to replace strcat with strlcat
2019-03-07 12:56 UTC (4+ messages)
` [dpdk-stable] [PATCH v4] drivers: fix possible overflow with strcat
` [dpdk-stable] [PATCH v5] "
[dpdk-stable] [PATCH] compress/isal: fix getting information about CPU
2019-03-07 11:28 UTC
[dpdk-stable] 18.08.1 patches review and test
2019-03-07 11:18 UTC (4+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] compress/isal: fix getting information about CPU
2019-03-07 11:07 UTC
[dpdk-stable] [PATCH] net/mlx5: fix sync when handling Tx completions
2019-03-07 8:38 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/mlx5: fix hex dump of error CQE
2019-03-07 8:37 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH v2] net/mlx4: fix default flow rule create
2019-03-07 8:35 UTC (3+ messages)
[dpdk-stable] [PATCH] net/mlx5: fix Verbs errors treatment in prio probing
2019-03-07 8:34 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 1/6] net/mlx: remove debug messages on datapath
2019-03-07 7:41 UTC (2+ messages)
` [dpdk-stable] [PATCH 2/6] net/mlx5: fix external memory registration
[dpdk-stable] [PATCH 1/3] net/mlx4: change device reference for secondary process
2019-03-07 7:39 UTC
[dpdk-stable] [PATCH 1/4] net/mlx5: fix memory event on secondary process
2019-03-07 7:33 UTC
[dpdk-stable] [PATCH] 1-import: canonicalize the commit_list
2019-03-06 18:50 UTC (2+ messages)
[dpdk-stable] [PATCH] test/crypto: fix duplicate device id uses by CCP device
2019-03-06 16:52 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] doc/qat: fix table of kernel drivers
2019-03-06 16:41 UTC (3+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [dpdk-dev] [PATCH] openssl: fix bad reference of modinv
2019-03-06 16:41 UTC (2+ messages)
[dpdk-stable] [DPDK 1/6] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
2019-03-06 15:52 UTC (6+ messages)
` [dpdk-stable] [DPDK 2/6] examples/ipsec-secgw: fix 1st packet dropped patch two
` [dpdk-stable] [DPDK 3/6] examples/ipsec-secgw: fix 1st packet dropped patch three
` [dpdk-stable] [DPDK 4/6] examples/ipsec-secgw: fix debug in esp.c
` [dpdk-stable] [DPDK 5/6] examples/ipsec-secgw: fix debug in sa.c
` [dpdk-stable] [DPDK 6/6] examples/ipsec-secgw: fix debug in ipsec-secgw.c
[dpdk-stable] [PATCH] ipsec-secgw: fix AES-CTR block size in legacy mode
2019-03-06 10:08 UTC (2+ messages)
[dpdk-stable] [PATCH] doc: fix PCI whitelist typo in prog guide
2019-03-05 11:59 UTC (3+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] doc: fix wrong link in gsg
2019-03-05 10:58 UTC (2+ messages)
[dpdk-stable] [PATCH] examples/ethtool: fix 2 typos
2019-03-05 10:50 UTC (3+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] doc: remove reference to rte.doc.mk in programmers guide
2019-03-05 10:42 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 01/12] net/af_packet: fix incorrect rxq errors stat
2019-03-05 8:19 UTC (16+ messages)
` [dpdk-stable] [PATCH 02/12] net/avp: "
` [dpdk-stable] [PATCH 03/12] net/bnxt: "
` [dpdk-stable] [PATCH 04/12] net/cxgbe: "
` [dpdk-stable] [PATCH 05/12] net/kni: "
` [dpdk-stable] [PATCH 06/12] net/mlx4: "
` [dpdk-stable] [PATCH 07/12] net/mlx5: "
` [dpdk-stable] [PATCH 08/12] net/null: "
` [dpdk-stable] [PATCH 09/12] net/pcap: "
` [dpdk-stable] [PATCH 10/12] net/ring: "
` [dpdk-stable] [PATCH 11/12] net/szedata2: "
` [dpdk-stable] [PATCH 12/12] net/tap: "
[dpdk-stable] [PATCH v3 0/2] Minor changes to checkpatches
2019-03-04 21:46 UTC (14+ messages)
` [dpdk-stable] [PATCH v3 1/2] Enable codespell by default. Can be disabled from config file
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v3 2/2] devtools: fix result of svg include check
` [dpdk-stable] [PATCH v4 0/2] Minor changes to checkpatches
` [dpdk-stable] [PATCH v4 1/2] Enable codespell by default. Can be disabled from config file
` [dpdk-stable] [PATCH v4 2/2] devtools: fix result of svg include check
[dpdk-stable] [ PATCH 17.11 1/2] ethdev: clear ethdev data upon detach
2019-03-04 19:57 UTC (3+ messages)
` [dpdk-stable] [ PATCH 17.11 2/2] app/pdump: remove created vdevs
[dpdk-stable] [PATCH v17.11 LTS] vhost: fix payload size of reply
2019-03-04 19:19 UTC (2+ messages)
[dpdk-stable] [PATCH v17.11 LTS] vhost: fix error handling when mem table gets updated
2019-03-04 19:19 UTC (2+ messages)
[dpdk-stable] [PATCH stable-scripts 1/2] 3-request-backport: suppress pushd/popd output
2019-03-04 19:13 UTC (4+ messages)
` [dpdk-stable] [PATCH stable-scripts 2/2] 3-request-backport: use BCC for stable@dpdk.org to bypass filters
[dpdk-stable] [PATCH v5] net/virtio: set offload flag for jumbo frames
2019-03-04 14:09 UTC
[dpdk-stable] [PATCH] devtools: fix incorrect shell assignment
2019-03-04 10:17 UTC (3+ messages)
[dpdk-stable] [PATCH v2 02/13] net/enic: fix flow director SCTP matching
2019-03-02 10:42 UTC (7+ messages)
` [dpdk-stable] [PATCH v2 03/13] net/enic: fix SCTP match for flow API
` [dpdk-stable] [PATCH v2 04/13] net/enic: allow flow mark ID 0
` [dpdk-stable] [PATCH v2 05/13] net/enic: check for unsupported flow item types
` [dpdk-stable] [PATCH v2 10/13] net/enic: reset VXLAN port regardless of overlay offload
` [dpdk-stable] [PATCH v2 11/13] net/enic: fix a couple issues with VXLAN match
` [dpdk-stable] [PATCH v2 12/13] net/enic: fix an endian bug in VLAN match
[dpdk-stable] [PATCH 1/3] eal: remove useless checks for already probed device
2019-03-02 2:42 UTC (2+ messages)
` [dpdk-stable] [PATCH 3/3] eal: fix multi-process probe failure handling
[dpdk-stable] [PATCH] drivers/net: fix shifting 32-bit signed variable 31 times
2019-03-01 17:18 UTC (3+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/softnic: fix sprintf with snprintf
2019-03-01 15:51 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/nfp: fix sprintf with snprintf
2019-03-01 15:25 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH v4] drivers: fix possible overflow with strlcat
2019-03-01 13:34 UTC
[dpdk-stable] [PATCH 1/2] metrics: new API to deinitialise metrics library
2019-03-01 10:07 UTC (3+ messages)
` [dpdk-stable] [PATCH v2 "
` [dpdk-stable] [PATCH v2 2/2] test/metrics: first test case fails on continuous
[dpdk-stable] [PATCH v2 1/2] metrics: new API to deinitialise metrics library
2019-03-01 10:00 UTC (2+ messages)
` [dpdk-stable] [PATCH v2 2/2] test/metrics: first test case fails on continuous execution
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).