From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C4625A04A3; Sat, 23 May 2020 07:33:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A0731D9A4; Sat, 23 May 2020 07:33:06 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3FAD91D987 for ; Sat, 23 May 2020 07:33:04 +0200 (CEST) IronPort-SDR: C64CklyG5xQKYJuw5z0o/UmO7/7zhF0XRq7VcwzaKS0dpg1u4oBQA0W67g/4IPl7lBlaWZ9vjI m+F5iuv4MZfA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 May 2020 22:33:03 -0700 IronPort-SDR: r2VguaX/1IoWdN89wUQvAugQDwu9NdENoKJz475cmthzFlygR3f/yOvgisGDxURne0z6Jhc2nY csp6MvWYfEBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,424,1583222400"; d="scan'208";a="374957066" Received: from dpdk.sh.intel.com ([10.239.255.14]) by fmsmga001.fm.intel.com with ESMTP; 22 May 2020 22:33:01 -0700 From: Guinan Sun To: dev@dpdk.org Cc: Zhao1 Wei , Qiming Yang , Guinan Sun Date: Sat, 23 May 2020 05:22:37 +0000 Message-Id: <20200523052239.62928-1-guinanx.sun@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200522061208.31694-1-guinanx.sun@intel.com> References: <20200522061208.31694-1-guinanx.sun@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] fix MAC ctrl frame fwd get 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix incorrect MAC control frame forward. Fix flow control status get. --- v2 changes: * Rebase. * Split into two patches. * Set fc mac_ctrl_frame_fwd by bit operation. * Modify commit messge. Guinan Sun (2): net/ixgbe: fix incorrect MAC control frame forward net/ixgbe: fix flow control status get drivers/net/ixgbe/ixgbe_ethdev.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 2.17.1