From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0ED7E5F17 for ; Fri, 30 Mar 2018 17:38:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2018 08:38:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,382,1517904000"; d="scan'208";a="43562859" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 30 Mar 2018 08:38:08 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Mar 2018 16:38:07 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx111.ger.corp.intel.com ([169.254.2.167]) with mapi id 14.03.0319.002; Fri, 30 Mar 2018 16:38:07 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v2 1/2] ip_pipleine: fix load balance table action Thread-Index: AQHTyDPIXZibdO5evkm5pMSogQMoK6Po6Y8g Date: Fri, 30 Mar 2018 15:38:06 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB3873D@IRSMSX108.ger.corp.intel.com> References: <20180330141529.149612-1-jasvinder.singh@intel.com> <20180330143108.154878-1-jasvinder.singh@intel.com> In-Reply-To: <20180330143108.154878-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/2] ip_pipleine: fix load balance table action 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, 30 Mar 2018 15:38:12 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, March 30, 2018 3:31 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2 1/2] ip_pipleine: fix load balance table action >=20 > Fix bug in load balance action for pipeline table. >=20 > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Jasvinder Singh > --- Fix applied to next-pipeline tree, thanks!