From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f52.google.com (mail-it0-f52.google.com [209.85.214.52]) by dpdk.org (Postfix) with ESMTP id F05C82C3F; Fri, 1 Dec 2017 13:35:08 +0100 (CET) Received: by mail-it0-f52.google.com with SMTP id r6so2254954itr.3; Fri, 01 Dec 2017 04:35:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XTLtwmXMhqi5ma+DxSo+p2PAlUCAX0sYeHuN4KS0ba8=; b=abXfqZ7IYP4hvt0saaNTO/uTZEzp1Z2DtYiXFt9DFoD6/dspOgGdpVszzRQePON52R MVXVp0R5NYTzQCybicxgw9KTbJWXIGhZcRvdl2iBAzKciqW/6Y8DHroTAqmcA88aFVC6 oXPwE4pmnH858vDL98To5TV06bsDDLBG3eaKA2qg4qAHSYdrNgEwJTlm/eVnRKtq2tQU S51Hz7ojzjMcMD458WGJ8pQ6FSKm4irWfi8bowGXgSmn+jo257JfD003C0iIM0mpZXlN Hnhcs5+nG02oceXrYcKDF/WuEPfw2L8usnO0Os+fzPm5zbaA4wn43HuZ0vl4/irlVv5j cbrQ== X-Gm-Message-State: AKGB3mL1C7/HdJP87rmURDaHzrkncPB0F+cFs1fc3A6mU+rvjrhhHK0q UPh8Rcm4WJL1L6a6pTg0Cm+IiRucmIc= X-Google-Smtp-Source: AGs4zMZfqfbEVmcVoDYM37FlD3gfnEg1YOUZvWLIXtw1t8lNwEeNV531cJOTSMIj6FNQMvkZJjgGoQ== X-Received: by 10.36.110.14 with SMTP id w14mr1603511itc.100.1512131708136; Fri, 01 Dec 2017 04:35:08 -0800 (PST) Received: from mail-it0-f46.google.com (mail-it0-f46.google.com. [209.85.214.46]) by smtp.gmail.com with ESMTPSA id 5sm3011786ioc.87.2017.12.01.04.35.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Dec 2017 04:35:08 -0800 (PST) Received: by mail-it0-f46.google.com with SMTP id p139so2271556itb.1; Fri, 01 Dec 2017 04:35:07 -0800 (PST) X-Received: by 10.36.142.133 with SMTP id h127mr1644637ite.92.1512131707636; Fri, 01 Dec 2017 04:35:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.142.207 with HTTP; Fri, 1 Dec 2017 04:35:07 -0800 (PST) Received: by 10.107.142.207 with HTTP; Fri, 1 Dec 2017 04:35:07 -0800 (PST) In-Reply-To: References: <20171121142653.3750-1-bluca@debian.org> From: Luca Boccassi Date: Fri, 1 Dec 2017 12:35:07 +0000 X-Gmail-Original-Message-ID: Message-ID: To: dpdk stable Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] 16.11.4 (LTS) patches review and test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 12:35:09 -0000 Hi all, Unfortunately the result of some of the regression tests (from AT&T) are not available yet due to a lab move. Regression tests from Intel look good (thanks for the help!) but just to be safe I'll delay tagging 16.11.4 by a week. Kind regards, Luca Boccassi On 21 Nov 2017 14:27, "Luca Boccassi" wrote: Hi all, Here is a list of patches targeted for LTS release 16.11.4. Please help review and test. The planned date for the final release is December the 1st. 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. Kind regards, Luca Boccassi --- Aaron Conole (1): net/enic: fix assignment Ajit Khaparde (9): net/bnxt: fix an issue with broadcast traffic net/bnxt: set checksum offload flags correctly net/bnxt: update status of Rx IP/L4 CKSUM net/bnxt: fix interrupt handler net/bnxt: fix Tx offload capability net/bnxt: fix Rx offload capability net/bnxt: fix a bit shift operation net/bnxt: fix a potential null pointer dereference net/bnxt: fix link handling and configuration Alejandro Lucero (2): net/nfp: fix RSS net/nfp: fix stats struct initial value Andrey Chilikin (1): net/i40e: fix flexible payload configuration Bruce Richardson (2): cmdline: fix warning for unused return value eal/bsd: fix missing interrupt stub functions Chas Williams (1): net/vmxnet3: fix memory leak when releasing queues Congwen Zhang (1): net/cxgbe: fix memory leak Daniel Mrzyglod (2): net/virtio: fix untrusted scalar value test/pmd_perf: fix crash with multiple devices David Harton (2): net/vmxnet3: fix MAC address set net/i40e: fix i40evf MAC filter table Declan Doherty (1): net/bonding: fix LACP slave deactivate behavioral Edward Makarov (1): net/mlx5: fix link speed bitmasks Ferruh Yigit (4): kni: fix ethtool build with kernel 4.11 buildtools: fix icc build config: fix bnx2x option for armv7a net/qede: fix icc build Hemant Agrawal (1): examples/l2fwd-crypto: fix uninitialized errno value Ian Stokes (1): cryptodev: fix build with -Ofast Ilya V. Matveychikov (1): pdump: fix possible mbuf leak on failure Jacek Piasecki (1): examples/performance-thread: check thread creation Jasvinder Singh (1): examples/qos_sched: fix uninitialized config Jerin Jacob (1): timer: use 64-bit specific code on more platforms Jia He (1): ring: guarantee load/load order in enqueue and dequeue Jianbo Liu (1): net/i40e: fix Rx packets number for NEON Jingjing Wu (3): net/i40e: fix memory leak if VF init fails net/i40e/base: fix bool definition net/i40e: fix variable assignment John Daley (1): net/enic: fix packet loss after MTU change Kuba Kozak (2): vfio: fix close unchecked file descriptor examples/l3fwd-acl: check fseek return Lee Roberts (1): kni: fix build on RHEL 7.4 Li Han (1): app/testpmd: fix invalid port id parameters Lukasz Majczak (1): eal: fix auxv open check for ARM and PPC Matan Azrad (1): net/mlx5: fix probe failure report Michal Jastrzebski (1): net/vmxnet3: fix dereference before null check Nikhil Rao (1): eal/x86: fix atomic cmpset Nirmoy Das (1): kni: fix build on SLE12 SP3 N=C3=A9lio Laranjeiro (4): net/mlx5: fix clang build net/mlx5: improve stack usage during link update net/mlx5: fix clang compilation error app/testpmd: fix RSS structure initialisation Olivier Matz (7): net: fix inner L2 length in packet type parser uio: fix compilation with -Og cmdline: fix compilation with -Og net/virtio: fix mbuf port for simple Rx function net/virtio: fix queue setup consistency net/virtio: fix compilation with -Og lpm6: fix compilation with -Og Omri Mor (1): usertools: fix device binding with python 3 Ophir Munk (1): app/testpmd: fix forwarding between non consecutive ports Pablo de Lara (3): hash: fix eviction counter crypto/qat: fix SHA512-HMAC supported key size app/testpmd: fix topology error message Patrick MacArthur (1): eal: copy raw strings taken from command line Qi Zhang (4): net/i40e: fix flow control watermark mismatch net/i40e: fix packet count for PF net/i40e: fix mbuf free in vector Tx net/i40e: fix mirror with firmware 6.0 Radoslaw Biernacki (1): test/memzone: fix memory leak Rasesh Mody (7): net/qede/base: fix to use a passed ptt handle net/qede/base: fix macros to check chip revision/metal net/qede/base: fix API return types net/qede/base: fix number of app table entries net/qede/base: fix for VF malicious indication net/qede/base: fix return code to align with FW net/qede/base: fix division by zero RongQiang Xie (1): net/enic: fix possible null pointer dereference Shahaf Shuler (2): net/mlx5: fix Tx stats error counter definition net/mlx5: fix Tx stats error counter logic Slawomir Mrozowicz (2): examples/performance-thread: fix out-of-bounds sched array examples/performance-thread: fix out-of-bounds tls array Stefan Baranoff (1): net/pcap: fix memory leak in dumper open Tiwei Bie (1): net/virtio: flush Rx queues on start Tomasz Duszynski (3): drivers/crypto: use snprintf return value correctly examples/ipsec-secgw: fix IP version check examples/ipsec-secgw: fix IPv6 payload length Vladimir Kuramshin (1): examples/l2fwd-cat: fix build with PQOS 1.4 Wei Dai (8): net/ixgbe: fix mapping of user priority to TC net/ixgbe: fix adding a mirror rule net/i40e: fix mirror rule reset when port is closed net/ixgbe: fix VFIO interrupt mapping in VF net/ixgbe: fix PF DCB info app/testpmd: fix mapping of user priority to DCB TC net/i40e: fix VFIO interrupt mapping in VF net/i40e: fix Rx queue interrupt mapping in VF Wei Zhao (2): net/i40e: fix clear xstats bug in VF app/testpmd: fix packet throughput after stats reset Wenzhuo Lu (1): net/ixgbe: fix VF RX hang Xiaoyun Li (3): net/i40e: fix PF notify issue when VF is not up net/igb: fix Rx interrupt with VFIO and MSI-X net/i40e: fix VF cannot forward packets issue Xueming Li (3): mem: fix malloc element free in debug mode examples/l2fwd_fork: fix message pool init examples/multi_process: fix received message length Yong Wang (4): net/igb: fix memcpy length net/i40e: fix uninitialized variable net/ixgbe: fix uninitialized variable buildtools: check allocation error in pmdinfogen Zhiyong Yang (2): test: fix assignment operation net/virtio: fix Tx packet length stats