Accepting request 580648 from home:mvarlese:branches:network

- Upgraded to latest stable release 17.11.1 (LTS): some of the fixes include:
  * location changes of the GPL and LGPL licenses;
  * net/mlx4:
    - fix drop flow resources leak
  * net/bnxt:
    - double increment of idx during Tx ring alloc
    - group info usage
    - check for ether type
    - size of Tx ring in HW
    - number of pools for RSS
    - return code in MAC address set
    - link speed setting with autoneg off
  * net/nfp:
    - MTU settings
    - jumbo settings
    - CRC strip check behaviour
  * net/sfc:
    - multicast address list copy memory leak
    - DMA memory leak after kvarg processing failure
    - fix label name to be consistent
  * net/i40e:
    - VLAN offload setting issue
    - FDIR input set conflict
    - FDIR rule confiliction issue
    - setting MAC address of VF
    - flow director Rx resource defect
    - warn when writing global registers
    - multiple driver support
    - interrupt conflict with multi-driver
    - Rx interrupt

OBS-URL: https://build.opensuse.org/request/show/580648
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=71
This commit is contained in:
Markos Chandras
2018-02-27 16:09:34 +00:00
committed by Git OBS Bridge
parent cea45c9973
commit af061d93d9
6 changed files with 117 additions and 9 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Tue Feb 27 14:45:25 UTC 2018 - marco.varlese@suse.de
- Upgraded to latest stable release 17.11.1 (LTS): some of the fixes include:
* location changes of the GPL and LGPL licenses;
* net/mlx4:
- fix drop flow resources leak
* net/bnxt:
- double increment of idx during Tx ring alloc
- group info usage
- check for ether type
- size of Tx ring in HW
- number of pools for RSS
- return code in MAC address set
- link speed setting with autoneg off
* net/nfp:
- MTU settings
- jumbo settings
- CRC strip check behaviour
* net/sfc:
- multicast address list copy memory leak
- DMA memory leak after kvarg processing failure
- fix label name to be consistent
* net/i40e:
- VLAN offload setting issue
- FDIR input set conflict
- FDIR rule confiliction issue
- setting MAC address of VF
- flow director Rx resource defect
- warn when writing global registers
- multiple driver support
- interrupt conflict with multi-driver
- Rx interrupt
- check multi-driver option parsing
- flow director filter
* net/qede:
- enable LRO over tunnels
- reject config with no Rx queue
- check tunnel L3 header
- tunnel header size in Tx BD configuration
- VF LRO tunnel configuration
* net/mlx5:
- Tx checksum offloads
- un-supported RSS hash fields use
- device operation type
- pedantic compilation
- fix pedantic compilation
- flow item validation
- flow RSS configuration
- UAR remapping on non configured queues
- secondary process verification
- port stop by verify flows are still present
- flow priority on queue action
-------------------------------------------------------------------
Mon Jan 15 11:20:39 CET 2018 - ndas@suse.de