DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] 16.11.2 (LTS) patches review and test
@ 2017-05-22  5:20 Yuanhan Liu
  2017-05-24 11:10 ` Kevin Traynor
  0 siblings, 1 reply; 3+ messages in thread
From: Yuanhan Liu @ 2017-05-22  5:20 UTC (permalink / raw)
  To: dpdk stable; +Cc: dev

Hi all,

Here is a list of patches targeted for 16.11.2 (LTS) release. Please
help review and test. The planned date for the final release is 31th,
May. Before that, please shout if anyone has objections with these
patches being applied.

These patches are located at branch 16.11 of dpdk-stable repo:
    http://dpdk.org/browse/dpdk-stable/

Thanks.

        --yliu

---
Adrien Mazarguil (2):
      mbuf: fix missing includes in exported header
      eal: fix debug macro redefinition

Alejandro Lucero (1):
      net/nfp: fix packet/data length conversion

Andriy Berestovskyy (1):
      examples/load_balancer: fix Tx flush

Arek Kusztal (4):
      crypto/qat: fix AES-GCM authentication length
      crypto/qat: fix IV zero physical address
      crypto/openssl: fix AAD capabilities for AES-GCM
      doc: add limitation of AAD size to QAT guide

Beilei Xing (1):
      net/i40e: fix setup when bulk is disabled

Ben Walker (1):
      pci: fix device registration on FreeBSD

Bernard Iremonger (1):
      net/i40e: ensure vector mode is not used with QinQ

Bruce Richardson (8):
      nic_uio: fix device binding at boot
      examples/quota_watermark: fix requirement for 2M pages
      examples: fix build clean on FreeBSD
      examples/performance-thread: fix compilation on Suse 11 SP2
      examples/performance-thread: fix build on FreeBSD 10.0
      examples/performance-thread: fix build on FreeBSD
      net/vmxnet3: fix build with gcc 7
      test/cmdline: fix missing break in switch

Charles Myers (1):
      net/mlx4: fix Rx after mbuf alloc failure

Chas Williams (2):
      net/bnx2x: fix transmit queue free threshold
      net/vmxnet3: fix queue size changes

Ferruh Yigit (3):
      kni: fix build with kernel 4.11
      kni: fix possible memory leak
      kni: fix crash caused by freeing mempool

Fiona Trahe (1):
      cryptodev: fix API digest length comments

Gaetan Rivet (3):
      net/mlx4: update link status upon probing with LSC
      net/mlx4: fix returned values upon failed probing
      net/mlx5: fix returned values upon failed probing

Gage Eads (1):
      crypto/qat: fix dequeue statistics

Harish Patil (3):
      net/qede: fix missing UDP protocol in RSS offload types
      net/qede: fix default MAC address handling
      net/qede: fix fastpath rings reset phase

Henry Cai (2):
      net/cxgbe: fix possible null pointer dereference
      net/i40e: fix allocation check

Huanle Han (1):
      net/virtio: fix crash when closing twice

Ido Barnea (1):
      net/ixgbevf: set xstats id values

Ilya Maximets (2):
      vhost: change log levels in client mode
      net/bonding: allow configuring jumbo frames without slaves

Jeff Guo (4):
      net/i40e: fix hash input set on X722
      app: enable HW CRC strip by default
      test: enable HW CRC strip by default
      examples: enable HW CRC strip by default

Jerin Jacob (5):
      eal/linux: fix build with glibc 2.25
      net/i40e: fix incorrect packet index reference
      net/thunderx: fix 32-bit build
      net/thunderx: fix build on FreeBSD
      net/thunderx: fix deadlock in Rx path

Jia Yu (1):
      net/ixgbe: fix setting MTU on stopped device

Jianfeng Tan (4):
      vfio: fix secondary process start
      net/virtio-user: fix address on 32-bit system
      net/virtio: fix MSI-X for modern devices
      net/virtio: fix link status always down

Jiayu Hu (1):
      app/testpmd: fix exit without freeing resources

Jingjing Wu (5):
      net/ixgbe: fix multi-queue mode check in SRIOV mode
      app/testpmd: fix init config for multi-queue mode
      app/testpmd: fix TC mapping in DCB init config
      net/i40e/base: fix potential out of bound array access
      examples/l3fwd-power: fix handling no Rx queue

Johan Samuelsson (1):
      net/pcap: fix using mbuf after freeing it

Kevin Traynor (1):
      vhost: fix false sharing

Marcin Wilk (1):
      net/thunderx: fix stats access out of bounds

Matt Peters (2):
      net/virtio: disable LSC interrupt if MSIX not enabled
      net/i40e: fix mbuf alloc failed counter

Michal Krawczyk (3):
      net/ena: cleanup if refilling of Rx descriptors fails
      net/ena: fix Rx descriptors allocation
      net/ena: fix delayed cleanup of Rx descriptors

Michał Mirosław (1):
      net: fix stripped VLAN flag for offload emulation

Nelio Laranjeiro (1):
      net/mlx5: fix an uninitialized variable

Nikhil Rao (1):
      vfio: fix disabling INTx

Nélio Laranjeiro (2):
      net/mlx5: fix supported packets types
      net/mlx5: fix Tx when first segment size is too short

Olivier Matz (4):
      mk: fix shell errors when building with clang
      mk: fix lib filtering when linking app
      app/testpmd: fix crash at mbuf pool creation
      app/testpmd: fix number of mbufs in pool

Pablo de Lara (5):
      examples/l2fwd-crypto: fix AEAD tests when AAD is zero
      examples/l2fwd-crypto: fix padding calculation
      crypto/openssl: fix AES-GCM capability
      examples/l2fwd-crypto: fix packets array index
      examples/l3fwd-power: fix Rx descriptor size

Pascal Mazon (1):
      mk: fix quoting for ARM mtune argument

Qi Zhang (7):
      net/i40e: fix compile error
      net/i40e: fix VF link speed
      net/i40e: add missing 25G link speed
      net/ixgbe: fix memory overflow in 32-bit SSE Rx
      net/i40e: fix memory overflow in 32-bit SSE Rx
      net/fm10k: fix memory overflow in 32-bit SSE Rx
      net/i40e: fix VF link status update

Qiming Yang (2):
      net/igb: fix VF MAC address setting
      net/igb: fix VF MAC address setting

Rasesh Mody (3):
      net/qede/base: fix find zero bit macro
      net/qede: fix FW version string for VF
      doc: explain zlib dependency for bnx2x

Shahaf Shuler (1):
      net/mlx5: fix VLAN stripping indication

Shreyansh Jain (1):
      test/mempool: free mempool on exit

Wei Dai (2):
      examples/ip_fragmentation: fix check of packet type
      net/ixgbe: fix VF Rx mode for allmulticast disabled

Wei Wang (1):
      net/bonding: fix updating slave link status

Wenfeng Liu (1):
      net/virtio-user: fix overflow

Wenzhuo Lu (5):
      net/i40e: fix TC bitmap of VEB
      net/ixgbe/base: fix build error
      net/ixgbe: fix Rx queue blocking issue
      net/ixgbe: fix all queues drop setting of DCB
      net/ixgbe: fix TC bandwidth setting

Xiao Wang (2):
      net/fm10k: fix pointer cast
      net/virtio: fix queue notify

Yong Wang (2):
      net/e1000/base: fix multicast setting in VF
      net/ena: fix return of hash control flushing

Yongseok Koh (1):
      net/mlx5: fix reusing Rx/Tx queues

Yuanhan Liu (6):
      vhost: fix multiple queue not enabled for old kernels
      vhost: fix max queues
      vhost: fix fd leaks for vhost-user server mode
      vhost: fix use after free
      vhost: fix dequeue zero copy
      net/virtio: fix link status always being up

Zhiyong Yang (1):
      examples/multi_process: fix timer update

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] 16.11.2 (LTS) patches review and test
  2017-05-22  5:20 [dpdk-dev] 16.11.2 (LTS) patches review and test Yuanhan Liu
@ 2017-05-24 11:10 ` Kevin Traynor
  2017-05-25  1:48   ` [dpdk-dev] [dpdk-stable] " Yuanhan Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2017-05-24 11:10 UTC (permalink / raw)
  To: dev, stable

On 05/22/2017 06:20 AM, Yuanhan Liu wrote:
> Hi all,
> 
> Here is a list of patches targeted for 16.11.2 (LTS) release. Please
> help review and test. The planned date for the final release is 31th,
> May. Before that, please shout if anyone has objections with these
> patches being applied.
> 

Hi Yuanhan, I did a few basic PVP tests with OVS-DPDK using dpdk-stable
and seems to be working fine.

thanks,
Kevin.


> These patches are located at branch 16.11 of dpdk-stable repo:
>     http://dpdk.org/browse/dpdk-stable/
> 
> Thanks.
> 
>         --yliu
> 
> ---
> Adrien Mazarguil (2):
>       mbuf: fix missing includes in exported header
>       eal: fix debug macro redefinition
> 
> Alejandro Lucero (1):
>       net/nfp: fix packet/data length conversion
> 
> Andriy Berestovskyy (1):
>       examples/load_balancer: fix Tx flush
> 
> Arek Kusztal (4):
>       crypto/qat: fix AES-GCM authentication length
>       crypto/qat: fix IV zero physical address
>       crypto/openssl: fix AAD capabilities for AES-GCM
>       doc: add limitation of AAD size to QAT guide
> 
> Beilei Xing (1):
>       net/i40e: fix setup when bulk is disabled
> 
> Ben Walker (1):
>       pci: fix device registration on FreeBSD
> 
> Bernard Iremonger (1):
>       net/i40e: ensure vector mode is not used with QinQ
> 
> Bruce Richardson (8):
>       nic_uio: fix device binding at boot
>       examples/quota_watermark: fix requirement for 2M pages
>       examples: fix build clean on FreeBSD
>       examples/performance-thread: fix compilation on Suse 11 SP2
>       examples/performance-thread: fix build on FreeBSD 10.0
>       examples/performance-thread: fix build on FreeBSD
>       net/vmxnet3: fix build with gcc 7
>       test/cmdline: fix missing break in switch
> 
> Charles Myers (1):
>       net/mlx4: fix Rx after mbuf alloc failure
> 
> Chas Williams (2):
>       net/bnx2x: fix transmit queue free threshold
>       net/vmxnet3: fix queue size changes
> 
> Ferruh Yigit (3):
>       kni: fix build with kernel 4.11
>       kni: fix possible memory leak
>       kni: fix crash caused by freeing mempool
> 
> Fiona Trahe (1):
>       cryptodev: fix API digest length comments
> 
> Gaetan Rivet (3):
>       net/mlx4: update link status upon probing with LSC
>       net/mlx4: fix returned values upon failed probing
>       net/mlx5: fix returned values upon failed probing
> 
> Gage Eads (1):
>       crypto/qat: fix dequeue statistics
> 
> Harish Patil (3):
>       net/qede: fix missing UDP protocol in RSS offload types
>       net/qede: fix default MAC address handling
>       net/qede: fix fastpath rings reset phase
> 
> Henry Cai (2):
>       net/cxgbe: fix possible null pointer dereference
>       net/i40e: fix allocation check
> 
> Huanle Han (1):
>       net/virtio: fix crash when closing twice
> 
> Ido Barnea (1):
>       net/ixgbevf: set xstats id values
> 
> Ilya Maximets (2):
>       vhost: change log levels in client mode
>       net/bonding: allow configuring jumbo frames without slaves
> 
> Jeff Guo (4):
>       net/i40e: fix hash input set on X722
>       app: enable HW CRC strip by default
>       test: enable HW CRC strip by default
>       examples: enable HW CRC strip by default
> 
> Jerin Jacob (5):
>       eal/linux: fix build with glibc 2.25
>       net/i40e: fix incorrect packet index reference
>       net/thunderx: fix 32-bit build
>       net/thunderx: fix build on FreeBSD
>       net/thunderx: fix deadlock in Rx path
> 
> Jia Yu (1):
>       net/ixgbe: fix setting MTU on stopped device
> 
> Jianfeng Tan (4):
>       vfio: fix secondary process start
>       net/virtio-user: fix address on 32-bit system
>       net/virtio: fix MSI-X for modern devices
>       net/virtio: fix link status always down
> 
> Jiayu Hu (1):
>       app/testpmd: fix exit without freeing resources
> 
> Jingjing Wu (5):
>       net/ixgbe: fix multi-queue mode check in SRIOV mode
>       app/testpmd: fix init config for multi-queue mode
>       app/testpmd: fix TC mapping in DCB init config
>       net/i40e/base: fix potential out of bound array access
>       examples/l3fwd-power: fix handling no Rx queue
> 
> Johan Samuelsson (1):
>       net/pcap: fix using mbuf after freeing it
> 
> Kevin Traynor (1):
>       vhost: fix false sharing
> 
> Marcin Wilk (1):
>       net/thunderx: fix stats access out of bounds
> 
> Matt Peters (2):
>       net/virtio: disable LSC interrupt if MSIX not enabled
>       net/i40e: fix mbuf alloc failed counter
> 
> Michal Krawczyk (3):
>       net/ena: cleanup if refilling of Rx descriptors fails
>       net/ena: fix Rx descriptors allocation
>       net/ena: fix delayed cleanup of Rx descriptors
> 
> Michał Mirosław (1):
>       net: fix stripped VLAN flag for offload emulation
> 
> Nelio Laranjeiro (1):
>       net/mlx5: fix an uninitialized variable
> 
> Nikhil Rao (1):
>       vfio: fix disabling INTx
> 
> Nélio Laranjeiro (2):
>       net/mlx5: fix supported packets types
>       net/mlx5: fix Tx when first segment size is too short
> 
> Olivier Matz (4):
>       mk: fix shell errors when building with clang
>       mk: fix lib filtering when linking app
>       app/testpmd: fix crash at mbuf pool creation
>       app/testpmd: fix number of mbufs in pool
> 
> Pablo de Lara (5):
>       examples/l2fwd-crypto: fix AEAD tests when AAD is zero
>       examples/l2fwd-crypto: fix padding calculation
>       crypto/openssl: fix AES-GCM capability
>       examples/l2fwd-crypto: fix packets array index
>       examples/l3fwd-power: fix Rx descriptor size
> 
> Pascal Mazon (1):
>       mk: fix quoting for ARM mtune argument
> 
> Qi Zhang (7):
>       net/i40e: fix compile error
>       net/i40e: fix VF link speed
>       net/i40e: add missing 25G link speed
>       net/ixgbe: fix memory overflow in 32-bit SSE Rx
>       net/i40e: fix memory overflow in 32-bit SSE Rx
>       net/fm10k: fix memory overflow in 32-bit SSE Rx
>       net/i40e: fix VF link status update
> 
> Qiming Yang (2):
>       net/igb: fix VF MAC address setting
>       net/igb: fix VF MAC address setting
> 
> Rasesh Mody (3):
>       net/qede/base: fix find zero bit macro
>       net/qede: fix FW version string for VF
>       doc: explain zlib dependency for bnx2x
> 
> Shahaf Shuler (1):
>       net/mlx5: fix VLAN stripping indication
> 
> Shreyansh Jain (1):
>       test/mempool: free mempool on exit
> 
> Wei Dai (2):
>       examples/ip_fragmentation: fix check of packet type
>       net/ixgbe: fix VF Rx mode for allmulticast disabled
> 
> Wei Wang (1):
>       net/bonding: fix updating slave link status
> 
> Wenfeng Liu (1):
>       net/virtio-user: fix overflow
> 
> Wenzhuo Lu (5):
>       net/i40e: fix TC bitmap of VEB
>       net/ixgbe/base: fix build error
>       net/ixgbe: fix Rx queue blocking issue
>       net/ixgbe: fix all queues drop setting of DCB
>       net/ixgbe: fix TC bandwidth setting
> 
> Xiao Wang (2):
>       net/fm10k: fix pointer cast
>       net/virtio: fix queue notify
> 
> Yong Wang (2):
>       net/e1000/base: fix multicast setting in VF
>       net/ena: fix return of hash control flushing
> 
> Yongseok Koh (1):
>       net/mlx5: fix reusing Rx/Tx queues
> 
> Yuanhan Liu (6):
>       vhost: fix multiple queue not enabled for old kernels
>       vhost: fix max queues
>       vhost: fix fd leaks for vhost-user server mode
>       vhost: fix use after free
>       vhost: fix dequeue zero copy
>       net/virtio: fix link status always being up
> 
> Zhiyong Yang (1):
>       examples/multi_process: fix timer update
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] 16.11.2 (LTS) patches review and test
  2017-05-24 11:10 ` Kevin Traynor
@ 2017-05-25  1:48   ` Yuanhan Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Yuanhan Liu @ 2017-05-25  1:48 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: dev, stable

On Wed, May 24, 2017 at 12:10:57PM +0100, Kevin Traynor wrote:
> On 05/22/2017 06:20 AM, Yuanhan Liu wrote:
> > Hi all,
> > 
> > Here is a list of patches targeted for 16.11.2 (LTS) release. Please
> > help review and test. The planned date for the final release is 31th,
> > May. Before that, please shout if anyone has objections with these
> > patches being applied.
> > 
> 
> Hi Yuanhan, I did a few basic PVP tests with OVS-DPDK using dpdk-stable
> and seems to be working fine.

Kevin,

Great. Thanks for testing!

	--yliu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-25  1:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-22  5:20 [dpdk-dev] 16.11.2 (LTS) patches review and test Yuanhan Liu
2017-05-24 11:10 ` Kevin Traynor
2017-05-25  1:48   ` [dpdk-dev] [dpdk-stable] " Yuanhan Liu

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