From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] netvsc: small patches Date: Tue, 07 Aug 2018 13:36:02 +0200 Message-ID: <1961950.zFtqnrdC5m@xps> References: <20180806182244.9842-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 86691F72 for ; Tue, 7 Aug 2018 13:36:11 +0200 (CEST) In-Reply-To: <20180806182244.9842-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/08/2018 20:22, Stephen Hemminger: > A couple of small missing features discovered during later > testing. The netvsc PMD was not setting packet type or reporting > checksum failures. > > Stephen Hemminger (2): > netvsc: support packet type > netvsc: report checksum failures Applied, thanks