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 F2D11A05D3 for ; Fri, 26 Apr 2019 09:07:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 99A671B431; Fri, 26 Apr 2019 09:07:14 +0200 (CEST) Received: from rcdn-iport-5.cisco.com (rcdn-iport-5.cisco.com [173.37.86.76]) by dpdk.org (Postfix) with ESMTP id 1C91B1B431 for ; Fri, 26 Apr 2019 09:07:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=635; q=dns/txt; s=iport; t=1556262433; x=1557472033; h=from:to:cc:subject:date:message-id; bh=asJLIpagH5gF02IDUjEF2+OTdZ0kLHxJAiSU8x+PVDs=; b=atm0Z12pJC8pfpYm0+On/6IkLai7Xpra9DLZ+pdv+vLGYQ1Tb3SQpbD0 LeqiF1ZAqnDbV0E/dC+3SPwu1eVg8maAMY/Pnk3ZsE29QkY3Q2zAyt3O7 TtRzgmPoDGTT7LPmrGHv1cbDgD5ITuN2pHhu2vULJuPwks7I8GoP8M6Vh I=; X-IronPort-AV: E=Sophos;i="5.60,396,1549929600"; d="scan'208";a="332815602" Received: from alln-core-9.cisco.com ([173.36.13.129]) by rcdn-iport-5.cisco.com with ESMTP/TLS/DHE-RSA-SEED-SHA; 26 Apr 2019 07:07:11 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-9.cisco.com (8.15.2/8.15.2) with ESMTP id x3Q77Brk017302; Fri, 26 Apr 2019 07:07:11 GMT Received: by cisco.com (Postfix, from userid 508933) id 98B0520F2001; Fri, 26 Apr 2019 00:07:11 -0700 (PDT) From: Hyong Youb Kim To: stable@dpdk.org, Kevin Traynor Cc: John Daley , Hyong Youb Kim Date: Fri, 26 Apr 2019 00:05:17 -0700 Message-Id: <20190426070520.12375-1-hyonkim@cisco.com> X-Mailer: git-send-email 2.16.2 X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: alln-core-9.cisco.com Subject: [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" 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 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(-) -- 2.16.2