From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=imNFv4Q+IH6NxM/fJraRRXNYiwXCkuk93PKlEI0pisU=; b=unvHswXfmQQ69xP+kkP4WKvptC7w0ZgoFen9DxGka3tdEvjB7cNZICfpwMPaCPITuG wT7n+wD88a04/vI3s6pbAxyaXvyUUcvK69QUbMoLMSMkgiE02DvQUIMLDC9fSg15sDLP bQNX0UAmb6/FNqIYcRJS593tJa1O+k45aR4sozQ54Gsw9q2tnPLqQMq9Db7r77tcaGet WfhY4SWTbW6UVfCfiCPzKQGpN722nxB4HNCBUO+jjq8QVLO4wRJlToSmV8zWi2pSijN2 7K39P+Hi1YZmFu0fktfAv0DN2Fwd3Ayqcw1ky2gfDsHGbCYuSUI6JcogYSfdaLD+57EY B6fg== X-Received: by 10.70.93.36 with SMTP id cr4mr92362972pdb.68.1435256774277; Thu, 25 Jun 2015 11:26:14 -0700 (PDT) Received: from buildhost2.vyatta.com. ([144.49.132.22]) by mx.google.com with ESMTPSA id j9sm30720876pbq.92.2015.06.25.11.26.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jun 2015 11:26:12 -0700 (PDT) From: Eric Kinzie To: dev@dpdk.org Date: Thu, 25 Jun 2015 11:25:39 -0700 Message-Id: <1435256741-25489-1-git-send-email-ehkinzie@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [dpdk-dev] [PATCH 0/2] ixgbe vector rx/tx changes 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: Thu, 25 Jun 2015 18:26:15 -0000 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