From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 510EB58D4 for ; Mon, 10 Oct 2016 09:46:40 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 10 Oct 2016 00:46:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,471,1473145200"; d="scan'208";a="17945584" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga005.fm.intel.com with ESMTP; 10 Oct 2016 00:46:38 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u9A7kbcp011949 for ; Mon, 10 Oct 2016 15:46:37 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u9A7kY8f032360 for ; Mon, 10 Oct 2016 15:46:36 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u9A7kY4D032356 for dev@dpdk.org; Mon, 10 Oct 2016 15:46:34 +0800 From: Wenzhuo Lu To: dev@dpdk.org Date: Mon, 10 Oct 2016 15:46:31 +0800 Message-Id: <1476085594-32325-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] fix flow director mask issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 07:46:40 -0000 There're 2 issues about flow director mask. 1, MAC address mask is not supported in mac-vlan mode. 2, All the parameter are defined as big endian, but they're not treated approriately. This patch set is used to fix these 2 issues. Wenzhuo Lu (3): ixgbe: fix wrong flow director mask app/testpmd: fix flow director endian issue app/testpmd: fix wrong flow director mask app/test-pmd/cmdline.c | 11 +++----- app/test-pmd/config.c | 43 +++++++++++++++++------------ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +- drivers/net/ixgbe/ixgbe_fdir.c | 10 +++---- 4 files changed, 35 insertions(+), 32 deletions(-) -- 1.9.3