From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH 0/2] ixgbe vector rx/tx changes Date: Thu, 25 Jun 2015 11:25:39 -0700 Message-ID: <1435256741-25489-1-git-send-email-ehkinzie@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by dpdk.org (Postfix) with ESMTP id 24F9AC6CC for ; Thu, 25 Jun 2015 20:26:15 +0200 (CEST) Received: by pactm7 with SMTP id tm7so54084151pac.2 for ; Thu, 25 Jun 2015 11:26:14 -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" Clear values specific to ixgbe vector RX during queue reset. I've also include a patch that adds a memory barrier before writing the rx/tx tail pointer registers in ixgbe_rxtx_vec.c. The non-vector code has such barriers which looks right to me. Comments? Eric Kinzie (2): ixgbe: vector rx rearm after queue reset ixgbe: add memory barriers in vector rx/tx drivers/net/ixgbe/ixgbe_rxtx.c | 4 ++++ drivers/net/ixgbe/ixgbe_rxtx_vec.c | 3 +++ 2 files changed, 7 insertions(+) -- 1.7.10.4