From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from alln-iport-7.cisco.com (alln-iport-7.cisco.com [173.37.142.94]) by dpdk.org (Postfix) with ESMTP id 57975FAC1 for ; Thu, 9 Feb 2017 18:44:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1545; q=dns/txt; s=iport; t=1486662250; x=1487871850; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=qy+TucHK7pnnjnLbQCcdNoOHFmZs2c4ZXhjMoaxk1xA=; b=IojNqsYgPHKRTau/l3vw8DaFIunMi9eX5y5AYLRFV+XSfWk+rUPltrOq Bi5jHJeTe6fNrzilRCE6X5d2spqemWtx1RUYmhHkxqJ+wyT5u+Hgz8hPn IUcPOCBvZOe6i36xWSIppVAd/eUmUP+jo2t5LxTUs/+sfSIrhCtlEPz3U g=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0ATAQAGqZxY/4kNJK1dGQEBAQEBAQEBA?= =?us-ascii?q?QEBBwEBAQEBg1FhgQkHjVqSCZMngg+CDCqFeAKCaz8YAQIBAQEBAQEBYiiEaQE?= =?us-ascii?q?BAQQ6PwwEAgEIEQQBAQEeCQcyFAkIAgQOBQgBiWsOsjSLUgEBAQEBAQEBAQEBA?= =?us-ascii?q?QEBAQEBAQEBAR2GTIRvijkFiR2HbIpnAZIIggSFF4lzkxIBHzh+TxWGfnWHcoE?= =?us-ascii?q?MAQEB?= X-IronPort-AV: E=Sophos;i="5.35,137,1484006400"; d="scan'208";a="383549957" Received: from alln-core-4.cisco.com ([173.36.13.137]) by alln-iport-7.cisco.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Feb 2017 17:44:09 +0000 Received: from XCH-RCD-009.cisco.com (xch-rcd-009.cisco.com [173.37.102.19]) by alln-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id v19Hi9mH028444 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Thu, 9 Feb 2017 17:44:09 GMT Received: from xch-rcd-007.cisco.com (173.37.102.17) by XCH-RCD-009.cisco.com (173.37.102.19) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Thu, 9 Feb 2017 11:44:08 -0600 Received: from xch-rcd-007.cisco.com ([173.37.102.17]) by XCH-RCD-007.cisco.com ([173.37.102.17]) with mapi id 15.00.1210.000; Thu, 9 Feb 2017 11:44:08 -0600 From: "John Daley (johndale)" To: Ferruh Yigit CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] enic flow director fixes Thread-Index: AQHSgm0SUXDUs63lwk6JYSj3TCyz06Fg/BiA///0lBA= Date: Thu, 9 Feb 2017 17:44:08 +0000 Message-ID: References: <20170203095446.4614-1-johndale@cisco.com> <20170209004009.26242-1-johndale@cisco.com> <2a7ba108-ddd4-acf7-cba3-bc6c9cb4716b@intel.com> In-Reply-To: <2a7ba108-ddd4-acf7-cba3-bc6c9cb4716b@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.155.166.71] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] enic flow director fixes 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: Thu, 09 Feb 2017 17:44:10 -0000 > -----Original Message----- > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > Sent: Thursday, February 09, 2017 4:15 AM > To: John Daley (johndale) > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] enic flow director fixes >=20 > On 2/9/2017 12:40 AM, John Daley wrote: > > This should replace > > http://www.dpdk.org/dev/patchwork/patch/20147/ which was an > > intermediate patch in a small patchset and had a compile error. Also, > > please reject the 2nd patch in the patchset > > http://www.dpdk.org/dev/patchwork/patch/20148/ which is incomplete. I > will change the state of these patches in patchworks. > > thank you, john >=20 > Hi John, >=20 > I dropped the previous two and will get this one. And this looks like the > squashed version of the previous two with some updates in ipv6 shift > number. >=20 > Although next-net can re-write the git history, this is mainly to provide= ability > to rebasing on master tree. Not for amending patches on fly, that is > confusing. >=20 > Please next time do not rely on git history re-writing while sending patc= hes. Oops I was stupidly looking at master and assumed the patches were rejected= because of the compile error. I obviously should have been looking at next= -net. Thanks, John >=20 > Thanks, > ferruh >=20 > > > > John Daley (1): > > net/enic: fix hardcoding of some flow director masks > > > > drivers/net/enic/enic_clsf.c | 14 +++++++------- > > 1 file changed, 7 insertions(+), 7 deletions(-) > >