From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCHv2 0/2] ixgbe: Two fixes for RX scatter functions. Date: Tue, 28 Jul 2015 12:39:21 +0100 Message-ID: <1438083563-5668-1-git-send-email-konstantin.ananyev@intel.com> References: <1438076509-11650-2-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C6777C4E2 for ; Tue, 28 Jul 2015 13:39:52 +0200 (CEST) In-Reply-To: <1438076509-11650-2-git-send-email-konstantin.ananyev@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Konstantin Ananyev (2): ixgbe: fix scalar scatter RX doesn't take into account CRC length ixgbe: fix vector scatter RX could produce wrong nb_segs value drivers/net/ixgbe/ixgbe_rxtx.c | 19 +++++++++++++++++++ drivers/net/ixgbe/ixgbe_rxtx_vec.c | 2 ++ 2 files changed, 21 insertions(+) -- 1.8.3.1