From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-7.cisco.com (rcdn-iport-7.cisco.com [173.37.86.78]) by dpdk.org (Postfix) with ESMTP id CB32FDE0 for ; Thu, 9 Feb 2017 01:40:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=533; q=dns/txt; s=iport; t=1486600811; x=1487810411; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xlxZwzmoB863fP1QtESVqdIiy+ibNgXTV7GA7xvL2BE=; b=GPTttNFUz8WOERj6EFUa5Hsnb3JLMhucSB5QXCn0/WEZER20oTYOvVnp gd/itDqnx/bVYDK2Ex6ytBQyymfUtdiQoRisbvr4mVgCnr37FQmef2jXr E8wNiq77oCKvLVpknPeTGHbsq2U1rwLebj0zvgksmztaQ5xu+XhwmBhql g=; X-IronPort-AV: E=Sophos;i="5.35,348,1484006400"; d="scan'208";a="204657059" Received: from rcdn-core-5.cisco.com ([173.37.93.156]) by rcdn-iport-7.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2017 00:40:10 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by rcdn-core-5.cisco.com (8.14.5/8.14.5) with ESMTP id v190eAiR027438; Thu, 9 Feb 2017 00:40:10 GMT Received: by cisco.com (Postfix, from userid 392789) id 91A873FAAECA; Wed, 8 Feb 2017 16:40:10 -0800 (PST) From: John Daley To: ferruh.yigit@intel.com Cc: dev@dpdk.org, John Daley Date: Wed, 8 Feb 2017 16:40:08 -0800 Message-Id: <20170209004009.26242-1-johndale@cisco.com> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20170203095446.4614-1-johndale@cisco.com> References: <20170203095446.4614-1-johndale@cisco.com> Subject: [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 00:40:12 -0000 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 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(-) -- 2.10.0