From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH] ixgbe fall back to non-vector rx Date: Tue, 26 May 2015 08:52:27 -0700 Message-ID: <1432655548-13949-1-git-send-email-ehkinzie@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by dpdk.org (Postfix) with ESMTP id 02982B3D6 for ; Tue, 26 May 2015 17:53:00 +0200 (CEST) Received: by ieczm2 with SMTP id zm2so95413547iec.1 for ; Tue, 26 May 2015 08:53:00 -0700 (PDT) Received: from buildhost2.vyatta.com. ([144.49.197.22]) by mx.google.com with ESMTPSA id fs5sm8483389igb.0.2015.05.26.08.52.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 May 2015 08:52:59 -0700 (PDT) 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" This change addresses an issue found using the bonding driver with ixgbe interfaces that have vector operations enabled (CONFIG_RTE_IXGBE_INC_VECTOR=y). Eric Kinzie (1): ixgbe: fall back to non-vector rx drivers/net/ixgbe/ixgbe_rxtx.c | 10 +++++----- drivers/net/ixgbe/ixgbe_rxtx.h | 4 ++++ drivers/net/ixgbe/ixgbe_rxtx_vec.c | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) -- 1.7.10.4