From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rere.qmqm.pl (rere.qmqm.pl [84.10.57.10]) by dpdk.org (Postfix) with ESMTP id 4AAF0106A for ; Tue, 13 Dec 2016 02:08:16 +0100 (CET) Received: by rere.qmqm.pl (Postfix, from userid 1000) id 98CAA6082; Tue, 13 Dec 2016 02:08:15 +0100 (CET) Message-Id: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: dev@dpdk.org Date: Tue, 13 Dec 2016 02:08:15 +0100 (CET) Subject: [dpdk-dev] [PATCH 00/13] Fixes and tweaks 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: Tue, 13 Dec 2016 01:08:16 -0000 This is a loose set of small fixes accumulated here at Atende Software to be upstreamed. Please consider and apply each one separately. Best Regards, Michal Mirosław --- Michał Mirosław (11): EAL: count nr_overcommit_hugepages as available mbuf: rte_pktmbuf_free_bulk() rte_ether: set PKT_RX_VLAN_STRIPPED in rte_vlan_strip() acl: allow zero verdict acl: fix acl_flow_data comments PMD/af_packet: guard against buffer overruns in RX path PMD/af_packet: guard against buffer overruns in TX path KNI: provided netif name's source is user-space KNI: guard against unterminated dev_info.name leading to BUG in alloc_netdev() i40e: return -errno when intr setup fails i40e: improve message grepability Paweł Małachowski (1): null: fake PMD capabilities Piotr Bartosiewicz (1): pcap: fix timestamps in output pcap file drivers/net/af_packet/rte_eth_af_packet.c | 29 ++-- drivers/net/i40e/i40e_ethdev.c | 203 +++++++++--------------- drivers/net/null/rte_eth_null.c | 13 +- drivers/net/pcap/rte_eth_pcap.c | 2 +- lib/librte_acl/acl_run.h | 4 +- lib/librte_acl/rte_acl.c | 3 +- lib/librte_acl/rte_acl.h | 2 - lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 43 +++-- lib/librte_eal/linuxapp/eal/eal_interrupts.c | 2 +- lib/librte_eal/linuxapp/kni/kni_misc.c | 10 +- lib/librte_mbuf/rte_mbuf.h | 15 ++ lib/librte_net/rte_ether.h | 2 +- lib/librte_table/rte_table_acl.c | 2 +- 13 files changed, 169 insertions(+), 161 deletions(-) -- 2.10.2