From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CE99DA0679 for ; Tue, 30 Apr 2019 18:54:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C56E658FA; Tue, 30 Apr 2019 18:54:47 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 742E158FA for ; Tue, 30 Apr 2019 18:54:46 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D92EC3082E8E; Tue, 30 Apr 2019 16:54:45 +0000 (UTC) Received: from [10.36.117.211] (ovpn-117-211.ams2.redhat.com [10.36.117.211]) by smtp.corp.redhat.com (Postfix) with ESMTP id 087AF1001943; Tue, 30 Apr 2019 16:54:44 +0000 (UTC) To: Hyong Youb Kim , stable@dpdk.org Cc: John Daley References: <20190426070520.12375-1-hyonkim@cisco.com> From: Kevin Traynor Message-ID: <108d0471-ca39-2d11-383b-93a23a6a57dc@redhat.com> Date: Tue, 30 Apr 2019 17:54:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190426070520.12375-1-hyonkim@cisco.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Tue, 30 Apr 2019 16:54:45 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH 18.11 0/3] net/enic: a couple bug fix patches X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 26/04/2019 08:05, Hyong Youb Kim wrote: > Hi Kevin, > > The 2nd and 3rd patches are bug fixes that went into 19.05. They > depend on the 1st patch, which is not a bug fix but a mechanical > re-org. The 1st patch is also in 19.05. I hope these are acceptable to > you. The latest 18.11 stable with these patches applied pass our > internal tests. > > Thank you. > -Hyong > Thanks Hyong. Pushed these into the queue and they will be pushed to dpdk-stable next week. > Hyong Youb Kim (3): > net/enic: move arguments into struct > net/enic: fix inner packet matching > net/enic: fix VLAN inner type matching for old hardware > > drivers/net/enic/enic_flow.c | 564 ++++++++++++++++++++++--------------------- > 1 file changed, 290 insertions(+), 274 deletions(-) >